Shades of Han Purple #4018DE
Tints of Han Purple #4018DE
RGB
CMYK
RGB Variations
Color information
#4018DE (or 0x4018DE) is known color: Han Purple. HEX triplet: 40, 18 and DE. RGB value is (64,24,222). Sum of RGB (Red+Green+Blue) = 64+24+222=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #4018DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018DE is #BFE721. Grayscale: #393939. Windows color (decimal): -12576546 or 14555200. OLE color: 14555200.
HSL color Cylindrical-coordinate representation of color #4018DE: hue angle of 252.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4018DE is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 24 | 222 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.13 |
| HSL | 252.12º | 0.8% | 0.48% | - |
| HSV(B) | 252.12º | 0.89% | 0.87% | - |
| XYZ | 15.63 | 7.02 | 69.64 | - |
| YUV | 58.53 | 220.25 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 222 | 0.71 | 0.89 | 0 | 0.13 | 252.12 | 0.8 | 0.48 |
| Hex | 40 | 18 | DE | 47 | 59 | 0 | D | FC | 50 | 30 |
| Octal | 100 | 30 | 336 | 107 | 131 | 0 | 15 | 374 | 120 | 60 |
| Binary | 1000000 | 11000 | 11011110 | 1000111 | 1011001 | 0 | 1101 | 11111100 | 1010000 | 110000 |
Color Harmonies of #4018DE
Complementary color
Monochromatic Colors of #4018DE
Black with #4018DE
Text Example
Text Example
White with #4018DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018DE; }
p { color: rgb(64,24,222); }
H1.HeaderClassName
{
color: #4018DE;
}
.AnyTagClassName
{
color: #4018DE;
}
</style>
background-color css
<style>
a { background-color: #4018DE; }
a { background-color: rgb(64,24,222); }
div.DivClassName
{
background-color: #4018DE;
}
.BgClassName
{
background-color: #4018DE;
}
</style>
border-color css
<style>
span { border-color: #4018DE; }
span { border-color: rgb(64,24,222); }
td.TdClassName
{
border-color: #4018DE;
}
.TagClassName
{
border-color: #4018DE;
}
</style>