Shades of Violent Violet #291C4A
Tints of Violent Violet #291C4A
RGB
CMYK
RGB Variations
Color information
#291C4A (or 0x291C4A) is known color: Violent Violet. HEX triplet: 29, 1C and 4A. RGB value is (41,28,74). Sum of RGB (Red+Green+Blue) = 41+28+74=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #291C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C4A is #D6E3B5. Grayscale: #242424. Windows color (decimal): -14082998 or 4856873. OLE color: 4856873.
HSL color Cylindrical-coordinate representation of color #291C4A: hue angle of 256.96º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #291C4A is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 28 | 74 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.71 |
| HSL | 256.96º | 0.45% | 0.2% | - |
| HSV(B) | 256.96º | 0.62% | 0.29% | - |
| XYZ | 2.57 | 1.8 | 6.69 | - |
| YUV | 37.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 74 | 0.45 | 0.62 | 0 | 0.71 | 256.96 | 0.45 | 0.2 |
| Hex | 29 | 1C | 4A | 2D | 3E | 0 | 47 | 101 | 2D | 14 |
| Octal | 51 | 34 | 112 | 55 | 76 | 0 | 107 | 401 | 55 | 24 |
| Binary | 101001 | 11100 | 1001010 | 101101 | 111110 | 0 | 1000111 | 100000001 | 101101 | 10100 |
Color Harmonies of #291C4A
Complementary color
Monochromatic Colors of #291C4A
Black with #291C4A
Text Example
Text Example
White with #291C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C4A; }
p { color: rgb(41,28,74); }
H1.HeaderClassName
{
color: #291C4A;
}
.AnyTagClassName
{
color: #291C4A;
}
</style>
background-color css
<style>
a { background-color: #291C4A; }
a { background-color: rgb(41,28,74); }
div.DivClassName
{
background-color: #291C4A;
}
.BgClassName
{
background-color: #291C4A;
}
</style>
border-color css
<style>
span { border-color: #291C4A; }
span { border-color: rgb(41,28,74); }
td.TdClassName
{
border-color: #291C4A;
}
.TagClassName
{
border-color: #291C4A;
}
</style>