Shades of Han Purple #3222EF
Tints of Han Purple #3222EF
RGB
CMYK
RGB Variations
Color information
#3222EF (or 0x3222EF) is known color: Han Purple. HEX triplet: 32, 22 and EF. RGB value is (50,34,239). Sum of RGB (Red+Green+Blue) = 50+34+239=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #3222EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3222EF is #CDDD10. Grayscale: #3D3D3D. Windows color (decimal): -13491473 or 15671858. OLE color: 15671858.
HSL color Cylindrical-coordinate representation of color #3222EF: hue angle of 244.68º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3222EF is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 34 | 239 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.06 |
| HSL | 244.68º | 0.86% | 0.54% | - |
| HSV(B) | 244.68º | 0.86% | 0.94% | - |
| XYZ | 17.47 | 8.05 | 82.3 | - |
| YUV | 62.15 | 227.8 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 239 | 0.79 | 0.86 | 0 | 0.06 | 244.68 | 0.86 | 0.54 |
| Hex | 32 | 22 | EF | 4F | 56 | 0 | 6 | F5 | 56 | 36 |
| Octal | 62 | 42 | 357 | 117 | 126 | 0 | 6 | 365 | 126 | 66 |
| Binary | 110010 | 100010 | 11101111 | 1001111 | 1010110 | 0 | 110 | 11110101 | 1010110 | 110110 |
Color Harmonies of #3222EF
Complementary color
Monochromatic Colors of #3222EF
Black with #3222EF
Text Example
Text Example
White with #3222EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3222EF; }
p { color: rgb(50,34,239); }
H1.HeaderClassName
{
color: #3222EF;
}
.AnyTagClassName
{
color: #3222EF;
}
</style>
background-color css
<style>
a { background-color: #3222EF; }
a { background-color: rgb(50,34,239); }
div.DivClassName
{
background-color: #3222EF;
}
.BgClassName
{
background-color: #3222EF;
}
</style>
border-color css
<style>
span { border-color: #3222EF; }
span { border-color: rgb(50,34,239); }
td.TdClassName
{
border-color: #3222EF;
}
.TagClassName
{
border-color: #3222EF;
}
</style>