Shades of Han Purple #422FDB
Tints of Han Purple #422FDB
RGB
CMYK
RGB Variations
Color information
#422FDB (or 0x422FDB) is known color: Han Purple. HEX triplet: 42, 2F and DB. RGB value is (66,47,219). Sum of RGB (Red+Green+Blue) = 66+47+219=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #422FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FDB is #BDD024. Grayscale: #474747. Windows color (decimal): -12439589 or 14364482. OLE color: 14364482.
HSL color Cylindrical-coordinate representation of color #422FDB: hue angle of 246.63º degrees, saturation: 0.7, 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 #422FDB is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 47 | 219 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.14 |
| HSL | 246.63º | 0.7% | 0.52% | - |
| HSV(B) | 246.63º | 0.79% | 0.86% | - |
| XYZ | 16.05 | 8.31 | 67.78 | - |
| YUV | 72.29 | 210.79 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 219 | 0.70 | 0.79 | 0 | 0.14 | 246.63 | 0.7 | 0.52 |
| Hex | 42 | 2F | DB | 46 | 4F | 0 | E | F7 | 46 | 34 |
| Octal | 102 | 57 | 333 | 106 | 117 | 0 | 16 | 367 | 106 | 64 |
| Binary | 1000010 | 101111 | 11011011 | 1000110 | 1001111 | 0 | 1110 | 11110111 | 1000110 | 110100 |
Color Harmonies of #422FDB
Complementary color
Monochromatic Colors of #422FDB
Black with #422FDB
Text Example
Text Example
White with #422FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FDB; }
p { color: rgb(66,47,219); }
H1.HeaderClassName
{
color: #422FDB;
}
.AnyTagClassName
{
color: #422FDB;
}
</style>
background-color css
<style>
a { background-color: #422FDB; }
a { background-color: rgb(66,47,219); }
div.DivClassName
{
background-color: #422FDB;
}
.BgClassName
{
background-color: #422FDB;
}
</style>
border-color css
<style>
span { border-color: #422FDB; }
span { border-color: rgb(66,47,219); }
td.TdClassName
{
border-color: #422FDB;
}
.TagClassName
{
border-color: #422FDB;
}
</style>