Shades of Han Purple #3224E8
Tints of Han Purple #3224E8
RGB
CMYK
RGB Variations
Color information
#3224E8 (or 0x3224E8) is known color: Han Purple. HEX triplet: 32, 24 and E8. RGB value is (50,36,232). Sum of RGB (Red+Green+Blue) = 50+36+232=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 232 (91.02% from 255 or 72.96% from 318); Max value from RGB is 232 - color contains mainly: blue. Hex color #3224E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3224E8 is #CDDB17. Grayscale: #3D3D3D. Windows color (decimal): -13490968 or 15213618. OLE color: 15213618.
HSL color Cylindrical-coordinate representation of color #3224E8: hue angle of 244.29º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3224E8 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 36 | 232 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.09 |
| HSL | 244.29º | 0.81% | 0.53% | - |
| HSV(B) | 244.29º | 0.84% | 0.91% | - |
| XYZ | 16.51 | 7.77 | 76.97 | - |
| YUV | 62.53 | 223.64 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 232 | 0.78 | 0.84 | 0 | 0.09 | 244.29 | 0.81 | 0.53 |
| Hex | 32 | 24 | E8 | 4E | 54 | 0 | 9 | F4 | 51 | 35 |
| Octal | 62 | 44 | 350 | 116 | 124 | 0 | 11 | 364 | 121 | 65 |
| Binary | 110010 | 100100 | 11101000 | 1001110 | 1010100 | 0 | 1001 | 11110100 | 1010001 | 110101 |
Color Harmonies of #3224E8
Complementary color
Monochromatic Colors of #3224E8
Black with #3224E8
Text Example
Text Example
White with #3224E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224E8; }
p { color: rgb(50,36,232); }
H1.HeaderClassName
{
color: #3224E8;
}
.AnyTagClassName
{
color: #3224E8;
}
</style>
background-color css
<style>
a { background-color: #3224E8; }
a { background-color: rgb(50,36,232); }
div.DivClassName
{
background-color: #3224E8;
}
.BgClassName
{
background-color: #3224E8;
}
</style>
border-color css
<style>
span { border-color: #3224E8; }
span { border-color: rgb(50,36,232); }
td.TdClassName
{
border-color: #3224E8;
}
.TagClassName
{
border-color: #3224E8;
}
</style>