Shades of Violent Violet #211348
Tints of Violent Violet #211348
RGB
CMYK
RGB Variations
Color information
#211348 (or 0x211348) is known color: Violent Violet. HEX triplet: 21, 13 and 48. RGB value is (33,19,72). Sum of RGB (Red+Green+Blue) = 33+19+72=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #211348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211348 is #DEECB7. Grayscale: #1D1D1D. Windows color (decimal): -14609592 or 4723489. OLE color: 4723489.
HSL color Cylindrical-coordinate representation of color #211348: hue angle of 255.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211348 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 19 | 72 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.72 |
| HSL | 255.85º | 0.58% | 0.18% | - |
| HSV(B) | 255.85º | 0.74% | 0.28% | - |
| XYZ | 2.03 | 1.26 | 6.27 | - |
| YUV | 29.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 72 | 0.54 | 0.74 | 0 | 0.72 | 255.85 | 0.58 | 0.18 |
| Hex | 21 | 13 | 48 | 36 | 4A | 0 | 48 | 100 | 3A | 12 |
| Octal | 41 | 23 | 110 | 66 | 112 | 0 | 110 | 400 | 72 | 22 |
| Binary | 100001 | 10011 | 1001000 | 110110 | 1001010 | 0 | 1001000 | 100000000 | 111010 | 10010 |
Color Harmonies of #211348
Complementary color
Monochromatic Colors of #211348
Black with #211348
Text Example
Text Example
White with #211348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211348; }
p { color: rgb(33,19,72); }
H1.HeaderClassName
{
color: #211348;
}
.AnyTagClassName
{
color: #211348;
}
</style>
background-color css
<style>
a { background-color: #211348; }
a { background-color: rgb(33,19,72); }
div.DivClassName
{
background-color: #211348;
}
.BgClassName
{
background-color: #211348;
}
</style>
border-color css
<style>
span { border-color: #211348; }
span { border-color: rgb(33,19,72); }
td.TdClassName
{
border-color: #211348;
}
.TagClassName
{
border-color: #211348;
}
</style>