Hex | 271a5a |
RGB | 39 , 26 , 89 |
RGB % | 25.3, 16.9, 57.8 |
HSL | 252.2, 55.2, 22.7 |
HSV | 252.2, 71.1, 35.3 |
CMYK | 144.5,181.3,0,165 |
XYZ | 0.031, 0.019, 0.099 |
xyY | 0.206, 0.129, 0.019 |
CIE-LAB | 0.15, 0.253, -0.364 |
CIE-LUV | 0.15, 0.002, -0.367 |
CIE-HCL | 304.778, 0.443, 0.15 |
Binary | 00100111,00011010,01011001 |
#271a5a HTML/CSS Color Name is Paua / Pantone 273 C / Violet.
In a RGB color space, #271a5a color RGB value is (Red:39,Green:26,Blue:89). it is composed of 25.3% red, 16.9% green and 57.8% blue. The process color (four color CMYK) of #271a5a color hex is 144.5,181.3,0,165. HSL of color #271a5a hue: 252.2 , saturation: 55.2 and the lightness value of 271a5a is 22.7. Mainly color is Violet. Reverse color is: #d8e5a6.
The color codes conversion takes 1.772234 milliseconds.
.bgcolor {background-color:#271a5a; .textcolor {color:#271a5a; } .bordercolor {border:3px solid #271a5a; }
<p style="color:#271a5a">Text here</p>
<p style="background-color:#271a5a;">Content here</p>
<div style="border:1px solid #271a5a;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #271a5a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #271a5a; -webkit-box-shadow: 1px 1px 3px 2px #271a5a; box-shadow: 1px 1px 3px 2px #271a5a; }
<p style="text-shadow: 4px 4px 2px #271a5a">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #271a5a; -webkit-box-shadow: 1px 1px 3px 2px #271a5a; box-shadow: 1px 1px 3px 2px #271a5a;">
Content here</div>