Shades of Violent Violet #291246
Tints of Violent Violet #291246
RGB
CMYK
RGB Variations
Color information
#291246 (or 0x291246) is known color: Violent Violet. HEX triplet: 29, 12 and 46. RGB value is (41,18,70). Sum of RGB (Red+Green+Blue) = 41+18+70=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #291246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291246 is #D6EDB9. Grayscale: #1E1E1E. Windows color (decimal): -14085562 or 4592169. OLE color: 4592169.
HSL color Cylindrical-coordinate representation of color #291246: hue angle of 266.54º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #291246 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 18 | 70 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.73 |
| HSL | 266.54º | 0.59% | 0.17% | - |
| HSV(B) | 266.54º | 0.74% | 0.27% | - |
| XYZ | 2.24 | 1.35 | 5.94 | - |
| YUV | 30.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 70 | 0.41 | 0.74 | 0 | 0.73 | 266.54 | 0.59 | 0.17 |
| Hex | 29 | 12 | 46 | 29 | 4A | 0 | 49 | 10B | 3B | 11 |
| Octal | 51 | 22 | 106 | 51 | 112 | 0 | 111 | 413 | 73 | 21 |
| Binary | 101001 | 10010 | 1000110 | 101001 | 1001010 | 0 | 1001001 | 100001011 | 111011 | 10001 |
Color Harmonies of #291246
Complementary color
Monochromatic Colors of #291246
Black with #291246
Text Example
Text Example
White with #291246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291246; }
p { color: rgb(41,18,70); }
H1.HeaderClassName
{
color: #291246;
}
.AnyTagClassName
{
color: #291246;
}
</style>
background-color css
<style>
a { background-color: #291246; }
a { background-color: rgb(41,18,70); }
div.DivClassName
{
background-color: #291246;
}
.BgClassName
{
background-color: #291246;
}
</style>
border-color css
<style>
span { border-color: #291246; }
span { border-color: rgb(41,18,70); }
td.TdClassName
{
border-color: #291246;
}
.TagClassName
{
border-color: #291246;
}
</style>