Shades of Han Purple #3211EA
Tints of Han Purple #3211EA
RGB
CMYK
RGB Variations
Color information
#3211EA (or 0x3211EA) is known color: Han Purple. HEX triplet: 32, 11 and EA. RGB value is (50,17,234). Sum of RGB (Red+Green+Blue) = 50+17+234=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #3211EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3211EA is #CDEE15. Grayscale: #323232. Windows color (decimal): -13495830 or 15339826. OLE color: 15339826.
HSL color Cylindrical-coordinate representation of color #3211EA: hue angle of 249.12º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3211EA is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 17 | 234 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.08 |
| HSL | 249.12º | 0.86% | 0.49% | - |
| HSV(B) | 249.12º | 0.93% | 0.92% | - |
| XYZ | 16.37 | 7.02 | 78.33 | - |
| YUV | 51.61 | 230.93 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 234 | 0.79 | 0.93 | 0 | 0.08 | 249.12 | 0.86 | 0.49 |
| Hex | 32 | 11 | EA | 4F | 5D | 0 | 8 | F9 | 56 | 31 |
| Octal | 62 | 21 | 352 | 117 | 135 | 0 | 10 | 371 | 126 | 61 |
| Binary | 110010 | 10001 | 11101010 | 1001111 | 1011101 | 0 | 1000 | 11111001 | 1010110 | 110001 |
Color Harmonies of #3211EA
Complementary color
Monochromatic Colors of #3211EA
Black with #3211EA
Text Example
Text Example
White with #3211EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3211EA; }
p { color: rgb(50,17,234); }
H1.HeaderClassName
{
color: #3211EA;
}
.AnyTagClassName
{
color: #3211EA;
}
</style>
background-color css
<style>
a { background-color: #3211EA; }
a { background-color: rgb(50,17,234); }
div.DivClassName
{
background-color: #3211EA;
}
.BgClassName
{
background-color: #3211EA;
}
</style>
border-color css
<style>
span { border-color: #3211EA; }
span { border-color: rgb(50,17,234); }
td.TdClassName
{
border-color: #3211EA;
}
.TagClassName
{
border-color: #3211EA;
}
</style>