Shades of Han Purple #4011EF
Tints of Han Purple #4011EF
RGB
CMYK
RGB Variations
Color information
#4011EF (or 0x4011EF) is known color: Han Purple. HEX triplet: 40, 11 and EF. RGB value is (64,17,239). Sum of RGB (Red+Green+Blue) = 64+17+239=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #4011EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4011EF is #BFEE10. Grayscale: #373737. Windows color (decimal): -12578321 or 15667520. OLE color: 15667520.
HSL color Cylindrical-coordinate representation of color #4011EF: hue angle of 252.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4011EF is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 17 | 239 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.06 |
| HSL | 252.7º | 0.87% | 0.5% | - |
| HSV(B) | 252.7º | 0.93% | 0.94% | - |
| XYZ | 17.89 | 7.72 | 82.21 | - |
| YUV | 56.36 | 231.07 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 239 | 0.73 | 0.93 | 0 | 0.06 | 252.7 | 0.87 | 0.5 |
| Hex | 40 | 11 | EF | 49 | 5D | 0 | 6 | FD | 57 | 32 |
| Octal | 100 | 21 | 357 | 111 | 135 | 0 | 6 | 375 | 127 | 62 |
| Binary | 1000000 | 10001 | 11101111 | 1001001 | 1011101 | 0 | 110 | 11111101 | 1010111 | 110010 |
Color Harmonies of #4011EF
Complementary color
Monochromatic Colors of #4011EF
Black with #4011EF
Text Example
Text Example
White with #4011EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011EF; }
p { color: rgb(64,17,239); }
H1.HeaderClassName
{
color: #4011EF;
}
.AnyTagClassName
{
color: #4011EF;
}
</style>
background-color css
<style>
a { background-color: #4011EF; }
a { background-color: rgb(64,17,239); }
div.DivClassName
{
background-color: #4011EF;
}
.BgClassName
{
background-color: #4011EF;
}
</style>
border-color css
<style>
span { border-color: #4011EF; }
span { border-color: rgb(64,17,239); }
td.TdClassName
{
border-color: #4011EF;
}
.TagClassName
{
border-color: #4011EF;
}
</style>