Shades of Violent Violet #291C42
Tints of Violent Violet #291C42
RGB
CMYK
RGB Variations
Color information
#291C42 (or 0x291C42) is known color: Violent Violet. HEX triplet: 29, 1C and 42. RGB value is (41,28,66). Sum of RGB (Red+Green+Blue) = 41+28+66=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #291C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C42 is #D6E3BD. Grayscale: #242424. Windows color (decimal): -14083006 or 4332585. OLE color: 4332585.
HSL color Cylindrical-coordinate representation of color #291C42: hue angle of 260.53º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #291C42 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 28 | 66 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.74 |
| HSL | 260.53º | 0.4% | 0.18% | - |
| HSV(B) | 260.53º | 0.58% | 0.26% | - |
| XYZ | 2.31 | 1.7 | 5.36 | - |
| YUV | 36.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 66 | 0.38 | 0.58 | 0 | 0.74 | 260.53 | 0.4 | 0.18 |
| Hex | 29 | 1C | 42 | 26 | 3A | 0 | 4A | 105 | 28 | 12 |
| Octal | 51 | 34 | 102 | 46 | 72 | 0 | 112 | 405 | 50 | 22 |
| Binary | 101001 | 11100 | 1000010 | 100110 | 111010 | 0 | 1001010 | 100000101 | 101000 | 10010 |
Color Harmonies of #291C42
Complementary color
Monochromatic Colors of #291C42
Black with #291C42
Text Example
Text Example
White with #291C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C42; }
p { color: rgb(41,28,66); }
H1.HeaderClassName
{
color: #291C42;
}
.AnyTagClassName
{
color: #291C42;
}
</style>
background-color css
<style>
a { background-color: #291C42; }
a { background-color: rgb(41,28,66); }
div.DivClassName
{
background-color: #291C42;
}
.BgClassName
{
background-color: #291C42;
}
</style>
border-color css
<style>
span { border-color: #291C42; }
span { border-color: rgb(41,28,66); }
td.TdClassName
{
border-color: #291C42;
}
.TagClassName
{
border-color: #291C42;
}
</style>