Shades of Han Purple #4024DC
Tints of Han Purple #4024DC
RGB
CMYK
RGB Variations
Color information
#4024DC (or 0x4024DC) is known color: Han Purple. HEX triplet: 40, 24 and DC. RGB value is (64,36,220). Sum of RGB (Red+Green+Blue) = 64+36+220=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #4024DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4024DC is #BFDB23. Grayscale: #404040. Windows color (decimal): -12573476 or 14427200. OLE color: 14427200.
HSL color Cylindrical-coordinate representation of color #4024DC: hue angle of 249.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4024DC is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 36 | 220 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.14 |
| HSL | 249.13º | 0.72% | 0.5% | - |
| HSV(B) | 249.13º | 0.84% | 0.86% | - |
| XYZ | 15.66 | 7.52 | 68.34 | - |
| YUV | 65.35 | 215.28 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 220 | 0.71 | 0.84 | 0 | 0.14 | 249.13 | 0.72 | 0.5 |
| Hex | 40 | 24 | DC | 47 | 54 | 0 | E | F9 | 48 | 32 |
| Octal | 100 | 44 | 334 | 107 | 124 | 0 | 16 | 371 | 110 | 62 |
| Binary | 1000000 | 100100 | 11011100 | 1000111 | 1010100 | 0 | 1110 | 11111001 | 1001000 | 110010 |
Color Harmonies of #4024DC
Complementary color
Monochromatic Colors of #4024DC
Black with #4024DC
Text Example
Text Example
White with #4024DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4024DC; }
p { color: rgb(64,36,220); }
H1.HeaderClassName
{
color: #4024DC;
}
.AnyTagClassName
{
color: #4024DC;
}
</style>
background-color css
<style>
a { background-color: #4024DC; }
a { background-color: rgb(64,36,220); }
div.DivClassName
{
background-color: #4024DC;
}
.BgClassName
{
background-color: #4024DC;
}
</style>
border-color css
<style>
span { border-color: #4024DC; }
span { border-color: rgb(64,36,220); }
td.TdClassName
{
border-color: #4024DC;
}
.TagClassName
{
border-color: #4024DC;
}
</style>