Shades of Han Purple #4224DB
Tints of Han Purple #4224DB
RGB
CMYK
RGB Variations
Color information
#4224DB (or 0x4224DB) is known color: Han Purple. HEX triplet: 42, 24 and DB. RGB value is (66,36,219). Sum of RGB (Red+Green+Blue) = 66+36+219=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #4224DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4224DB is #BDDB24. Grayscale: #414141. Windows color (decimal): -12442405 or 14361666. OLE color: 14361666.
HSL color Cylindrical-coordinate representation of color #4224DB: hue angle of 249.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4224DB is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 36 | 219 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.14 |
| HSL | 249.84º | 0.72% | 0.5% | - |
| HSV(B) | 249.84º | 0.84% | 0.86% | - |
| XYZ | 15.66 | 7.53 | 67.65 | - |
| YUV | 65.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 219 | 0.70 | 0.84 | 0 | 0.14 | 249.84 | 0.72 | 0.5 |
| Hex | 42 | 24 | DB | 46 | 54 | 0 | E | FA | 48 | 32 |
| Octal | 102 | 44 | 333 | 106 | 124 | 0 | 16 | 372 | 110 | 62 |
| Binary | 1000010 | 100100 | 11011011 | 1000110 | 1010100 | 0 | 1110 | 11111010 | 1001000 | 110010 |
Color Harmonies of #4224DB
Complementary color
Monochromatic Colors of #4224DB
Black with #4224DB
Text Example
Text Example
White with #4224DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4224DB; }
p { color: rgb(66,36,219); }
H1.HeaderClassName
{
color: #4224DB;
}
.AnyTagClassName
{
color: #4224DB;
}
</style>
background-color css
<style>
a { background-color: #4224DB; }
a { background-color: rgb(66,36,219); }
div.DivClassName
{
background-color: #4224DB;
}
.BgClassName
{
background-color: #4224DB;
}
</style>
border-color css
<style>
span { border-color: #4224DB; }
span { border-color: rgb(66,36,219); }
td.TdClassName
{
border-color: #4224DB;
}
.TagClassName
{
border-color: #4224DB;
}
</style>