Shades of Han Purple #422EDB
Tints of Han Purple #422EDB
RGB
CMYK
RGB Variations
Color information
#422EDB (or 0x422EDB) is known color: Han Purple. HEX triplet: 42, 2E and DB. RGB value is (66,46,219). Sum of RGB (Red+Green+Blue) = 66+46+219=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #422EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EDB is #BDD124. Grayscale: #474747. Windows color (decimal): -12439845 or 14364226. OLE color: 14364226.
HSL color Cylindrical-coordinate representation of color #422EDB: hue angle of 246.94º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422EDB is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 46 | 219 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.14 |
| HSL | 246.94º | 0.71% | 0.52% | - |
| HSV(B) | 246.94º | 0.79% | 0.86% | - |
| XYZ | 16.01 | 8.23 | 67.76 | - |
| YUV | 71.7 | 211.13 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 219 | 0.70 | 0.79 | 0 | 0.14 | 246.94 | 0.71 | 0.52 |
| Hex | 42 | 2E | DB | 46 | 4F | 0 | E | F7 | 47 | 34 |
| Octal | 102 | 56 | 333 | 106 | 117 | 0 | 16 | 367 | 107 | 64 |
| Binary | 1000010 | 101110 | 11011011 | 1000110 | 1001111 | 0 | 1110 | 11110111 | 1000111 | 110100 |
Color Harmonies of #422EDB
Complementary color
Monochromatic Colors of #422EDB
Black with #422EDB
Text Example
Text Example
White with #422EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422EDB; }
p { color: rgb(66,46,219); }
H1.HeaderClassName
{
color: #422EDB;
}
.AnyTagClassName
{
color: #422EDB;
}
</style>
background-color css
<style>
a { background-color: #422EDB; }
a { background-color: rgb(66,46,219); }
div.DivClassName
{
background-color: #422EDB;
}
.BgClassName
{
background-color: #422EDB;
}
</style>
border-color css
<style>
span { border-color: #422EDB; }
span { border-color: rgb(66,46,219); }
td.TdClassName
{
border-color: #422EDB;
}
.TagClassName
{
border-color: #422EDB;
}
</style>