Shades of Han Purple #422FE1
Tints of Han Purple #422FE1
RGB
CMYK
RGB Variations
Color information
#422FE1 (or 0x422FE1) is known color: Han Purple. HEX triplet: 42, 2F and E1. RGB value is (66,47,225). Sum of RGB (Red+Green+Blue) = 66+47+225=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #422FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FE1 is #BDD01E. Grayscale: #484848. Windows color (decimal): -12439583 or 14757698. OLE color: 14757698.
HSL color Cylindrical-coordinate representation of color #422FE1: hue angle of 246.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422FE1 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 47 | 225 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.12 |
| HSL | 246.4º | 0.75% | 0.53% | - |
| HSV(B) | 246.4º | 0.79% | 0.88% | - |
| XYZ | 16.85 | 8.63 | 72.01 | - |
| YUV | 72.97 | 213.79 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 225 | 0.71 | 0.79 | 0 | 0.12 | 246.4 | 0.75 | 0.53 |
| Hex | 42 | 2F | E1 | 47 | 4F | 0 | C | F6 | 4B | 35 |
| Octal | 102 | 57 | 341 | 107 | 117 | 0 | 14 | 366 | 113 | 65 |
| Binary | 1000010 | 101111 | 11100001 | 1000111 | 1001111 | 0 | 1100 | 11110110 | 1001011 | 110101 |
Color Harmonies of #422FE1
Complementary color
Monochromatic Colors of #422FE1
Black with #422FE1
Text Example
Text Example
White with #422FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FE1; }
p { color: rgb(66,47,225); }
H1.HeaderClassName
{
color: #422FE1;
}
.AnyTagClassName
{
color: #422FE1;
}
</style>
background-color css
<style>
a { background-color: #422FE1; }
a { background-color: rgb(66,47,225); }
div.DivClassName
{
background-color: #422FE1;
}
.BgClassName
{
background-color: #422FE1;
}
</style>
border-color css
<style>
span { border-color: #422FE1; }
span { border-color: rgb(66,47,225); }
td.TdClassName
{
border-color: #422FE1;
}
.TagClassName
{
border-color: #422FE1;
}
</style>