Shades of Violent Violet #291C47
Tints of Violent Violet #291C47
RGB
CMYK
RGB Variations
Color information
#291C47 (or 0x291C47) is known color: Violent Violet. HEX triplet: 29, 1C and 47. RGB value is (41,28,71). Sum of RGB (Red+Green+Blue) = 41+28+71=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #291C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C47 is #D6E3B8. Grayscale: #242424. Windows color (decimal): -14083001 or 4660265. OLE color: 4660265.
HSL color Cylindrical-coordinate representation of color #291C47: hue angle of 258.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291C47 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 28 | 71 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.72 |
| HSL | 258.14º | 0.43% | 0.19% | - |
| HSV(B) | 258.14º | 0.61% | 0.28% | - |
| XYZ | 2.47 | 1.76 | 6.17 | - |
| YUV | 36.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 71 | 0.42 | 0.61 | 0 | 0.72 | 258.14 | 0.43 | 0.19 |
| Hex | 29 | 1C | 47 | 2A | 3D | 0 | 48 | 102 | 2B | 13 |
| Octal | 51 | 34 | 107 | 52 | 75 | 0 | 110 | 402 | 53 | 23 |
| Binary | 101001 | 11100 | 1000111 | 101010 | 111101 | 0 | 1001000 | 100000010 | 101011 | 10011 |
Color Harmonies of #291C47
Complementary color
Monochromatic Colors of #291C47
Black with #291C47
Text Example
Text Example
White with #291C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C47; }
p { color: rgb(41,28,71); }
H1.HeaderClassName
{
color: #291C47;
}
.AnyTagClassName
{
color: #291C47;
}
</style>
background-color css
<style>
a { background-color: #291C47; }
a { background-color: rgb(41,28,71); }
div.DivClassName
{
background-color: #291C47;
}
.BgClassName
{
background-color: #291C47;
}
</style>
border-color css
<style>
span { border-color: #291C47; }
span { border-color: rgb(41,28,71); }
td.TdClassName
{
border-color: #291C47;
}
.TagClassName
{
border-color: #291C47;
}
</style>