Shades of Han Purple #422AFF
Tints of Han Purple #422AFF
RGB
CMYK
RGB Variations
Color information
#422AFF (or 0x422AFF) is known color: Han Purple. HEX triplet: 42, 2A and FF. RGB value is (66,42,255). Sum of RGB (Red+Green+Blue) = 66+42+255=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #422AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422AFF is #BDD500. Grayscale: #484848. Windows color (decimal): -12440833 or 16722498. OLE color: 16722498.
HSL color Cylindrical-coordinate representation of color #422AFF: hue angle of 246.76º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #422AFF is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 42 | 255 | - |
| CMYK | 0.74 | 0.84 | 0 | 0 |
| HSL | 246.76º | 1% | 0.58% | - |
| HSV(B) | 246.76º | 0.84% | 1% | - |
| XYZ | 21.12 | 10.03 | 95.43 | - |
| YUV | 73.46 | 230.45 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 255 | 0.74 | 0.84 | 0 | 0 | 246.76 | 1 | 0.58 |
| Hex | 42 | 2A | FF | 4A | 54 | 0 | 0 | F7 | 64 | 3A |
| Octal | 102 | 52 | 377 | 112 | 124 | 0 | 0 | 367 | 144 | 72 |
| Binary | 1000010 | 101010 | 11111111 | 1001010 | 1010100 | 0 | 0 | 11110111 | 1100100 | 111010 |
Color Harmonies of #422AFF
Complementary color
Monochromatic Colors of #422AFF
Black with #422AFF
Text Example
Text Example
White with #422AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AFF; }
p { color: rgb(66,42,255); }
H1.HeaderClassName
{
color: #422AFF;
}
.AnyTagClassName
{
color: #422AFF;
}
</style>
background-color css
<style>
a { background-color: #422AFF; }
a { background-color: rgb(66,42,255); }
div.DivClassName
{
background-color: #422AFF;
}
.BgClassName
{
background-color: #422AFF;
}
</style>
border-color css
<style>
span { border-color: #422AFF; }
span { border-color: rgb(66,42,255); }
td.TdClassName
{
border-color: #422AFF;
}
.TagClassName
{
border-color: #422AFF;
}
</style>