Shades of Han Purple #4024D6
Tints of Han Purple #4024D6
RGB
CMYK
RGB Variations
Color information
#4024D6 (or 0x4024D6) is known color: Han Purple. HEX triplet: 40, 24 and D6. RGB value is (64,36,214). Sum of RGB (Red+Green+Blue) = 64+36+214=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 214 (83.98% from 255 or 68.15% from 314); Max value from RGB is 214 - color contains mainly: blue. Hex color #4024D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4024D6 is #BFDB29. Grayscale: #3F3F3F. Windows color (decimal): -12573482 or 14033984. OLE color: 14033984.
HSL color Cylindrical-coordinate representation of color #4024D6: hue angle of 249.44º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4024D6 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 36 | 214 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.16 |
| HSL | 249.44º | 0.71% | 0.49% | - |
| HSV(B) | 249.44º | 0.83% | 0.84% | - |
| XYZ | 14.88 | 7.21 | 64.22 | - |
| YUV | 64.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 214 | 0.70 | 0.83 | 0 | 0.16 | 249.44 | 0.71 | 0.49 |
| Hex | 40 | 24 | D6 | 46 | 53 | 0 | 10 | F9 | 47 | 31 |
| Octal | 100 | 44 | 326 | 106 | 123 | 0 | 20 | 371 | 107 | 61 |
| Binary | 1000000 | 100100 | 11010110 | 1000110 | 1010011 | 0 | 10000 | 11111001 | 1000111 | 110001 |
Color Harmonies of #4024D6
Complementary color
Monochromatic Colors of #4024D6
Black with #4024D6
Text Example
Text Example
White with #4024D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4024D6; }
p { color: rgb(64,36,214); }
H1.HeaderClassName
{
color: #4024D6;
}
.AnyTagClassName
{
color: #4024D6;
}
</style>
background-color css
<style>
a { background-color: #4024D6; }
a { background-color: rgb(64,36,214); }
div.DivClassName
{
background-color: #4024D6;
}
.BgClassName
{
background-color: #4024D6;
}
</style>
border-color css
<style>
span { border-color: #4024D6; }
span { border-color: rgb(64,36,214); }
td.TdClassName
{
border-color: #4024D6;
}
.TagClassName
{
border-color: #4024D6;
}
</style>