Shades of Han Purple #322AE1
Tints of Han Purple #322AE1
RGB
CMYK
RGB Variations
Color information
#322AE1 (or 0x322AE1) is known color: Han Purple. HEX triplet: 32, 2A and E1. RGB value is (50,42,225). Sum of RGB (Red+Green+Blue) = 50+42+225=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 225 (88.28% from 255 or 70.98% from 317); Max value from RGB is 225 - color contains mainly: blue. Hex color #322AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322AE1 is #CDD51E. Grayscale: #404040. Windows color (decimal): -13489439 or 14756402. OLE color: 14756402.
HSL color Cylindrical-coordinate representation of color #322AE1: hue angle of 242.62º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322AE1 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 42 | 225 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.12 |
| HSL | 242.62º | 0.75% | 0.52% | - |
| HSV(B) | 242.62º | 0.81% | 0.88% | - |
| XYZ | 15.73 | 7.77 | 71.9 | - |
| YUV | 65.25 | 218.15 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 225 | 0.78 | 0.81 | 0 | 0.12 | 242.62 | 0.75 | 0.52 |
| Hex | 32 | 2A | E1 | 4E | 51 | 0 | C | F3 | 4B | 34 |
| Octal | 62 | 52 | 341 | 116 | 121 | 0 | 14 | 363 | 113 | 64 |
| Binary | 110010 | 101010 | 11100001 | 1001110 | 1010001 | 0 | 1100 | 11110011 | 1001011 | 110100 |
Color Harmonies of #322AE1
Complementary color
Monochromatic Colors of #322AE1
Black with #322AE1
Text Example
Text Example
White with #322AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AE1; }
p { color: rgb(50,42,225); }
H1.HeaderClassName
{
color: #322AE1;
}
.AnyTagClassName
{
color: #322AE1;
}
</style>
background-color css
<style>
a { background-color: #322AE1; }
a { background-color: rgb(50,42,225); }
div.DivClassName
{
background-color: #322AE1;
}
.BgClassName
{
background-color: #322AE1;
}
</style>
border-color css
<style>
span { border-color: #322AE1; }
span { border-color: rgb(50,42,225); }
td.TdClassName
{
border-color: #322AE1;
}
.TagClassName
{
border-color: #322AE1;
}
</style>