Shades of Violent Violet #291157
Tints of Violent Violet #291157
RGB
CMYK
RGB Variations
Color information
#291157 (or 0x291157) is known color: Violent Violet. HEX triplet: 29, 11 and 57. RGB value is (41,17,87). Sum of RGB (Red+Green+Blue) = 41+17+87=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #291157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291157 is #D6EEA8. Grayscale: #1F1F1F. Windows color (decimal): -14085801 or 5706025. OLE color: 5706025.
HSL color Cylindrical-coordinate representation of color #291157: hue angle of 260.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291157 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 17 | 87 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.66 |
| HSL | 260.57º | 0.67% | 0.2% | - |
| HSV(B) | 260.57º | 0.8% | 0.34% | - |
| XYZ | 2.84 | 1.56 | 9.17 | - |
| YUV | 32.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 87 | 0.53 | 0.80 | 0 | 0.66 | 260.57 | 0.67 | 0.2 |
| Hex | 29 | 11 | 57 | 35 | 50 | 0 | 42 | 105 | 43 | 14 |
| Octal | 51 | 21 | 127 | 65 | 120 | 0 | 102 | 405 | 103 | 24 |
| Binary | 101001 | 10001 | 1010111 | 110101 | 1010000 | 0 | 1000010 | 100000101 | 1000011 | 10100 |
Color Harmonies of #291157
Complementary color
Monochromatic Colors of #291157
Black with #291157
Text Example
Text Example
White with #291157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291157; }
p { color: rgb(41,17,87); }
H1.HeaderClassName
{
color: #291157;
}
.AnyTagClassName
{
color: #291157;
}
</style>
background-color css
<style>
a { background-color: #291157; }
a { background-color: rgb(41,17,87); }
div.DivClassName
{
background-color: #291157;
}
.BgClassName
{
background-color: #291157;
}
</style>
border-color css
<style>
span { border-color: #291157; }
span { border-color: rgb(41,17,87); }
td.TdClassName
{
border-color: #291157;
}
.TagClassName
{
border-color: #291157;
}
</style>