Shades of Han Purple #3224EF
Tints of Han Purple #3224EF
RGB
CMYK
RGB Variations
Color information
#3224EF (or 0x3224EF) is known color: Han Purple. HEX triplet: 32, 24 and EF. RGB value is (50,36,239). Sum of RGB (Red+Green+Blue) = 50+36+239=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #3224EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3224EF is #CDDB10. Grayscale: #3E3E3E. Windows color (decimal): -13490961 or 15672370. OLE color: 15672370.
HSL color Cylindrical-coordinate representation of color #3224EF: hue angle of 244.14º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3224EF is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 36 | 239 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.06 |
| HSL | 244.14º | 0.86% | 0.54% | - |
| HSV(B) | 244.14º | 0.85% | 0.94% | - |
| XYZ | 17.53 | 8.17 | 82.31 | - |
| YUV | 63.33 | 227.14 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 239 | 0.79 | 0.85 | 0 | 0.06 | 244.14 | 0.86 | 0.54 |
| Hex | 32 | 24 | EF | 4F | 55 | 0 | 6 | F4 | 56 | 36 |
| Octal | 62 | 44 | 357 | 117 | 125 | 0 | 6 | 364 | 126 | 66 |
| Binary | 110010 | 100100 | 11101111 | 1001111 | 1010101 | 0 | 110 | 11110100 | 1010110 | 110110 |
Color Harmonies of #3224EF
Complementary color
Monochromatic Colors of #3224EF
Black with #3224EF
Text Example
Text Example
White with #3224EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224EF; }
p { color: rgb(50,36,239); }
H1.HeaderClassName
{
color: #3224EF;
}
.AnyTagClassName
{
color: #3224EF;
}
</style>
background-color css
<style>
a { background-color: #3224EF; }
a { background-color: rgb(50,36,239); }
div.DivClassName
{
background-color: #3224EF;
}
.BgClassName
{
background-color: #3224EF;
}
</style>
border-color css
<style>
span { border-color: #3224EF; }
span { border-color: rgb(50,36,239); }
td.TdClassName
{
border-color: #3224EF;
}
.TagClassName
{
border-color: #3224EF;
}
</style>