Shades of Han Purple #422EDD
Tints of Han Purple #422EDD
RGB
CMYK
RGB Variations
Color information
#422EDD (or 0x422EDD) is known color: Han Purple. HEX triplet: 42, 2E and DD. RGB value is (66,46,221). Sum of RGB (Red+Green+Blue) = 66+46+221=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #422EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EDD is #BDD122. Grayscale: #474747. Windows color (decimal): -12439843 or 14495298. OLE color: 14495298.
HSL color Cylindrical-coordinate representation of color #422EDD: hue angle of 246.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422EDD is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 46 | 221 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.13 |
| HSL | 246.86º | 0.72% | 0.52% | - |
| HSV(B) | 246.86º | 0.79% | 0.87% | - |
| XYZ | 16.27 | 8.33 | 69.16 | - |
| YUV | 71.93 | 212.13 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 221 | 0.70 | 0.79 | 0 | 0.13 | 246.86 | 0.72 | 0.52 |
| Hex | 42 | 2E | DD | 46 | 4F | 0 | D | F7 | 48 | 34 |
| Octal | 102 | 56 | 335 | 106 | 117 | 0 | 15 | 367 | 110 | 64 |
| Binary | 1000010 | 101110 | 11011101 | 1000110 | 1001111 | 0 | 1101 | 11110111 | 1001000 | 110100 |
Color Harmonies of #422EDD
Complementary color
Monochromatic Colors of #422EDD
Black with #422EDD
Text Example
Text Example
White with #422EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422EDD; }
p { color: rgb(66,46,221); }
H1.HeaderClassName
{
color: #422EDD;
}
.AnyTagClassName
{
color: #422EDD;
}
</style>
background-color css
<style>
a { background-color: #422EDD; }
a { background-color: rgb(66,46,221); }
div.DivClassName
{
background-color: #422EDD;
}
.BgClassName
{
background-color: #422EDD;
}
</style>
border-color css
<style>
span { border-color: #422EDD; }
span { border-color: rgb(66,46,221); }
td.TdClassName
{
border-color: #422EDD;
}
.TagClassName
{
border-color: #422EDD;
}
</style>