Shades of Han Purple #422CDB
Tints of Han Purple #422CDB
RGB
CMYK
RGB Variations
Color information
#422CDB (or 0x422CDB) is known color: Han Purple. HEX triplet: 42, 2C and DB. RGB value is (66,44,219). Sum of RGB (Red+Green+Blue) = 66+44+219=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #422CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CDB is #BDD324. Grayscale: #454545. Windows color (decimal): -12440357 or 14363714. OLE color: 14363714.
HSL color Cylindrical-coordinate representation of color #422CDB: hue angle of 247.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422CDB is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 44 | 219 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.14 |
| HSL | 247.54º | 0.71% | 0.52% | - |
| HSV(B) | 247.54º | 0.8% | 0.86% | - |
| XYZ | 15.93 | 8.07 | 67.74 | - |
| YUV | 70.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 219 | 0.70 | 0.80 | 0 | 0.14 | 247.54 | 0.71 | 0.52 |
| Hex | 42 | 2C | DB | 46 | 50 | 0 | E | F8 | 47 | 34 |
| Octal | 102 | 54 | 333 | 106 | 120 | 0 | 16 | 370 | 107 | 64 |
| Binary | 1000010 | 101100 | 11011011 | 1000110 | 1010000 | 0 | 1110 | 11111000 | 1000111 | 110100 |
Color Harmonies of #422CDB
Complementary color
Monochromatic Colors of #422CDB
Black with #422CDB
Text Example
Text Example
White with #422CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CDB; }
p { color: rgb(66,44,219); }
H1.HeaderClassName
{
color: #422CDB;
}
.AnyTagClassName
{
color: #422CDB;
}
</style>
background-color css
<style>
a { background-color: #422CDB; }
a { background-color: rgb(66,44,219); }
div.DivClassName
{
background-color: #422CDB;
}
.BgClassName
{
background-color: #422CDB;
}
</style>
border-color css
<style>
span { border-color: #422CDB; }
span { border-color: rgb(66,44,219); }
td.TdClassName
{
border-color: #422CDB;
}
.TagClassName
{
border-color: #422CDB;
}
</style>