Shades of Violent Violet #2D1949
Tints of Violent Violet #2D1949
RGB
CMYK
RGB Variations
Color information
#2D1949 (or 0x2D1949) is known color: Violent Violet. HEX triplet: 2D, 19 and 49. RGB value is (45,25,73). Sum of RGB (Red+Green+Blue) = 45+25+73=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #2D1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1949 is #D2E6B6. Grayscale: #242424. Windows color (decimal): -13821623 or 4790573. OLE color: 4790573.
HSL color Cylindrical-coordinate representation of color #2D1949: hue angle of 265º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D1949 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 25 | 73 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.71 |
| HSL | 265º | 0.49% | 0.19% | - |
| HSV(B) | 265º | 0.66% | 0.29% | - |
| XYZ | 2.63 | 1.73 | 6.5 | - |
| YUV | 36.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 73 | 0.38 | 0.66 | 0 | 0.71 | 265 | 0.49 | 0.19 |
| Hex | 2D | 19 | 49 | 26 | 42 | 0 | 47 | 109 | 31 | 13 |
| Octal | 55 | 31 | 111 | 46 | 102 | 0 | 107 | 411 | 61 | 23 |
| Binary | 101101 | 11001 | 1001001 | 100110 | 1000010 | 0 | 1000111 | 100001001 | 110001 | 10011 |
Color Harmonies of #2D1949
Complementary color
Monochromatic Colors of #2D1949
Black with #2D1949
Text Example
Text Example
White with #2D1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1949; }
p { color: rgb(45,25,73); }
H1.HeaderClassName
{
color: #2D1949;
}
.AnyTagClassName
{
color: #2D1949;
}
</style>
background-color css
<style>
a { background-color: #2D1949; }
a { background-color: rgb(45,25,73); }
div.DivClassName
{
background-color: #2D1949;
}
.BgClassName
{
background-color: #2D1949;
}
</style>
border-color css
<style>
span { border-color: #2D1949; }
span { border-color: rgb(45,25,73); }
td.TdClassName
{
border-color: #2D1949;
}
.TagClassName
{
border-color: #2D1949;
}
</style>