Shades of Violent Violet #291D4A
Tints of Violent Violet #291D4A
RGB
CMYK
RGB Variations
Color information
#291D4A (or 0x291D4A) is known color: Violent Violet. HEX triplet: 29, 1D and 4A. RGB value is (41,29,74). Sum of RGB (Red+Green+Blue) = 41+29+74=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #291D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D4A is #D6E2B5. Grayscale: #252525. Windows color (decimal): -14082742 or 4857129. OLE color: 4857129.
HSL color Cylindrical-coordinate representation of color #291D4A: hue angle of 256º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291D4A is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 29 | 74 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.71 |
| HSL | 256º | 0.44% | 0.2% | - |
| HSV(B) | 256º | 0.61% | 0.29% | - |
| XYZ | 2.59 | 1.84 | 6.7 | - |
| YUV | 37.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 74 | 0.45 | 0.61 | 0 | 0.71 | 256 | 0.44 | 0.2 |
| Hex | 29 | 1D | 4A | 2D | 3D | 0 | 47 | 100 | 2C | 14 |
| Octal | 51 | 35 | 112 | 55 | 75 | 0 | 107 | 400 | 54 | 24 |
| Binary | 101001 | 11101 | 1001010 | 101101 | 111101 | 0 | 1000111 | 100000000 | 101100 | 10100 |
Color Harmonies of #291D4A
Complementary color
Monochromatic Colors of #291D4A
Black with #291D4A
Text Example
Text Example
White with #291D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D4A; }
p { color: rgb(41,29,74); }
H1.HeaderClassName
{
color: #291D4A;
}
.AnyTagClassName
{
color: #291D4A;
}
</style>
background-color css
<style>
a { background-color: #291D4A; }
a { background-color: rgb(41,29,74); }
div.DivClassName
{
background-color: #291D4A;
}
.BgClassName
{
background-color: #291D4A;
}
</style>
border-color css
<style>
span { border-color: #291D4A; }
span { border-color: rgb(41,29,74); }
td.TdClassName
{
border-color: #291D4A;
}
.TagClassName
{
border-color: #291D4A;
}
</style>