Shades of Han Purple #4220FF
Tints of Han Purple #4220FF
RGB
CMYK
RGB Variations
Color information
#4220FF (or 0x4220FF) is known color: Han Purple. HEX triplet: 42, 20 and FF. RGB value is (66,32,255). Sum of RGB (Red+Green+Blue) = 66+32+255=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #4220FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4220FF is #BDDF00. Grayscale: #424242. Windows color (decimal): -12443393 or 16719938. OLE color: 16719938.
HSL color Cylindrical-coordinate representation of color #4220FF: hue angle of 249.15º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4220FF is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 32 | 255 | - |
| CMYK | 0.74 | 0.87 | 0 | 0 |
| HSL | 249.15º | 1% | 0.56% | - |
| HSV(B) | 249.15º | 0.87% | 1% | - |
| XYZ | 20.81 | 9.41 | 95.33 | - |
| YUV | 67.59 | 233.76 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 255 | 0.74 | 0.87 | 0 | 0 | 249.15 | 1 | 0.56 |
| Hex | 42 | 20 | FF | 4A | 57 | 0 | 0 | F9 | 64 | 38 |
| Octal | 102 | 40 | 377 | 112 | 127 | 0 | 0 | 371 | 144 | 70 |
| Binary | 1000010 | 100000 | 11111111 | 1001010 | 1010111 | 0 | 0 | 11111001 | 1100100 | 111000 |
Color Harmonies of #4220FF
Complementary color
Monochromatic Colors of #4220FF
Black with #4220FF
Text Example
Text Example
White with #4220FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220FF; }
p { color: rgb(66,32,255); }
H1.HeaderClassName
{
color: #4220FF;
}
.AnyTagClassName
{
color: #4220FF;
}
</style>
background-color css
<style>
a { background-color: #4220FF; }
a { background-color: rgb(66,32,255); }
div.DivClassName
{
background-color: #4220FF;
}
.BgClassName
{
background-color: #4220FF;
}
</style>
border-color css
<style>
span { border-color: #4220FF; }
span { border-color: rgb(66,32,255); }
td.TdClassName
{
border-color: #4220FF;
}
.TagClassName
{
border-color: #4220FF;
}
</style>