Shades of Han Purple #422AFA
Tints of Han Purple #422AFA
RGB
CMYK
RGB Variations
Color information
#422AFA (or 0x422AFA) is known color: Han Purple. HEX triplet: 42, 2A and FA. RGB value is (66,42,250). Sum of RGB (Red+Green+Blue) = 66+42+250=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #422AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422AFA is #BDD505. Grayscale: #484848. Windows color (decimal): -12440838 or 16394818. OLE color: 16394818.
HSL color Cylindrical-coordinate representation of color #422AFA: hue angle of 246.92º 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 #422AFA is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 42 | 250 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.02 |
| HSL | 246.92º | 0.95% | 0.57% | - |
| HSV(B) | 246.92º | 0.83% | 0.98% | - |
| XYZ | 20.33 | 9.72 | 91.25 | - |
| YUV | 72.89 | 227.95 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 250 | 0.74 | 0.83 | 0 | 0.02 | 246.92 | 0.95 | 0.57 |
| Hex | 42 | 2A | FA | 4A | 53 | 0 | 2 | F7 | 5F | 39 |
| Octal | 102 | 52 | 372 | 112 | 123 | 0 | 2 | 367 | 137 | 71 |
| Binary | 1000010 | 101010 | 11111010 | 1001010 | 1010011 | 0 | 10 | 11110111 | 1011111 | 111001 |
Color Harmonies of #422AFA
Complementary color
Monochromatic Colors of #422AFA
Black with #422AFA
Text Example
Text Example
White with #422AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AFA; }
p { color: rgb(66,42,250); }
H1.HeaderClassName
{
color: #422AFA;
}
.AnyTagClassName
{
color: #422AFA;
}
</style>
background-color css
<style>
a { background-color: #422AFA; }
a { background-color: rgb(66,42,250); }
div.DivClassName
{
background-color: #422AFA;
}
.BgClassName
{
background-color: #422AFA;
}
</style>
border-color css
<style>
span { border-color: #422AFA; }
span { border-color: rgb(66,42,250); }
td.TdClassName
{
border-color: #422AFA;
}
.TagClassName
{
border-color: #422AFA;
}
</style>