Shades of Han Purple #3211E9
Tints of Han Purple #3211E9
RGB
CMYK
RGB Variations
Color information
#3211E9 (or 0x3211E9) is known color: Han Purple. HEX triplet: 32, 11 and E9. RGB value is (50,17,233). Sum of RGB (Red+Green+Blue) = 50+17+233=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 233 (91.41% from 255 or 77.67% from 300); Max value from RGB is 233 - color contains mainly: blue. Hex color #3211E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3211E9 is #CDEE16. Grayscale: #323232. Windows color (decimal): -13495831 or 15274290. OLE color: 15274290.
HSL color Cylindrical-coordinate representation of color #3211E9: hue angle of 249.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3211E9 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 17 | 233 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.09 |
| HSL | 249.17º | 0.86% | 0.49% | - |
| HSV(B) | 249.17º | 0.93% | 0.91% | - |
| XYZ | 16.22 | 6.96 | 77.58 | - |
| YUV | 51.49 | 230.43 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 233 | 0.79 | 0.93 | 0 | 0.09 | 249.17 | 0.86 | 0.49 |
| Hex | 32 | 11 | E9 | 4F | 5D | 0 | 9 | F9 | 56 | 31 |
| Octal | 62 | 21 | 351 | 117 | 135 | 0 | 11 | 371 | 126 | 61 |
| Binary | 110010 | 10001 | 11101001 | 1001111 | 1011101 | 0 | 1001 | 11111001 | 1010110 | 110001 |
Color Harmonies of #3211E9
Complementary color
Monochromatic Colors of #3211E9
Black with #3211E9
Text Example
Text Example
White with #3211E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3211E9; }
p { color: rgb(50,17,233); }
H1.HeaderClassName
{
color: #3211E9;
}
.AnyTagClassName
{
color: #3211E9;
}
</style>
background-color css
<style>
a { background-color: #3211E9; }
a { background-color: rgb(50,17,233); }
div.DivClassName
{
background-color: #3211E9;
}
.BgClassName
{
background-color: #3211E9;
}
</style>
border-color css
<style>
span { border-color: #3211E9; }
span { border-color: rgb(50,17,233); }
td.TdClassName
{
border-color: #3211E9;
}
.TagClassName
{
border-color: #3211E9;
}
</style>