Shades of Violent Violet #211746
Tints of Violent Violet #211746
RGB
CMYK
RGB Variations
Color information
#211746 (or 0x211746) is known color: Violent Violet. HEX triplet: 21, 17 and 46. RGB value is (33,23,70). Sum of RGB (Red+Green+Blue) = 33+23+70=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #211746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211746 is #DEE8B9. Grayscale: #1F1F1F. Windows color (decimal): -14608570 or 4593441. OLE color: 4593441.
HSL color Cylindrical-coordinate representation of color #211746: hue angle of 252.77º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211746 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 23 | 70 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.73 |
| HSL | 252.77º | 0.51% | 0.18% | - |
| HSV(B) | 252.77º | 0.67% | 0.27% | - |
| XYZ | 2.04 | 1.38 | 5.95 | - |
| YUV | 31.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 70 | 0.53 | 0.67 | 0 | 0.73 | 252.77 | 0.51 | 0.18 |
| Hex | 21 | 17 | 46 | 35 | 43 | 0 | 49 | FD | 33 | 12 |
| Octal | 41 | 27 | 106 | 65 | 103 | 0 | 111 | 375 | 63 | 22 |
| Binary | 100001 | 10111 | 1000110 | 110101 | 1000011 | 0 | 1001001 | 11111101 | 110011 | 10010 |
Color Harmonies of #211746
Complementary color
Monochromatic Colors of #211746
Black with #211746
Text Example
Text Example
White with #211746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211746; }
p { color: rgb(33,23,70); }
H1.HeaderClassName
{
color: #211746;
}
.AnyTagClassName
{
color: #211746;
}
</style>
background-color css
<style>
a { background-color: #211746; }
a { background-color: rgb(33,23,70); }
div.DivClassName
{
background-color: #211746;
}
.BgClassName
{
background-color: #211746;
}
</style>
border-color css
<style>
span { border-color: #211746; }
span { border-color: rgb(33,23,70); }
td.TdClassName
{
border-color: #211746;
}
.TagClassName
{
border-color: #211746;
}
</style>