Shades of Violent Violet #291848
Tints of Violent Violet #291848
RGB
CMYK
RGB Variations
Color information
#291848 (or 0x291848) is known color: Violent Violet. HEX triplet: 29, 18 and 48. RGB value is (41,24,72). Sum of RGB (Red+Green+Blue) = 41+24+72=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #291848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291848 is #D6E7B7. Grayscale: #222222. Windows color (decimal): -14084024 or 4724777. OLE color: 4724777.
HSL color Cylindrical-coordinate representation of color #291848: hue angle of 261.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #291848 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 24 | 72 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.72 |
| HSL | 261.25º | 0.5% | 0.19% | - |
| HSV(B) | 261.25º | 0.67% | 0.28% | - |
| XYZ | 2.41 | 1.59 | 6.31 | - |
| YUV | 34.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 72 | 0.43 | 0.67 | 0 | 0.72 | 261.25 | 0.5 | 0.19 |
| Hex | 29 | 18 | 48 | 2B | 43 | 0 | 48 | 105 | 32 | 13 |
| Octal | 51 | 30 | 110 | 53 | 103 | 0 | 110 | 405 | 62 | 23 |
| Binary | 101001 | 11000 | 1001000 | 101011 | 1000011 | 0 | 1001000 | 100000101 | 110010 | 10011 |
Color Harmonies of #291848
Complementary color
Monochromatic Colors of #291848
Black with #291848
Text Example
Text Example
White with #291848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291848; }
p { color: rgb(41,24,72); }
H1.HeaderClassName
{
color: #291848;
}
.AnyTagClassName
{
color: #291848;
}
</style>
background-color css
<style>
a { background-color: #291848; }
a { background-color: rgb(41,24,72); }
div.DivClassName
{
background-color: #291848;
}
.BgClassName
{
background-color: #291848;
}
</style>
border-color css
<style>
span { border-color: #291848; }
span { border-color: rgb(41,24,72); }
td.TdClassName
{
border-color: #291848;
}
.TagClassName
{
border-color: #291848;
}
</style>