Shades of Han Purple #3211EC
Tints of Han Purple #3211EC
RGB
CMYK
RGB Variations
Color information
#3211EC (or 0x3211EC) is known color: Han Purple. HEX triplet: 32, 11 and EC. RGB value is (50,17,236). Sum of RGB (Red+Green+Blue) = 50+17+236=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #3211EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3211EC is #CDEE13. Grayscale: #323232. Windows color (decimal): -13495828 or 15470898. OLE color: 15470898.
HSL color Cylindrical-coordinate representation of color #3211EC: hue angle of 249.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3211EC is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 17 | 236 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.07 |
| HSL | 249.04º | 0.87% | 0.5% | - |
| HSV(B) | 249.04º | 0.93% | 0.93% | - |
| XYZ | 16.66 | 7.14 | 79.86 | - |
| YUV | 51.83 | 231.93 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 236 | 0.79 | 0.93 | 0 | 0.07 | 249.04 | 0.87 | 0.5 |
| Hex | 32 | 11 | EC | 4F | 5D | 0 | 7 | F9 | 57 | 32 |
| Octal | 62 | 21 | 354 | 117 | 135 | 0 | 7 | 371 | 127 | 62 |
| Binary | 110010 | 10001 | 11101100 | 1001111 | 1011101 | 0 | 111 | 11111001 | 1010111 | 110010 |
Color Harmonies of #3211EC
Complementary color
Monochromatic Colors of #3211EC
Black with #3211EC
Text Example
Text Example
White with #3211EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3211EC; }
p { color: rgb(50,17,236); }
H1.HeaderClassName
{
color: #3211EC;
}
.AnyTagClassName
{
color: #3211EC;
}
</style>
background-color css
<style>
a { background-color: #3211EC; }
a { background-color: rgb(50,17,236); }
div.DivClassName
{
background-color: #3211EC;
}
.BgClassName
{
background-color: #3211EC;
}
</style>
border-color css
<style>
span { border-color: #3211EC; }
span { border-color: rgb(50,17,236); }
td.TdClassName
{
border-color: #3211EC;
}
.TagClassName
{
border-color: #3211EC;
}
</style>