Shades of Han Purple #422FF0
Tints of Han Purple #422FF0
RGB
CMYK
RGB Variations
Color information
#422FF0 (or 0x422FF0) is known color: Han Purple. HEX triplet: 42, 2F and F0. RGB value is (66,47,240). Sum of RGB (Red+Green+Blue) = 66+47+240=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 240 (94.14% from 255 or 67.99% from 353); Max value from RGB is 240 - color contains mainly: blue. Hex color #422FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FF0 is #BDD00F. Grayscale: #494949. Windows color (decimal): -12439568 or 15740738. OLE color: 15740738.
HSL color Cylindrical-coordinate representation of color #422FF0: hue angle of 245.91º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422FF0 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 47 | 240 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.06 |
| HSL | 245.91º | 0.87% | 0.56% | - |
| HSV(B) | 245.91º | 0.8% | 0.94% | - |
| XYZ | 18.99 | 9.48 | 83.27 | - |
| YUV | 74.68 | 221.29 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 240 | 0.72 | 0.80 | 0 | 0.06 | 245.91 | 0.87 | 0.56 |
| Hex | 42 | 2F | F0 | 48 | 50 | 0 | 6 | F6 | 57 | 38 |
| Octal | 102 | 57 | 360 | 110 | 120 | 0 | 6 | 366 | 127 | 70 |
| Binary | 1000010 | 101111 | 11110000 | 1001000 | 1010000 | 0 | 110 | 11110110 | 1010111 | 111000 |
Color Harmonies of #422FF0
Complementary color
Monochromatic Colors of #422FF0
Black with #422FF0
Text Example
Text Example
White with #422FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FF0; }
p { color: rgb(66,47,240); }
H1.HeaderClassName
{
color: #422FF0;
}
.AnyTagClassName
{
color: #422FF0;
}
</style>
background-color css
<style>
a { background-color: #422FF0; }
a { background-color: rgb(66,47,240); }
div.DivClassName
{
background-color: #422FF0;
}
.BgClassName
{
background-color: #422FF0;
}
</style>
border-color css
<style>
span { border-color: #422FF0; }
span { border-color: rgb(66,47,240); }
td.TdClassName
{
border-color: #422FF0;
}
.TagClassName
{
border-color: #422FF0;
}
</style>