Shades of Violent Violet #211350
Tints of Violent Violet #211350
RGB
CMYK
RGB Variations
Color information
#211350 (or 0x211350) is known color: Violent Violet. HEX triplet: 21, 13 and 50. RGB value is (33,19,80). Sum of RGB (Red+Green+Blue) = 33+19+80=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #211350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211350 is #DEECAF. Grayscale: #1D1D1D. Windows color (decimal): -14609584 or 5247777. OLE color: 5247777.
HSL color Cylindrical-coordinate representation of color #211350: hue angle of 253.77º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211350 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 19 | 80 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.69 |
| HSL | 253.77º | 0.62% | 0.19% | - |
| HSV(B) | 253.77º | 0.76% | 0.31% | - |
| XYZ | 2.31 | 1.37 | 7.73 | - |
| YUV | 30.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 80 | 0.59 | 0.76 | 0 | 0.69 | 253.77 | 0.62 | 0.19 |
| Hex | 21 | 13 | 50 | 3B | 4C | 0 | 45 | FE | 3E | 13 |
| Octal | 41 | 23 | 120 | 73 | 114 | 0 | 105 | 376 | 76 | 23 |
| Binary | 100001 | 10011 | 1010000 | 111011 | 1001100 | 0 | 1000101 | 11111110 | 111110 | 10011 |
Color Harmonies of #211350
Complementary color
Monochromatic Colors of #211350
Black with #211350
Text Example
Text Example
White with #211350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211350; }
p { color: rgb(33,19,80); }
H1.HeaderClassName
{
color: #211350;
}
.AnyTagClassName
{
color: #211350;
}
</style>
background-color css
<style>
a { background-color: #211350; }
a { background-color: rgb(33,19,80); }
div.DivClassName
{
background-color: #211350;
}
.BgClassName
{
background-color: #211350;
}
</style>
border-color css
<style>
span { border-color: #211350; }
span { border-color: rgb(33,19,80); }
td.TdClassName
{
border-color: #211350;
}
.TagClassName
{
border-color: #211350;
}
</style>