Shades of Violent Violet #291946
Tints of Violent Violet #291946
RGB
CMYK
RGB Variations
Color information
#291946 (or 0x291946) is known color: Violent Violet. HEX triplet: 29, 19 and 46. RGB value is (41,25,70). Sum of RGB (Red+Green+Blue) = 41+25+70=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #291946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291946 is #D6E6B9. Grayscale: #222222. Windows color (decimal): -14083770 or 4593961. OLE color: 4593961.
HSL color Cylindrical-coordinate representation of color #291946: hue angle of 261.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #291946 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 25 | 70 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.73 |
| HSL | 261.33º | 0.47% | 0.19% | - |
| HSV(B) | 261.33º | 0.64% | 0.27% | - |
| XYZ | 2.37 | 1.61 | 5.98 | - |
| YUV | 34.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 70 | 0.41 | 0.64 | 0 | 0.73 | 261.33 | 0.47 | 0.19 |
| Hex | 29 | 19 | 46 | 29 | 40 | 0 | 49 | 105 | 2F | 13 |
| Octal | 51 | 31 | 106 | 51 | 100 | 0 | 111 | 405 | 57 | 23 |
| Binary | 101001 | 11001 | 1000110 | 101001 | 1000000 | 0 | 1001001 | 100000101 | 101111 | 10011 |
Color Harmonies of #291946
Complementary color
Monochromatic Colors of #291946
Black with #291946
Text Example
Text Example
White with #291946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291946; }
p { color: rgb(41,25,70); }
H1.HeaderClassName
{
color: #291946;
}
.AnyTagClassName
{
color: #291946;
}
</style>
background-color css
<style>
a { background-color: #291946; }
a { background-color: rgb(41,25,70); }
div.DivClassName
{
background-color: #291946;
}
.BgClassName
{
background-color: #291946;
}
</style>
border-color css
<style>
span { border-color: #291946; }
span { border-color: rgb(41,25,70); }
td.TdClassName
{
border-color: #291946;
}
.TagClassName
{
border-color: #291946;
}
</style>