Shades of Han Purple #422EE9
Tints of Han Purple #422EE9
RGB
CMYK
RGB Variations
Color information
#422EE9 (or 0x422EE9) is known color: Han Purple. HEX triplet: 42, 2E and E9. RGB value is (66,46,233). Sum of RGB (Red+Green+Blue) = 66+46+233=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #422EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EE9 is #BDD116. Grayscale: #484848. Windows color (decimal): -12439831 or 15281730. OLE color: 15281730.
HSL color Cylindrical-coordinate representation of color #422EE9: hue angle of 246.42º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422EE9 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 46 | 233 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.09 |
| HSL | 246.42º | 0.81% | 0.55% | - |
| HSV(B) | 246.42º | 0.8% | 0.91% | - |
| XYZ | 17.93 | 9 | 77.88 | - |
| YUV | 73.3 | 218.13 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 233 | 0.72 | 0.80 | 0 | 0.09 | 246.42 | 0.81 | 0.55 |
| Hex | 42 | 2E | E9 | 48 | 50 | 0 | 9 | F6 | 51 | 37 |
| Octal | 102 | 56 | 351 | 110 | 120 | 0 | 11 | 366 | 121 | 67 |
| Binary | 1000010 | 101110 | 11101001 | 1001000 | 1010000 | 0 | 1001 | 11110110 | 1010001 | 110111 |
Color Harmonies of #422EE9
Complementary color
Monochromatic Colors of #422EE9
Black with #422EE9
Text Example
Text Example
White with #422EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422EE9; }
p { color: rgb(66,46,233); }
H1.HeaderClassName
{
color: #422EE9;
}
.AnyTagClassName
{
color: #422EE9;
}
</style>
background-color css
<style>
a { background-color: #422EE9; }
a { background-color: rgb(66,46,233); }
div.DivClassName
{
background-color: #422EE9;
}
.BgClassName
{
background-color: #422EE9;
}
</style>
border-color css
<style>
span { border-color: #422EE9; }
span { border-color: rgb(66,46,233); }
td.TdClassName
{
border-color: #422EE9;
}
.TagClassName
{
border-color: #422EE9;
}
</style>