Shades of Han Purple #4029DC
Tints of Han Purple #4029DC
RGB
CMYK
RGB Variations
Color information
#4029DC (or 0x4029DC) is known color: Han Purple. HEX triplet: 40, 29 and DC. RGB value is (64,41,220). Sum of RGB (Red+Green+Blue) = 64+41+220=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #4029DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029DC is #BFD623. Grayscale: #434343. Windows color (decimal): -12572196 or 14428480. OLE color: 14428480.
HSL color Cylindrical-coordinate representation of color #4029DC: hue angle of 247.71º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4029DC is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 41 | 220 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.14 |
| HSL | 247.71º | 0.72% | 0.51% | - |
| HSV(B) | 247.71º | 0.81% | 0.86% | - |
| XYZ | 15.83 | 7.84 | 68.39 | - |
| YUV | 68.28 | 213.62 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 220 | 0.71 | 0.81 | 0 | 0.14 | 247.71 | 0.72 | 0.51 |
| Hex | 40 | 29 | DC | 47 | 51 | 0 | E | F8 | 48 | 33 |
| Octal | 100 | 51 | 334 | 107 | 121 | 0 | 16 | 370 | 110 | 63 |
| Binary | 1000000 | 101001 | 11011100 | 1000111 | 1010001 | 0 | 1110 | 11111000 | 1001000 | 110011 |
Color Harmonies of #4029DC
Complementary color
Monochromatic Colors of #4029DC
Black with #4029DC
Text Example
Text Example
White with #4029DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4029DC; }
p { color: rgb(64,41,220); }
H1.HeaderClassName
{
color: #4029DC;
}
.AnyTagClassName
{
color: #4029DC;
}
</style>
background-color css
<style>
a { background-color: #4029DC; }
a { background-color: rgb(64,41,220); }
div.DivClassName
{
background-color: #4029DC;
}
.BgClassName
{
background-color: #4029DC;
}
</style>
border-color css
<style>
span { border-color: #4029DC; }
span { border-color: rgb(64,41,220); }
td.TdClassName
{
border-color: #4029DC;
}
.TagClassName
{
border-color: #4029DC;
}
</style>