Shades of Han Purple #422FF8
Tints of Han Purple #422FF8
RGB
CMYK
RGB Variations
Color information
#422FF8 (or 0x422FF8) is known color: Han Purple. HEX triplet: 42, 2F and F8. RGB value is (66,47,248). Sum of RGB (Red+Green+Blue) = 66+47+248=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #422FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FF8 is #BDD007. Grayscale: #4A4A4A. Windows color (decimal): -12439560 or 16265026. OLE color: 16265026.
HSL color Cylindrical-coordinate representation of color #422FF8: hue angle of 245.67º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422FF8 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 47 | 248 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.03 |
| HSL | 245.67º | 0.93% | 0.58% | - |
| HSV(B) | 245.67º | 0.81% | 0.97% | - |
| XYZ | 20.21 | 9.97 | 89.67 | - |
| YUV | 75.6 | 225.29 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 248 | 0.73 | 0.81 | 0 | 0.03 | 245.67 | 0.93 | 0.58 |
| Hex | 42 | 2F | F8 | 49 | 51 | 0 | 3 | F6 | 5D | 3A |
| Octal | 102 | 57 | 370 | 111 | 121 | 0 | 3 | 366 | 135 | 72 |
| Binary | 1000010 | 101111 | 11111000 | 1001001 | 1010001 | 0 | 11 | 11110110 | 1011101 | 111010 |
Color Harmonies of #422FF8
Complementary color
Monochromatic Colors of #422FF8
Black with #422FF8
Text Example
Text Example
White with #422FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FF8; }
p { color: rgb(66,47,248); }
H1.HeaderClassName
{
color: #422FF8;
}
.AnyTagClassName
{
color: #422FF8;
}
</style>
background-color css
<style>
a { background-color: #422FF8; }
a { background-color: rgb(66,47,248); }
div.DivClassName
{
background-color: #422FF8;
}
.BgClassName
{
background-color: #422FF8;
}
</style>
border-color css
<style>
span { border-color: #422FF8; }
span { border-color: rgb(66,47,248); }
td.TdClassName
{
border-color: #422FF8;
}
.TagClassName
{
border-color: #422FF8;
}
</style>