Shades of Han Purple #3E11F6
Tints of Han Purple #3E11F6
RGB
CMYK
RGB Variations
Color information
#3E11F6 (or 0x3E11F6) is known color: Han Purple. HEX triplet: 3E, 11 and F6. RGB value is (62,17,246). Sum of RGB (Red+Green+Blue) = 62+17+246=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 246 (96.48% from 255 or 75.69% from 325); Max value from RGB is 246 - color contains mainly: blue. Hex color #3E11F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E11F6 is #C1EE09. Grayscale: #373737. Windows color (decimal): -12709386 or 16126270. OLE color: 16126270.
HSL color Cylindrical-coordinate representation of color #3E11F6: hue angle of 251.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E11F6 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 17 | 246 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.04 |
| HSL | 251.79º | 0.93% | 0.52% | - |
| HSV(B) | 251.79º | 0.93% | 0.96% | - |
| XYZ | 18.82 | 8.08 | 87.76 | - |
| YUV | 56.56 | 234.91 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 246 | 0.75 | 0.93 | 0 | 0.04 | 251.79 | 0.93 | 0.52 |
| Hex | 3E | 11 | F6 | 4B | 5D | 0 | 4 | FC | 5D | 34 |
| Octal | 76 | 21 | 366 | 113 | 135 | 0 | 4 | 374 | 135 | 64 |
| Binary | 111110 | 10001 | 11110110 | 1001011 | 1011101 | 0 | 100 | 11111100 | 1011101 | 110100 |
Color Harmonies of #3E11F6
Complementary color
Monochromatic Colors of #3E11F6
Black with #3E11F6
Text Example
Text Example
White with #3E11F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E11F6; }
p { color: rgb(62,17,246); }
H1.HeaderClassName
{
color: #3E11F6;
}
.AnyTagClassName
{
color: #3E11F6;
}
</style>
background-color css
<style>
a { background-color: #3E11F6; }
a { background-color: rgb(62,17,246); }
div.DivClassName
{
background-color: #3E11F6;
}
.BgClassName
{
background-color: #3E11F6;
}
</style>
border-color css
<style>
span { border-color: #3E11F6; }
span { border-color: rgb(62,17,246); }
td.TdClassName
{
border-color: #3E11F6;
}
.TagClassName
{
border-color: #3E11F6;
}
</style>