Hex | 3b1eab |
RGB | 59 , 30 , 171 |
RGB % | 22.7, 11.5, 65.8 |
HSL | 252.3, 70.1, 39.4 |
HSV | 252.3, 82.5, 67.1 |
CMYK | 167,210.3,0,84 |
XYZ | 0.096, 0.048, 0.389 |
xyY | 0.18, 0.09, 0.048 |
CIE-LAB | 0.262, 0.513, -0.693 |
CIE-LUV | 0.262, -0.013, -0.852 |
CIE-HCL | 306.515, 0.862, 0.262 |
Binary | 00111011,00011110,10101011 |
#3b1eab HTML/CSS Color Name is Persian Blue / Crayola Ultramarine Blue / Blue.
In a RGB color space, #3b1eab color RGB value is (Red:59,Green:30,Blue:171). it is composed of 22.7% red, 11.5% green and 65.8% blue. The process color (four color CMYK) of #3b1eab color hex is 167,210.3,0,84. HSL of color #3b1eab hue: 252.3 , saturation: 70.1 and the lightness value of 3b1eab is 39.4. Mainly color is Blue. Reverse color is: #c4e154.
The color codes conversion takes 1.700232 milliseconds.
.bgcolor {background-color:#3b1eab; .textcolor {color:#3b1eab; } .bordercolor {border:3px solid #3b1eab; }
<p style="color:#3b1eab">Text here</p>
<p style="background-color:#3b1eab;">Content here</p>
<div style="border:1px solid #3b1eab;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #3b1eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3b1eab; -webkit-box-shadow: 1px 1px 3px 2px #3b1eab; box-shadow: 1px 1px 3px 2px #3b1eab; }
<p style="text-shadow: 4px 4px 2px #3b1eab">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #3b1eab; -webkit-box-shadow: 1px 1px 3px 2px #3b1eab; box-shadow: 1px 1px 3px 2px #3b1eab;">
Content here</div>