Shades of Violent Violet #210D58
Tints of Violent Violet #210D58
RGB
CMYK
RGB Variations
Color information
#210D58 (or 0x210D58) is known color: Violent Violet. HEX triplet: 21, 0D and 58. RGB value is (33,13,88). Sum of RGB (Red+Green+Blue) = 33+13+88=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #210D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D58 is #DEF2A7. Grayscale: #1B1B1B. Windows color (decimal): -14611112 or 5770529. OLE color: 5770529.
HSL color Cylindrical-coordinate representation of color #210D58: hue angle of 256º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210D58 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 13 | 88 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.65 |
| HSL | 256º | 0.74% | 0.2% | - |
| HSV(B) | 256º | 0.85% | 0.35% | - |
| XYZ | 2.53 | 1.32 | 9.35 | - |
| YUV | 27.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 88 | 0.62 | 0.85 | 0 | 0.65 | 256 | 0.74 | 0.2 |
| Hex | 21 | D | 58 | 3E | 55 | 0 | 41 | 100 | 4A | 14 |
| Octal | 41 | 15 | 130 | 76 | 125 | 0 | 101 | 400 | 112 | 24 |
| Binary | 100001 | 1101 | 1011000 | 111110 | 1010101 | 0 | 1000001 | 100000000 | 1001010 | 10100 |
Color Harmonies of #210D58
Complementary color
Monochromatic Colors of #210D58
Black with #210D58
Text Example
Text Example
White with #210D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D58; }
p { color: rgb(33,13,88); }
H1.HeaderClassName
{
color: #210D58;
}
.AnyTagClassName
{
color: #210D58;
}
</style>
background-color css
<style>
a { background-color: #210D58; }
a { background-color: rgb(33,13,88); }
div.DivClassName
{
background-color: #210D58;
}
.BgClassName
{
background-color: #210D58;
}
</style>
border-color css
<style>
span { border-color: #210D58; }
span { border-color: rgb(33,13,88); }
td.TdClassName
{
border-color: #210D58;
}
.TagClassName
{
border-color: #210D58;
}
</style>