Shades of Han Purple #422FF1
Tints of Han Purple #422FF1
RGB
CMYK
RGB Variations
Color information
#422FF1 (or 0x422FF1) is known color: Han Purple. HEX triplet: 42, 2F and F1. RGB value is (66,47,241). Sum of RGB (Red+Green+Blue) = 66+47+241=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #422FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FF1 is #BDD00E. Grayscale: #4A4A4A. Windows color (decimal): -12439567 or 15806274. OLE color: 15806274.
HSL color Cylindrical-coordinate representation of color #422FF1: hue angle of 245.88º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422FF1 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 47 | 241 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.05 |
| HSL | 245.88º | 0.87% | 0.56% | - |
| HSV(B) | 245.88º | 0.8% | 0.95% | - |
| XYZ | 19.14 | 9.54 | 84.05 | - |
| YUV | 74.8 | 221.79 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 241 | 0.73 | 0.80 | 0 | 0.05 | 245.88 | 0.87 | 0.56 |
| Hex | 42 | 2F | F1 | 49 | 50 | 0 | 5 | F6 | 57 | 38 |
| Octal | 102 | 57 | 361 | 111 | 120 | 0 | 5 | 366 | 127 | 70 |
| Binary | 1000010 | 101111 | 11110001 | 1001001 | 1010000 | 0 | 101 | 11110110 | 1010111 | 111000 |
Color Harmonies of #422FF1
Complementary color
Monochromatic Colors of #422FF1
Black with #422FF1
Text Example
Text Example
White with #422FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FF1; }
p { color: rgb(66,47,241); }
H1.HeaderClassName
{
color: #422FF1;
}
.AnyTagClassName
{
color: #422FF1;
}
</style>
background-color css
<style>
a { background-color: #422FF1; }
a { background-color: rgb(66,47,241); }
div.DivClassName
{
background-color: #422FF1;
}
.BgClassName
{
background-color: #422FF1;
}
</style>
border-color css
<style>
span { border-color: #422FF1; }
span { border-color: rgb(66,47,241); }
td.TdClassName
{
border-color: #422FF1;
}
.TagClassName
{
border-color: #422FF1;
}
</style>