Shades of Han Purple #322DEE
Tints of Han Purple #322DEE
RGB
CMYK
RGB Variations
Color information
#322DEE (or 0x322DEE) is known color: Han Purple. HEX triplet: 32, 2D and EE. RGB value is (50,45,238). Sum of RGB (Red+Green+Blue) = 50+45+238=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #322DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322DEE is #CDD211. Grayscale: #434343. Windows color (decimal): -13488658 or 15609138. OLE color: 15609138.
HSL color Cylindrical-coordinate representation of color #322DEE: hue angle of 241.55º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322DEE is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 45 | 238 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.07 |
| HSL | 241.55º | 0.85% | 0.55% | - |
| HSV(B) | 241.55º | 0.81% | 0.93% | - |
| XYZ | 17.69 | 8.73 | 81.64 | - |
| YUV | 68.5 | 223.66 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 238 | 0.79 | 0.81 | 0 | 0.07 | 241.55 | 0.85 | 0.55 |
| Hex | 32 | 2D | EE | 4F | 51 | 0 | 7 | F2 | 55 | 37 |
| Octal | 62 | 55 | 356 | 117 | 121 | 0 | 7 | 362 | 125 | 67 |
| Binary | 110010 | 101101 | 11101110 | 1001111 | 1010001 | 0 | 111 | 11110010 | 1010101 | 110111 |
Color Harmonies of #322DEE
Complementary color
Monochromatic Colors of #322DEE
Black with #322DEE
Text Example
Text Example
White with #322DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322DEE; }
p { color: rgb(50,45,238); }
H1.HeaderClassName
{
color: #322DEE;
}
.AnyTagClassName
{
color: #322DEE;
}
</style>
background-color css
<style>
a { background-color: #322DEE; }
a { background-color: rgb(50,45,238); }
div.DivClassName
{
background-color: #322DEE;
}
.BgClassName
{
background-color: #322DEE;
}
</style>
border-color css
<style>
span { border-color: #322DEE; }
span { border-color: rgb(50,45,238); }
td.TdClassName
{
border-color: #322DEE;
}
.TagClassName
{
border-color: #322DEE;
}
</style>