Shades of Violent Violet #291849
Tints of Violent Violet #291849
RGB
CMYK
RGB Variations
Color information
#291849 (or 0x291849) is known color: Violent Violet. HEX triplet: 29, 18 and 49. RGB value is (41,24,73). Sum of RGB (Red+Green+Blue) = 41+24+73=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #291849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291849 is #D6E7B6. Grayscale: #222222. Windows color (decimal): -14084023 or 4790313. OLE color: 4790313.
HSL color Cylindrical-coordinate representation of color #291849: hue angle of 260.82º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #291849 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 24 | 73 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.71 |
| HSL | 260.82º | 0.51% | 0.19% | - |
| HSV(B) | 260.82º | 0.67% | 0.29% | - |
| XYZ | 2.44 | 1.61 | 6.48 | - |
| YUV | 34.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 73 | 0.44 | 0.67 | 0 | 0.71 | 260.82 | 0.51 | 0.19 |
| Hex | 29 | 18 | 49 | 2C | 43 | 0 | 47 | 105 | 33 | 13 |
| Octal | 51 | 30 | 111 | 54 | 103 | 0 | 107 | 405 | 63 | 23 |
| Binary | 101001 | 11000 | 1001001 | 101100 | 1000011 | 0 | 1000111 | 100000101 | 110011 | 10011 |
Color Harmonies of #291849
Complementary color
Monochromatic Colors of #291849
Black with #291849
Text Example
Text Example
White with #291849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291849; }
p { color: rgb(41,24,73); }
H1.HeaderClassName
{
color: #291849;
}
.AnyTagClassName
{
color: #291849;
}
</style>
background-color css
<style>
a { background-color: #291849; }
a { background-color: rgb(41,24,73); }
div.DivClassName
{
background-color: #291849;
}
.BgClassName
{
background-color: #291849;
}
</style>
border-color css
<style>
span { border-color: #291849; }
span { border-color: rgb(41,24,73); }
td.TdClassName
{
border-color: #291849;
}
.TagClassName
{
border-color: #291849;
}
</style>