Shades of Violent Violet #2D204A
Tints of Violent Violet #2D204A
RGB
CMYK
RGB Variations
Color information
#2D204A (or 0x2D204A) is known color: Violent Violet. HEX triplet: 2D, 20 and 4A. RGB value is (45,32,74). Sum of RGB (Red+Green+Blue) = 45+32+74=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D204A is #D2DFB5. Grayscale: #282828. Windows color (decimal): -13819830 or 4857901. OLE color: 4857901.
HSL color Cylindrical-coordinate representation of color #2D204A: hue angle of 258.57º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D204A is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 32 | 74 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.71 |
| HSL | 258.57º | 0.4% | 0.21% | - |
| HSV(B) | 258.57º | 0.57% | 0.29% | - |
| XYZ | 2.83 | 2.09 | 6.73 | - |
| YUV | 40.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 74 | 0.39 | 0.57 | 0 | 0.71 | 258.57 | 0.4 | 0.21 |
| Hex | 2D | 20 | 4A | 27 | 39 | 0 | 47 | 103 | 28 | 15 |
| Octal | 55 | 40 | 112 | 47 | 71 | 0 | 107 | 403 | 50 | 25 |
| Binary | 101101 | 100000 | 1001010 | 100111 | 111001 | 0 | 1000111 | 100000011 | 101000 | 10101 |
Color Harmonies of #2D204A
Complementary color
Monochromatic Colors of #2D204A
Black with #2D204A
Text Example
Text Example
White with #2D204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D204A; }
p { color: rgb(45,32,74); }
H1.HeaderClassName
{
color: #2D204A;
}
.AnyTagClassName
{
color: #2D204A;
}
</style>
background-color css
<style>
a { background-color: #2D204A; }
a { background-color: rgb(45,32,74); }
div.DivClassName
{
background-color: #2D204A;
}
.BgClassName
{
background-color: #2D204A;
}
</style>
border-color css
<style>
span { border-color: #2D204A; }
span { border-color: rgb(45,32,74); }
td.TdClassName
{
border-color: #2D204A;
}
.TagClassName
{
border-color: #2D204A;
}
</style>