Shades of Violent Violet #291A47
Tints of Violent Violet #291A47
RGB
CMYK
RGB Variations
Color information
#291A47 (or 0x291A47) is known color: Violent Violet. HEX triplet: 29, 1A and 47. RGB value is (41,26,71). Sum of RGB (Red+Green+Blue) = 41+26+71=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #291A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A47 is #D6E5B8. Grayscale: #232323. Windows color (decimal): -14083513 or 4659753. OLE color: 4659753.
HSL color Cylindrical-coordinate representation of color #291A47: hue angle of 260º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #291A47 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 26 | 71 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.72 |
| HSL | 260º | 0.46% | 0.19% | - |
| HSV(B) | 260º | 0.63% | 0.28% | - |
| XYZ | 2.42 | 1.67 | 6.16 | - |
| YUV | 35.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 71 | 0.42 | 0.63 | 0 | 0.72 | 260 | 0.46 | 0.19 |
| Hex | 29 | 1A | 47 | 2A | 3F | 0 | 48 | 104 | 2E | 13 |
| Octal | 51 | 32 | 107 | 52 | 77 | 0 | 110 | 404 | 56 | 23 |
| Binary | 101001 | 11010 | 1000111 | 101010 | 111111 | 0 | 1001000 | 100000100 | 101110 | 10011 |
Color Harmonies of #291A47
Complementary color
Monochromatic Colors of #291A47
Black with #291A47
Text Example
Text Example
White with #291A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A47; }
p { color: rgb(41,26,71); }
H1.HeaderClassName
{
color: #291A47;
}
.AnyTagClassName
{
color: #291A47;
}
</style>
background-color css
<style>
a { background-color: #291A47; }
a { background-color: rgb(41,26,71); }
div.DivClassName
{
background-color: #291A47;
}
.BgClassName
{
background-color: #291A47;
}
</style>
border-color css
<style>
span { border-color: #291A47; }
span { border-color: rgb(41,26,71); }
td.TdClassName
{
border-color: #291A47;
}
.TagClassName
{
border-color: #291A47;
}
</style>