Shades of Han Purple #422AD9
Tints of Han Purple #422AD9
RGB
CMYK
RGB Variations
Color information
#422AD9 (or 0x422AD9) is known color: Han Purple. HEX triplet: 42, 2A and D9. RGB value is (66,42,217). Sum of RGB (Red+Green+Blue) = 66+42+217=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 217 (85.16% from 255 or 66.77% from 325); Max value from RGB is 217 - color contains mainly: blue. Hex color #422AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422AD9 is #BDD526. Grayscale: #444444. Windows color (decimal): -12440871 or 14232130. OLE color: 14232130.
HSL color Cylindrical-coordinate representation of color #422AD9: hue angle of 248.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422AD9 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 42 | 217 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.15 |
| HSL | 248.23º | 0.7% | 0.51% | - |
| HSV(B) | 248.23º | 0.81% | 0.85% | - |
| XYZ | 15.6 | 7.82 | 66.33 | - |
| YUV | 69.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 217 | 0.70 | 0.81 | 0 | 0.15 | 248.23 | 0.7 | 0.51 |
| Hex | 42 | 2A | D9 | 46 | 51 | 0 | F | F8 | 46 | 33 |
| Octal | 102 | 52 | 331 | 106 | 121 | 0 | 17 | 370 | 106 | 63 |
| Binary | 1000010 | 101010 | 11011001 | 1000110 | 1010001 | 0 | 1111 | 11111000 | 1000110 | 110011 |
Color Harmonies of #422AD9
Complementary color
Monochromatic Colors of #422AD9
Black with #422AD9
Text Example
Text Example
White with #422AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AD9; }
p { color: rgb(66,42,217); }
H1.HeaderClassName
{
color: #422AD9;
}
.AnyTagClassName
{
color: #422AD9;
}
</style>
background-color css
<style>
a { background-color: #422AD9; }
a { background-color: rgb(66,42,217); }
div.DivClassName
{
background-color: #422AD9;
}
.BgClassName
{
background-color: #422AD9;
}
</style>
border-color css
<style>
span { border-color: #422AD9; }
span { border-color: rgb(66,42,217); }
td.TdClassName
{
border-color: #422AD9;
}
.TagClassName
{
border-color: #422AD9;
}
</style>