Shades of Han Purple #3222FA
Tints of Han Purple #3222FA
RGB
CMYK
RGB Variations
Color information
#3222FA (or 0x3222FA) is known color: Han Purple. HEX triplet: 32, 22 and FA. RGB value is (50,34,250). Sum of RGB (Red+Green+Blue) = 50+34+250=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #3222FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3222FA is #CDDD05. Grayscale: #3E3E3E. Windows color (decimal): -13491462 or 16392754. OLE color: 16392754.
HSL color Cylindrical-coordinate representation of color #3222FA: hue angle of 244.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3222FA is Cyan = 0.8, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 34 | 250 | - |
| CMYK | 0.8 | 0.86 | 0 | 0.02 |
| HSL | 244.44º | 0.96% | 0.56% | - |
| HSV(B) | 244.44º | 0.86% | 0.98% | - |
| XYZ | 19.14 | 8.72 | 91.12 | - |
| YUV | 63.41 | 233.3 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 250 | 0.8 | 0.86 | 0 | 0.02 | 244.44 | 0.96 | 0.56 |
| Hex | 32 | 22 | FA | 50 | 56 | 0 | 2 | F4 | 60 | 38 |
| Octal | 62 | 42 | 372 | 120 | 126 | 0 | 2 | 364 | 140 | 70 |
| Binary | 110010 | 100010 | 11111010 | 1010000 | 1010110 | 0 | 10 | 11110100 | 1100000 | 111000 |
Color Harmonies of #3222FA
Complementary color
Monochromatic Colors of #3222FA
Black with #3222FA
Text Example
Text Example
White with #3222FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3222FA; }
p { color: rgb(50,34,250); }
H1.HeaderClassName
{
color: #3222FA;
}
.AnyTagClassName
{
color: #3222FA;
}
</style>
background-color css
<style>
a { background-color: #3222FA; }
a { background-color: rgb(50,34,250); }
div.DivClassName
{
background-color: #3222FA;
}
.BgClassName
{
background-color: #3222FA;
}
</style>
border-color css
<style>
span { border-color: #3222FA; }
span { border-color: rgb(50,34,250); }
td.TdClassName
{
border-color: #3222FA;
}
.TagClassName
{
border-color: #3222FA;
}
</style>