Shades of Han Purple #422CEA
Tints of Han Purple #422CEA
RGB
CMYK
RGB Variations
Color information
#422CEA (or 0x422CEA) is known color: Han Purple. HEX triplet: 42, 2C and EA. RGB value is (66,44,234). Sum of RGB (Red+Green+Blue) = 66+44+234=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #422CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422CEA is #BDD315. Grayscale: #474747. Windows color (decimal): -12440342 or 15346754. OLE color: 15346754.
HSL color Cylindrical-coordinate representation of color #422CEA: hue angle of 246.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422CEA is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 44 | 234 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.08 |
| HSL | 246.95º | 0.82% | 0.55% | - |
| HSV(B) | 246.95º | 0.81% | 0.92% | - |
| XYZ | 18 | 8.9 | 78.61 | - |
| YUV | 72.24 | 219.29 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 234 | 0.72 | 0.81 | 0 | 0.08 | 246.95 | 0.82 | 0.55 |
| Hex | 42 | 2C | EA | 48 | 51 | 0 | 8 | F7 | 52 | 37 |
| Octal | 102 | 54 | 352 | 110 | 121 | 0 | 10 | 367 | 122 | 67 |
| Binary | 1000010 | 101100 | 11101010 | 1001000 | 1010001 | 0 | 1000 | 11110111 | 1010010 | 110111 |
Color Harmonies of #422CEA
Complementary color
Monochromatic Colors of #422CEA
Black with #422CEA
Text Example
Text Example
White with #422CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CEA; }
p { color: rgb(66,44,234); }
H1.HeaderClassName
{
color: #422CEA;
}
.AnyTagClassName
{
color: #422CEA;
}
</style>
background-color css
<style>
a { background-color: #422CEA; }
a { background-color: rgb(66,44,234); }
div.DivClassName
{
background-color: #422CEA;
}
.BgClassName
{
background-color: #422CEA;
}
</style>
border-color css
<style>
span { border-color: #422CEA; }
span { border-color: rgb(66,44,234); }
td.TdClassName
{
border-color: #422CEA;
}
.TagClassName
{
border-color: #422CEA;
}
</style>