Shades of Han Purple #4021E6
Tints of Han Purple #4021E6
RGB
CMYK
RGB Variations
Color information
#4021E6 (or 0x4021E6) is known color: Han Purple. HEX triplet: 40, 21 and E6. RGB value is (64,33,230). Sum of RGB (Red+Green+Blue) = 64+33+230=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 230 (90.23% from 255 or 70.34% from 327); Max value from RGB is 230 - color contains mainly: blue. Hex color #4021E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4021E6 is #BFDE19. Grayscale: #3F3F3F. Windows color (decimal): -12574234 or 15081792. OLE color: 15081792.
HSL color Cylindrical-coordinate representation of color #4021E6: hue angle of 249.44º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4021E6 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 33 | 230 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.10 |
| HSL | 249.44º | 0.8% | 0.52% | - |
| HSV(B) | 249.44º | 0.86% | 0.9% | - |
| XYZ | 16.94 | 7.89 | 75.49 | - |
| YUV | 64.73 | 221.27 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 230 | 0.72 | 0.86 | 0 | 0.10 | 249.44 | 0.8 | 0.52 |
| Hex | 40 | 21 | E6 | 48 | 56 | 0 | A | F9 | 50 | 34 |
| Octal | 100 | 41 | 346 | 110 | 126 | 0 | 12 | 371 | 120 | 64 |
| Binary | 1000000 | 100001 | 11100110 | 1001000 | 1010110 | 0 | 1010 | 11111001 | 1010000 | 110100 |
Color Harmonies of #4021E6
Complementary color
Monochromatic Colors of #4021E6
Black with #4021E6
Text Example
Text Example
White with #4021E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4021E6; }
p { color: rgb(64,33,230); }
H1.HeaderClassName
{
color: #4021E6;
}
.AnyTagClassName
{
color: #4021E6;
}
</style>
background-color css
<style>
a { background-color: #4021E6; }
a { background-color: rgb(64,33,230); }
div.DivClassName
{
background-color: #4021E6;
}
.BgClassName
{
background-color: #4021E6;
}
</style>
border-color css
<style>
span { border-color: #4021E6; }
span { border-color: rgb(64,33,230); }
td.TdClassName
{
border-color: #4021E6;
}
.TagClassName
{
border-color: #4021E6;
}
</style>