Shades of Han Purple #4020EF
Tints of Han Purple #4020EF
RGB
CMYK
RGB Variations
Color information
#4020EF (or 0x4020EF) is known color: Han Purple. HEX triplet: 40, 20 and EF. RGB value is (64,32,239). Sum of RGB (Red+Green+Blue) = 64+32+239=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #4020EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4020EF is #BFDF10. Grayscale: #404040. Windows color (decimal): -12574481 or 15671360. OLE color: 15671360.
HSL color Cylindrical-coordinate representation of color #4020EF: hue angle of 249.28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4020EF is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 32 | 239 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.06 |
| HSL | 249.28º | 0.87% | 0.53% | - |
| HSV(B) | 249.28º | 0.87% | 0.94% | - |
| XYZ | 18.21 | 8.36 | 82.31 | - |
| YUV | 65.17 | 226.1 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 239 | 0.73 | 0.87 | 0 | 0.06 | 249.28 | 0.87 | 0.53 |
| Hex | 40 | 20 | EF | 49 | 57 | 0 | 6 | F9 | 57 | 35 |
| Octal | 100 | 40 | 357 | 111 | 127 | 0 | 6 | 371 | 127 | 65 |
| Binary | 1000000 | 100000 | 11101111 | 1001001 | 1010111 | 0 | 110 | 11111001 | 1010111 | 110101 |
Color Harmonies of #4020EF
Complementary color
Monochromatic Colors of #4020EF
Black with #4020EF
Text Example
Text Example
White with #4020EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4020EF; }
p { color: rgb(64,32,239); }
H1.HeaderClassName
{
color: #4020EF;
}
.AnyTagClassName
{
color: #4020EF;
}
</style>
background-color css
<style>
a { background-color: #4020EF; }
a { background-color: rgb(64,32,239); }
div.DivClassName
{
background-color: #4020EF;
}
.BgClassName
{
background-color: #4020EF;
}
</style>
border-color css
<style>
span { border-color: #4020EF; }
span { border-color: rgb(64,32,239); }
td.TdClassName
{
border-color: #4020EF;
}
.TagClassName
{
border-color: #4020EF;
}
</style>