Shades of Han Purple #4011EA
Tints of Han Purple #4011EA
RGB
CMYK
RGB Variations
Color information
#4011EA (or 0x4011EA) is known color: Han Purple. HEX triplet: 40, 11 and EA. RGB value is (64,17,234). Sum of RGB (Red+Green+Blue) = 64+17+234=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #4011EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4011EA is #BFEE15. Grayscale: #363636. Windows color (decimal): -12578326 or 15339840. OLE color: 15339840.
HSL color Cylindrical-coordinate representation of color #4011EA: hue angle of 253º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4011EA is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 17 | 234 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.08 |
| HSL | 253º | 0.86% | 0.49% | - |
| HSV(B) | 253º | 0.93% | 0.92% | - |
| XYZ | 17.17 | 7.43 | 78.37 | - |
| YUV | 55.79 | 228.57 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 234 | 0.73 | 0.93 | 0 | 0.08 | 253 | 0.86 | 0.49 |
| Hex | 40 | 11 | EA | 49 | 5D | 0 | 8 | FD | 56 | 31 |
| Octal | 100 | 21 | 352 | 111 | 135 | 0 | 10 | 375 | 126 | 61 |
| Binary | 1000000 | 10001 | 11101010 | 1001001 | 1011101 | 0 | 1000 | 11111101 | 1010110 | 110001 |
Color Harmonies of #4011EA
Complementary color
Monochromatic Colors of #4011EA
Black with #4011EA
Text Example
Text Example
White with #4011EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011EA; }
p { color: rgb(64,17,234); }
H1.HeaderClassName
{
color: #4011EA;
}
.AnyTagClassName
{
color: #4011EA;
}
</style>
background-color css
<style>
a { background-color: #4011EA; }
a { background-color: rgb(64,17,234); }
div.DivClassName
{
background-color: #4011EA;
}
.BgClassName
{
background-color: #4011EA;
}
</style>
border-color css
<style>
span { border-color: #4011EA; }
span { border-color: rgb(64,17,234); }
td.TdClassName
{
border-color: #4011EA;
}
.TagClassName
{
border-color: #4011EA;
}
</style>