Shades of Han Purple #422AF9
Tints of Han Purple #422AF9
RGB
CMYK
RGB Variations
Color information
#422AF9 (or 0x422AF9) is known color: Han Purple. HEX triplet: 42, 2A and F9. RGB value is (66,42,249). Sum of RGB (Red+Green+Blue) = 66+42+249=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 249 (97.66% from 255 or 69.75% from 357); Max value from RGB is 249 - color contains mainly: blue. Hex color #422AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422AF9 is #BDD506. Grayscale: #474747. Windows color (decimal): -12440839 or 16329282. OLE color: 16329282.
HSL color Cylindrical-coordinate representation of color #422AF9: hue angle of 246.96º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #422AF9 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 42 | 249 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.02 |
| HSL | 246.96º | 0.95% | 0.57% | - |
| HSV(B) | 246.96º | 0.83% | 0.98% | - |
| XYZ | 20.17 | 9.65 | 90.42 | - |
| YUV | 72.77 | 227.45 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 249 | 0.73 | 0.83 | 0 | 0.02 | 246.96 | 0.95 | 0.57 |
| Hex | 42 | 2A | F9 | 49 | 53 | 0 | 2 | F7 | 5F | 39 |
| Octal | 102 | 52 | 371 | 111 | 123 | 0 | 2 | 367 | 137 | 71 |
| Binary | 1000010 | 101010 | 11111001 | 1001001 | 1010011 | 0 | 10 | 11110111 | 1011111 | 111001 |
Color Harmonies of #422AF9
Complementary color
Monochromatic Colors of #422AF9
Black with #422AF9
Text Example
Text Example
White with #422AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AF9; }
p { color: rgb(66,42,249); }
H1.HeaderClassName
{
color: #422AF9;
}
.AnyTagClassName
{
color: #422AF9;
}
</style>
background-color css
<style>
a { background-color: #422AF9; }
a { background-color: rgb(66,42,249); }
div.DivClassName
{
background-color: #422AF9;
}
.BgClassName
{
background-color: #422AF9;
}
</style>
border-color css
<style>
span { border-color: #422AF9; }
span { border-color: rgb(66,42,249); }
td.TdClassName
{
border-color: #422AF9;
}
.TagClassName
{
border-color: #422AF9;
}
</style>