Shades of Han Purple #4032DC
Tints of Han Purple #4032DC
RGB
CMYK
RGB Variations
Color information
#4032DC (or 0x4032DC) is known color: Han Purple. HEX triplet: 40, 32 and DC. RGB value is (64,50,220). Sum of RGB (Red+Green+Blue) = 64+50+220=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #4032DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4032DC is #BFCD23. Grayscale: #484848. Windows color (decimal): -12569892 or 14430784. OLE color: 14430784.
HSL color Cylindrical-coordinate representation of color #4032DC: hue angle of 244.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4032DC is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 50 | 220 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.14 |
| HSL | 244.94º | 0.71% | 0.53% | - |
| HSV(B) | 244.94º | 0.77% | 0.86% | - |
| XYZ | 16.17 | 8.54 | 68.51 | - |
| YUV | 73.57 | 210.64 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 220 | 0.71 | 0.77 | 0 | 0.14 | 244.94 | 0.71 | 0.53 |
| Hex | 40 | 32 | DC | 47 | 4D | 0 | E | F5 | 47 | 35 |
| Octal | 100 | 62 | 334 | 107 | 115 | 0 | 16 | 365 | 107 | 65 |
| Binary | 1000000 | 110010 | 11011100 | 1000111 | 1001101 | 0 | 1110 | 11110101 | 1000111 | 110101 |
Color Harmonies of #4032DC
Complementary color
Monochromatic Colors of #4032DC
Black with #4032DC
Text Example
Text Example
White with #4032DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4032DC; }
p { color: rgb(64,50,220); }
H1.HeaderClassName
{
color: #4032DC;
}
.AnyTagClassName
{
color: #4032DC;
}
</style>
background-color css
<style>
a { background-color: #4032DC; }
a { background-color: rgb(64,50,220); }
div.DivClassName
{
background-color: #4032DC;
}
.BgClassName
{
background-color: #4032DC;
}
</style>
border-color css
<style>
span { border-color: #4032DC; }
span { border-color: rgb(64,50,220); }
td.TdClassName
{
border-color: #4032DC;
}
.TagClassName
{
border-color: #4032DC;
}
</style>