Shades of Han Purple #3222F4
Tints of Han Purple #3222F4
RGB
CMYK
RGB Variations
Color information
#3222F4 (or 0x3222F4) is known color: Han Purple. HEX triplet: 32, 22 and F4. RGB value is (50,34,244). Sum of RGB (Red+Green+Blue) = 50+34+244=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 244 (95.70% from 255 or 74.39% from 328); Max value from RGB is 244 - color contains mainly: blue. Hex color #3222F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3222F4 is #CDDD0B. Grayscale: #3D3D3D. Windows color (decimal): -13491468 or 15999538. OLE color: 15999538.
HSL color Cylindrical-coordinate representation of color #3222F4: hue angle of 244.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3222F4 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 34 | 244 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.04 |
| HSL | 244.57º | 0.91% | 0.55% | - |
| HSV(B) | 244.57º | 0.86% | 0.96% | - |
| XYZ | 18.22 | 8.35 | 86.24 | - |
| YUV | 62.72 | 230.3 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 244 | 0.80 | 0.86 | 0 | 0.04 | 244.57 | 0.91 | 0.55 |
| Hex | 32 | 22 | F4 | 50 | 56 | 0 | 4 | F5 | 5B | 37 |
| Octal | 62 | 42 | 364 | 120 | 126 | 0 | 4 | 365 | 133 | 67 |
| Binary | 110010 | 100010 | 11110100 | 1010000 | 1010110 | 0 | 100 | 11110101 | 1011011 | 110111 |
Color Harmonies of #3222F4
Complementary color
Monochromatic Colors of #3222F4
Black with #3222F4
Text Example
Text Example
White with #3222F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3222F4; }
p { color: rgb(50,34,244); }
H1.HeaderClassName
{
color: #3222F4;
}
.AnyTagClassName
{
color: #3222F4;
}
</style>
background-color css
<style>
a { background-color: #3222F4; }
a { background-color: rgb(50,34,244); }
div.DivClassName
{
background-color: #3222F4;
}
.BgClassName
{
background-color: #3222F4;
}
</style>
border-color css
<style>
span { border-color: #3222F4; }
span { border-color: rgb(50,34,244); }
td.TdClassName
{
border-color: #3222F4;
}
.TagClassName
{
border-color: #3222F4;
}
</style>