Shades of Han Purple #4011CE
Tints of Han Purple #4011CE
RGB
CMYK
RGB Variations
Color information
#4011CE (or 0x4011CE) is known color: Han Purple. HEX triplet: 40, 11 and CE. RGB value is (64,17,206). Sum of RGB (Red+Green+Blue) = 64+17+206=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #4011CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4011CE is #BFEE31. Grayscale: #333333. Windows color (decimal): -12578354 or 13504832. OLE color: 13504832.
HSL color Cylindrical-coordinate representation of color #4011CE: hue angle of 254.92º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4011CE is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 17 | 206 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.19 |
| HSL | 254.92º | 0.85% | 0.44% | - |
| HSV(B) | 254.92º | 0.92% | 0.81% | - |
| XYZ | 13.46 | 5.95 | 58.83 | - |
| YUV | 52.6 | 214.57 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 206 | 0.69 | 0.92 | 0 | 0.19 | 254.92 | 0.85 | 0.44 |
| Hex | 40 | 11 | CE | 45 | 5C | 0 | 13 | FF | 55 | 2C |
| Octal | 100 | 21 | 316 | 105 | 134 | 0 | 23 | 377 | 125 | 54 |
| Binary | 1000000 | 10001 | 11001110 | 1000101 | 1011100 | 0 | 10011 | 11111111 | 1010101 | 101100 |
Color Harmonies of #4011CE
Complementary color
Monochromatic Colors of #4011CE
Black with #4011CE
Text Example
Text Example
White with #4011CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011CE; }
p { color: rgb(64,17,206); }
H1.HeaderClassName
{
color: #4011CE;
}
.AnyTagClassName
{
color: #4011CE;
}
</style>
background-color css
<style>
a { background-color: #4011CE; }
a { background-color: rgb(64,17,206); }
div.DivClassName
{
background-color: #4011CE;
}
.BgClassName
{
background-color: #4011CE;
}
</style>
border-color css
<style>
span { border-color: #4011CE; }
span { border-color: rgb(64,17,206); }
td.TdClassName
{
border-color: #4011CE;
}
.TagClassName
{
border-color: #4011CE;
}
</style>