Shades of Han Purple #4222FF
Tints of Han Purple #4222FF
RGB
CMYK
RGB Variations
Color information
#4222FF (or 0x4222FF) is known color: Han Purple. HEX triplet: 42, 22 and FF. RGB value is (66,34,255). Sum of RGB (Red+Green+Blue) = 66+34+255=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #4222FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4222FF is #BDDD00. Grayscale: #434343. Windows color (decimal): -12442881 or 16720450. OLE color: 16720450.
HSL color Cylindrical-coordinate representation of color #4222FF: hue angle of 248.69º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4222FF is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 34 | 255 | - |
| CMYK | 0.74 | 0.87 | 0 | 0 |
| HSL | 248.69º | 1% | 0.57% | - |
| HSV(B) | 248.69º | 0.87% | 1% | - |
| XYZ | 20.87 | 9.52 | 95.35 | - |
| YUV | 68.76 | 233.1 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 255 | 0.74 | 0.87 | 0 | 0 | 248.69 | 1 | 0.57 |
| Hex | 42 | 22 | FF | 4A | 57 | 0 | 0 | F9 | 64 | 39 |
| Octal | 102 | 42 | 377 | 112 | 127 | 0 | 0 | 371 | 144 | 71 |
| Binary | 1000010 | 100010 | 11111111 | 1001010 | 1010111 | 0 | 0 | 11111001 | 1100100 | 111001 |
Color Harmonies of #4222FF
Complementary color
Monochromatic Colors of #4222FF
Black with #4222FF
Text Example
Text Example
White with #4222FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4222FF; }
p { color: rgb(66,34,255); }
H1.HeaderClassName
{
color: #4222FF;
}
.AnyTagClassName
{
color: #4222FF;
}
</style>
background-color css
<style>
a { background-color: #4222FF; }
a { background-color: rgb(66,34,255); }
div.DivClassName
{
background-color: #4222FF;
}
.BgClassName
{
background-color: #4222FF;
}
</style>
border-color css
<style>
span { border-color: #4222FF; }
span { border-color: rgb(66,34,255); }
td.TdClassName
{
border-color: #4222FF;
}
.TagClassName
{
border-color: #4222FF;
}
</style>