Shades of Han Purple #322BEC
Tints of Han Purple #322BEC
RGB
CMYK
RGB Variations
Color information
#322BEC (or 0x322BEC) is known color: Han Purple. HEX triplet: 32, 2B and EC. RGB value is (50,43,236). Sum of RGB (Red+Green+Blue) = 50+43+236=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #322BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322BEC is #CDD413. Grayscale: #424242. Windows color (decimal): -13489172 or 15477554. OLE color: 15477554.
HSL color Cylindrical-coordinate representation of color #322BEC: hue angle of 242.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #322BEC is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 43 | 236 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.07 |
| HSL | 242.18º | 0.84% | 0.55% | - |
| HSV(B) | 242.18º | 0.82% | 0.93% | - |
| XYZ | 17.32 | 8.46 | 80.08 | - |
| YUV | 67.1 | 223.32 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 236 | 0.79 | 0.82 | 0 | 0.07 | 242.18 | 0.84 | 0.55 |
| Hex | 32 | 2B | EC | 4F | 52 | 0 | 7 | F2 | 54 | 37 |
| Octal | 62 | 53 | 354 | 117 | 122 | 0 | 7 | 362 | 124 | 67 |
| Binary | 110010 | 101011 | 11101100 | 1001111 | 1010010 | 0 | 111 | 11110010 | 1010100 | 110111 |
Color Harmonies of #322BEC
Complementary color
Monochromatic Colors of #322BEC
Black with #322BEC
Text Example
Text Example
White with #322BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BEC; }
p { color: rgb(50,43,236); }
H1.HeaderClassName
{
color: #322BEC;
}
.AnyTagClassName
{
color: #322BEC;
}
</style>
background-color css
<style>
a { background-color: #322BEC; }
a { background-color: rgb(50,43,236); }
div.DivClassName
{
background-color: #322BEC;
}
.BgClassName
{
background-color: #322BEC;
}
</style>
border-color css
<style>
span { border-color: #322BEC; }
span { border-color: rgb(50,43,236); }
td.TdClassName
{
border-color: #322BEC;
}
.TagClassName
{
border-color: #322BEC;
}
</style>