Shades of Han Purple #4222F8
Tints of Han Purple #4222F8
RGB
CMYK
RGB Variations
Color information
#4222F8 (or 0x4222F8) is known color: Han Purple. HEX triplet: 42, 22 and F8. RGB value is (66,34,248). Sum of RGB (Red+Green+Blue) = 66+34+248=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 248 (97.27% from 255 or 71.26% from 348); Max value from RGB is 248 - color contains mainly: blue. Hex color #4222F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4222F8 is #BDDD07. Grayscale: #434343. Windows color (decimal): -12442888 or 16261698. OLE color: 16261698.
HSL color Cylindrical-coordinate representation of color #4222F8: hue angle of 248.97º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4222F8 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 34 | 248 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.03 |
| HSL | 248.97º | 0.94% | 0.55% | - |
| HSV(B) | 248.97º | 0.86% | 0.97% | - |
| XYZ | 19.76 | 9.08 | 89.52 | - |
| YUV | 67.96 | 229.6 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 248 | 0.73 | 0.86 | 0 | 0.03 | 248.97 | 0.94 | 0.55 |
| Hex | 42 | 22 | F8 | 49 | 56 | 0 | 3 | F9 | 5E | 37 |
| Octal | 102 | 42 | 370 | 111 | 126 | 0 | 3 | 371 | 136 | 67 |
| Binary | 1000010 | 100010 | 11111000 | 1001001 | 1010110 | 0 | 11 | 11111001 | 1011110 | 110111 |
Color Harmonies of #4222F8
Complementary color
Monochromatic Colors of #4222F8
Black with #4222F8
Text Example
Text Example
White with #4222F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4222F8; }
p { color: rgb(66,34,248); }
H1.HeaderClassName
{
color: #4222F8;
}
.AnyTagClassName
{
color: #4222F8;
}
</style>
background-color css
<style>
a { background-color: #4222F8; }
a { background-color: rgb(66,34,248); }
div.DivClassName
{
background-color: #4222F8;
}
.BgClassName
{
background-color: #4222F8;
}
</style>
border-color css
<style>
span { border-color: #4222F8; }
span { border-color: rgb(66,34,248); }
td.TdClassName
{
border-color: #4222F8;
}
.TagClassName
{
border-color: #4222F8;
}
</style>