Shades of Violent Violet #211448
Tints of Violent Violet #211448
RGB
CMYK
RGB Variations
Color information
#211448 (or 0x211448) is known color: Violent Violet. HEX triplet: 21, 14 and 48. RGB value is (33,20,72). Sum of RGB (Red+Green+Blue) = 33+20+72=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #211448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211448 is #DEEBB7. Grayscale: #1D1D1D. Windows color (decimal): -14609336 or 4723745. OLE color: 4723745.
HSL color Cylindrical-coordinate representation of color #211448: hue angle of 255º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211448 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 20 | 72 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.72 |
| HSL | 255º | 0.57% | 0.18% | - |
| HSV(B) | 255º | 0.72% | 0.28% | - |
| XYZ | 2.05 | 1.29 | 6.27 | - |
| YUV | 29.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 72 | 0.54 | 0.72 | 0 | 0.72 | 255 | 0.57 | 0.18 |
| Hex | 21 | 14 | 48 | 36 | 48 | 0 | 48 | FF | 39 | 12 |
| Octal | 41 | 24 | 110 | 66 | 110 | 0 | 110 | 377 | 71 | 22 |
| Binary | 100001 | 10100 | 1001000 | 110110 | 1001000 | 0 | 1001000 | 11111111 | 111001 | 10010 |
Color Harmonies of #211448
Complementary color
Monochromatic Colors of #211448
Black with #211448
Text Example
Text Example
White with #211448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211448; }
p { color: rgb(33,20,72); }
H1.HeaderClassName
{
color: #211448;
}
.AnyTagClassName
{
color: #211448;
}
</style>
background-color css
<style>
a { background-color: #211448; }
a { background-color: rgb(33,20,72); }
div.DivClassName
{
background-color: #211448;
}
.BgClassName
{
background-color: #211448;
}
</style>
border-color css
<style>
span { border-color: #211448; }
span { border-color: rgb(33,20,72); }
td.TdClassName
{
border-color: #211448;
}
.TagClassName
{
border-color: #211448;
}
</style>