Shades of Han Purple #4229DC
Tints of Han Purple #4229DC
RGB
CMYK
RGB Variations
Color information
#4229DC (or 0x4229DC) is known color: Han Purple. HEX triplet: 42, 29 and DC. RGB value is (66,41,220). Sum of RGB (Red+Green+Blue) = 66+41+220=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #4229DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229DC is #BDD623. Grayscale: #444444. Windows color (decimal): -12441124 or 14428482. OLE color: 14428482.
HSL color Cylindrical-coordinate representation of color #4229DC: hue angle of 248.38º 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 #4229DC is Cyan = 0.7, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 41 | 220 | - |
| CMYK | 0.7 | 0.81 | 0 | 0.14 |
| HSL | 248.38º | 0.72% | 0.51% | - |
| HSV(B) | 248.38º | 0.81% | 0.86% | - |
| XYZ | 15.96 | 7.91 | 68.4 | - |
| YUV | 68.88 | 213.28 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 220 | 0.7 | 0.81 | 0 | 0.14 | 248.38 | 0.72 | 0.51 |
| Hex | 42 | 29 | DC | 46 | 51 | 0 | E | F8 | 48 | 33 |
| Octal | 102 | 51 | 334 | 106 | 121 | 0 | 16 | 370 | 110 | 63 |
| Binary | 1000010 | 101001 | 11011100 | 1000110 | 1010001 | 0 | 1110 | 11111000 | 1001000 | 110011 |
Color Harmonies of #4229DC
Complementary color
Monochromatic Colors of #4229DC
Black with #4229DC
Text Example
Text Example
White with #4229DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229DC; }
p { color: rgb(66,41,220); }
H1.HeaderClassName
{
color: #4229DC;
}
.AnyTagClassName
{
color: #4229DC;
}
</style>
background-color css
<style>
a { background-color: #4229DC; }
a { background-color: rgb(66,41,220); }
div.DivClassName
{
background-color: #4229DC;
}
.BgClassName
{
background-color: #4229DC;
}
</style>
border-color css
<style>
span { border-color: #4229DC; }
span { border-color: rgb(66,41,220); }
td.TdClassName
{
border-color: #4229DC;
}
.TagClassName
{
border-color: #4229DC;
}
</style>