Shades of Han Purple #4011E4
Tints of Han Purple #4011E4
RGB
CMYK
RGB Variations
Color information
#4011E4 (or 0x4011E4) is known color: Han Purple. HEX triplet: 40, 11 and E4. RGB value is (64,17,228). Sum of RGB (Red+Green+Blue) = 64+17+228=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 228 (89.45% from 255 or 73.79% from 309); Max value from RGB is 228 - color contains mainly: blue. Hex color #4011E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4011E4 is #BFEE1B. Grayscale: #363636. Windows color (decimal): -12578332 or 14946624. OLE color: 14946624.
HSL color Cylindrical-coordinate representation of color #4011E4: hue angle of 253.36º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4011E4 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 17 | 228 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.11 |
| HSL | 253.36º | 0.86% | 0.48% | - |
| HSV(B) | 253.36º | 0.93% | 0.89% | - |
| XYZ | 16.32 | 7.09 | 73.91 | - |
| YUV | 55.11 | 225.57 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 228 | 0.72 | 0.93 | 0 | 0.11 | 253.36 | 0.86 | 0.48 |
| Hex | 40 | 11 | E4 | 48 | 5D | 0 | B | FD | 56 | 30 |
| Octal | 100 | 21 | 344 | 110 | 135 | 0 | 13 | 375 | 126 | 60 |
| Binary | 1000000 | 10001 | 11100100 | 1001000 | 1011101 | 0 | 1011 | 11111101 | 1010110 | 110000 |
Color Harmonies of #4011E4
Complementary color
Monochromatic Colors of #4011E4
Black with #4011E4
Text Example
Text Example
White with #4011E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011E4; }
p { color: rgb(64,17,228); }
H1.HeaderClassName
{
color: #4011E4;
}
.AnyTagClassName
{
color: #4011E4;
}
</style>
background-color css
<style>
a { background-color: #4011E4; }
a { background-color: rgb(64,17,228); }
div.DivClassName
{
background-color: #4011E4;
}
.BgClassName
{
background-color: #4011E4;
}
</style>
border-color css
<style>
span { border-color: #4011E4; }
span { border-color: rgb(64,17,228); }
td.TdClassName
{
border-color: #4011E4;
}
.TagClassName
{
border-color: #4011E4;
}
</style>