Shades of Violent Violet #200B4D
Tints of Violent Violet #200B4D
RGB
CMYK
RGB Variations
Color information
#200B4D (or 0x200B4D) is known color: Violent Violet. HEX triplet: 20, 0B and 4D. RGB value is (32,11,77). Sum of RGB (Red+Green+Blue) = 32+11+77=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #200B4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B4D is #DFF4B2. Grayscale: #181818. Windows color (decimal): -14677171 or 5049120. OLE color: 5049120.
HSL color Cylindrical-coordinate representation of color #200B4D: hue angle of 259.09º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200B4D is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 11 | 77 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.70 |
| HSL | 259.09º | 0.75% | 0.17% | - |
| HSV(B) | 259.09º | 0.86% | 0.3% | - |
| XYZ | 2.05 | 1.08 | 7.12 | - |
| YUV | 24.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 77 | 0.58 | 0.86 | 0 | 0.70 | 259.09 | 0.75 | 0.17 |
| Hex | 20 | B | 4D | 3A | 56 | 0 | 46 | 103 | 4B | 11 |
| Octal | 40 | 13 | 115 | 72 | 126 | 0 | 106 | 403 | 113 | 21 |
| Binary | 100000 | 1011 | 1001101 | 111010 | 1010110 | 0 | 1000110 | 100000011 | 1001011 | 10001 |
Color Harmonies of #200B4D
Complementary color
Monochromatic Colors of #200B4D
Black with #200B4D
Text Example
Text Example
White with #200B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B4D; }
p { color: rgb(32,11,77); }
H1.HeaderClassName
{
color: #200B4D;
}
.AnyTagClassName
{
color: #200B4D;
}
</style>
background-color css
<style>
a { background-color: #200B4D; }
a { background-color: rgb(32,11,77); }
div.DivClassName
{
background-color: #200B4D;
}
.BgClassName
{
background-color: #200B4D;
}
</style>
border-color css
<style>
span { border-color: #200B4D; }
span { border-color: rgb(32,11,77); }
td.TdClassName
{
border-color: #200B4D;
}
.TagClassName
{
border-color: #200B4D;
}
</style>