Shades of Han Purple #322AE5
Tints of Han Purple #322AE5
RGB
CMYK
RGB Variations
Color information
#322AE5 (or 0x322AE5) is known color: Han Purple. HEX triplet: 32, 2A and E5. RGB value is (50,42,229). Sum of RGB (Red+Green+Blue) = 50+42+229=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 229 (89.84% from 255 or 71.34% from 321); Max value from RGB is 229 - color contains mainly: blue. Hex color #322AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322AE5 is #CDD51A. Grayscale: #404040. Windows color (decimal): -13489435 or 15018546. OLE color: 15018546.
HSL color Cylindrical-coordinate representation of color #322AE5: hue angle of 242.57º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #322AE5 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 42 | 229 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.10 |
| HSL | 242.57º | 0.78% | 0.53% | - |
| HSV(B) | 242.57º | 0.82% | 0.9% | - |
| XYZ | 16.29 | 7.99 | 74.81 | - |
| YUV | 65.71 | 220.15 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 229 | 0.78 | 0.82 | 0 | 0.10 | 242.57 | 0.78 | 0.53 |
| Hex | 32 | 2A | E5 | 4E | 52 | 0 | A | F3 | 4E | 35 |
| Octal | 62 | 52 | 345 | 116 | 122 | 0 | 12 | 363 | 116 | 65 |
| Binary | 110010 | 101010 | 11100101 | 1001110 | 1010010 | 0 | 1010 | 11110011 | 1001110 | 110101 |
Color Harmonies of #322AE5
Complementary color
Monochromatic Colors of #322AE5
Black with #322AE5
Text Example
Text Example
White with #322AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AE5; }
p { color: rgb(50,42,229); }
H1.HeaderClassName
{
color: #322AE5;
}
.AnyTagClassName
{
color: #322AE5;
}
</style>
background-color css
<style>
a { background-color: #322AE5; }
a { background-color: rgb(50,42,229); }
div.DivClassName
{
background-color: #322AE5;
}
.BgClassName
{
background-color: #322AE5;
}
</style>
border-color css
<style>
span { border-color: #322AE5; }
span { border-color: rgb(50,42,229); }
td.TdClassName
{
border-color: #322AE5;
}
.TagClassName
{
border-color: #322AE5;
}
</style>