Shades of Violent Violet #2D2249
Tints of Violent Violet #2D2249
RGB
CMYK
RGB Variations
Color information
#2D2249 (or 0x2D2249) is known color: Violent Violet. HEX triplet: 2D, 22 and 49. RGB value is (45,34,73). Sum of RGB (Red+Green+Blue) = 45+34+73=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #2D2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2249 is #D2DDB6. Grayscale: #292929. Windows color (decimal): -13819319 or 4792877. OLE color: 4792877.
HSL color Cylindrical-coordinate representation of color #2D2249: hue angle of 256.92º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D2249 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 34 | 73 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.71 |
| HSL | 256.92º | 0.36% | 0.21% | - |
| HSV(B) | 256.92º | 0.53% | 0.29% | - |
| XYZ | 2.86 | 2.18 | 6.57 | - |
| YUV | 41.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 73 | 0.38 | 0.53 | 0 | 0.71 | 256.92 | 0.36 | 0.21 |
| Hex | 2D | 22 | 49 | 26 | 35 | 0 | 47 | 101 | 24 | 15 |
| Octal | 55 | 42 | 111 | 46 | 65 | 0 | 107 | 401 | 44 | 25 |
| Binary | 101101 | 100010 | 1001001 | 100110 | 110101 | 0 | 1000111 | 100000001 | 100100 | 10101 |
Color Harmonies of #2D2249
Complementary color
Monochromatic Colors of #2D2249
Black with #2D2249
Text Example
Text Example
White with #2D2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2249; }
p { color: rgb(45,34,73); }
H1.HeaderClassName
{
color: #2D2249;
}
.AnyTagClassName
{
color: #2D2249;
}
</style>
background-color css
<style>
a { background-color: #2D2249; }
a { background-color: rgb(45,34,73); }
div.DivClassName
{
background-color: #2D2249;
}
.BgClassName
{
background-color: #2D2249;
}
</style>
border-color css
<style>
span { border-color: #2D2249; }
span { border-color: rgb(45,34,73); }
td.TdClassName
{
border-color: #2D2249;
}
.TagClassName
{
border-color: #2D2249;
}
</style>