Shades of Violent Violet #291949
Tints of Violent Violet #291949
RGB
CMYK
RGB Variations
Color information
#291949 (or 0x291949) is known color: Violent Violet. HEX triplet: 29, 19 and 49. RGB value is (41,25,73). Sum of RGB (Red+Green+Blue) = 41+25+73=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #291949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291949 is #D6E6B6. Grayscale: #232323. Windows color (decimal): -14083767 or 4790569. OLE color: 4790569.
HSL color Cylindrical-coordinate representation of color #291949: hue angle of 260º 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 #291949 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 25 | 73 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.71 |
| HSL | 260º | 0.49% | 0.19% | - |
| HSV(B) | 260º | 0.66% | 0.29% | - |
| XYZ | 2.46 | 1.65 | 6.49 | - |
| YUV | 35.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 73 | 0.44 | 0.66 | 0 | 0.71 | 260 | 0.49 | 0.19 |
| Hex | 29 | 19 | 49 | 2C | 42 | 0 | 47 | 104 | 31 | 13 |
| Octal | 51 | 31 | 111 | 54 | 102 | 0 | 107 | 404 | 61 | 23 |
| Binary | 101001 | 11001 | 1001001 | 101100 | 1000010 | 0 | 1000111 | 100000100 | 110001 | 10011 |
Color Harmonies of #291949
Complementary color
Monochromatic Colors of #291949
Black with #291949
Text Example
Text Example
White with #291949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291949; }
p { color: rgb(41,25,73); }
H1.HeaderClassName
{
color: #291949;
}
.AnyTagClassName
{
color: #291949;
}
</style>
background-color css
<style>
a { background-color: #291949; }
a { background-color: rgb(41,25,73); }
div.DivClassName
{
background-color: #291949;
}
.BgClassName
{
background-color: #291949;
}
</style>
border-color css
<style>
span { border-color: #291949; }
span { border-color: rgb(41,25,73); }
td.TdClassName
{
border-color: #291949;
}
.TagClassName
{
border-color: #291949;
}
</style>