Shades of Han Purple #3E11FF
Tints of Han Purple #3E11FF
RGB
CMYK
RGB Variations
Color information
#3E11FF (or 0x3E11FF) is known color: Han Purple. HEX triplet: 3E, 11 and FF. RGB value is (62,17,255). Sum of RGB (Red+Green+Blue) = 62+17+255=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E11FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E11FF is #C1EE00. Grayscale: #383838. Windows color (decimal): -12709377 or 16716094. OLE color: 16716094.
HSL color Cylindrical-coordinate representation of color #3E11FF: hue angle of 251.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E11FF is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 17 | 255 | - |
| CMYK | 0.76 | 0.93 | 0 | 0 |
| HSL | 251.34º | 1% | 0.53% | - |
| HSV(B) | 251.34º | 0.93% | 1% | - |
| XYZ | 20.24 | 8.65 | 95.21 | - |
| YUV | 57.59 | 239.41 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 255 | 0.76 | 0.93 | 0 | 0 | 251.34 | 1 | 0.53 |
| Hex | 3E | 11 | FF | 4C | 5D | 0 | 0 | FB | 64 | 35 |
| Octal | 76 | 21 | 377 | 114 | 135 | 0 | 0 | 373 | 144 | 65 |
| Binary | 111110 | 10001 | 11111111 | 1001100 | 1011101 | 0 | 0 | 11111011 | 1100100 | 110101 |
Color Harmonies of #3E11FF
Complementary color
Monochromatic Colors of #3E11FF
Black with #3E11FF
Text Example
Text Example
White with #3E11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E11FF; }
p { color: rgb(62,17,255); }
H1.HeaderClassName
{
color: #3E11FF;
}
.AnyTagClassName
{
color: #3E11FF;
}
</style>
background-color css
<style>
a { background-color: #3E11FF; }
a { background-color: rgb(62,17,255); }
div.DivClassName
{
background-color: #3E11FF;
}
.BgClassName
{
background-color: #3E11FF;
}
</style>
border-color css
<style>
span { border-color: #3E11FF; }
span { border-color: rgb(62,17,255); }
td.TdClassName
{
border-color: #3E11FF;
}
.TagClassName
{
border-color: #3E11FF;
}
</style>