Shades of Han Purple #322CE1
Tints of Han Purple #322CE1
RGB
CMYK
RGB Variations
Color information
#322CE1 (or 0x322CE1) is known color: Han Purple. HEX triplet: 32, 2C and E1. RGB value is (50,44,225). Sum of RGB (Red+Green+Blue) = 50+44+225=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 225 (88.28% from 255 or 70.53% from 319); Max value from RGB is 225 - color contains mainly: blue. Hex color #322CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CE1 is #CDD31E. Grayscale: #414141. Windows color (decimal): -13488927 or 14756914. OLE color: 14756914.
HSL color Cylindrical-coordinate representation of color #322CE1: hue angle of 241.99º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #322CE1 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 44 | 225 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.12 |
| HSL | 241.99º | 0.75% | 0.53% | - |
| HSV(B) | 241.99º | 0.8% | 0.88% | - |
| XYZ | 15.81 | 7.92 | 71.93 | - |
| YUV | 66.43 | 217.49 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 225 | 0.78 | 0.80 | 0 | 0.12 | 241.99 | 0.75 | 0.53 |
| Hex | 32 | 2C | E1 | 4E | 50 | 0 | C | F2 | 4B | 35 |
| Octal | 62 | 54 | 341 | 116 | 120 | 0 | 14 | 362 | 113 | 65 |
| Binary | 110010 | 101100 | 11100001 | 1001110 | 1010000 | 0 | 1100 | 11110010 | 1001011 | 110101 |
Color Harmonies of #322CE1
Complementary color
Monochromatic Colors of #322CE1
Black with #322CE1
Text Example
Text Example
White with #322CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CE1; }
p { color: rgb(50,44,225); }
H1.HeaderClassName
{
color: #322CE1;
}
.AnyTagClassName
{
color: #322CE1;
}
</style>
background-color css
<style>
a { background-color: #322CE1; }
a { background-color: rgb(50,44,225); }
div.DivClassName
{
background-color: #322CE1;
}
.BgClassName
{
background-color: #322CE1;
}
</style>
border-color css
<style>
span { border-color: #322CE1; }
span { border-color: rgb(50,44,225); }
td.TdClassName
{
border-color: #322CE1;
}
.TagClassName
{
border-color: #322CE1;
}
</style>