Shades of Han Purple #422BDC
Tints of Han Purple #422BDC
RGB
CMYK
RGB Variations
Color information
#422BDC (or 0x422BDC) is known color: Han Purple. HEX triplet: 42, 2B and DC. RGB value is (66,43,220). Sum of RGB (Red+Green+Blue) = 66+43+220=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #422BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BDC is #BDD423. Grayscale: #454545. Windows color (decimal): -12440612 or 14428994. OLE color: 14428994.
HSL color Cylindrical-coordinate representation of color #422BDC: hue angle of 247.8º degrees, saturation: 0.72, 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 #422BDC is Cyan = 0.7, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 43 | 220 | - |
| CMYK | 0.7 | 0.80 | 0 | 0.14 |
| HSL | 247.8º | 0.72% | 0.52% | - |
| HSV(B) | 247.8º | 0.8% | 0.86% | - |
| XYZ | 16.03 | 8.05 | 68.42 | - |
| YUV | 70.06 | 212.62 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 220 | 0.7 | 0.80 | 0 | 0.14 | 247.8 | 0.72 | 0.52 |
| Hex | 42 | 2B | DC | 46 | 50 | 0 | E | F8 | 48 | 34 |
| Octal | 102 | 53 | 334 | 106 | 120 | 0 | 16 | 370 | 110 | 64 |
| Binary | 1000010 | 101011 | 11011100 | 1000110 | 1010000 | 0 | 1110 | 11111000 | 1001000 | 110100 |
Color Harmonies of #422BDC
Complementary color
Monochromatic Colors of #422BDC
Black with #422BDC
Text Example
Text Example
White with #422BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BDC; }
p { color: rgb(66,43,220); }
H1.HeaderClassName
{
color: #422BDC;
}
.AnyTagClassName
{
color: #422BDC;
}
</style>
background-color css
<style>
a { background-color: #422BDC; }
a { background-color: rgb(66,43,220); }
div.DivClassName
{
background-color: #422BDC;
}
.BgClassName
{
background-color: #422BDC;
}
</style>
border-color css
<style>
span { border-color: #422BDC; }
span { border-color: rgb(66,43,220); }
td.TdClassName
{
border-color: #422BDC;
}
.TagClassName
{
border-color: #422BDC;
}
</style>