Shades of Violent Violet #291E4E
Tints of Violent Violet #291E4E
RGB
CMYK
RGB Variations
Color information
#291E4E (or 0x291E4E) is known color: Violent Violet. HEX triplet: 29, 1E and 4E. RGB value is (41,30,78). Sum of RGB (Red+Green+Blue) = 41+30+78=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #291E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E4E is #D6E1B1. Grayscale: #262626. Windows color (decimal): -14082482 or 5119529. OLE color: 5119529.
HSL color Cylindrical-coordinate representation of color #291E4E: hue angle of 253.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #291E4E is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 30 | 78 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.69 |
| HSL | 253.75º | 0.44% | 0.21% | - |
| HSV(B) | 253.75º | 0.62% | 0.31% | - |
| XYZ | 2.75 | 1.95 | 7.44 | - |
| YUV | 38.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 78 | 0.47 | 0.62 | 0 | 0.69 | 253.75 | 0.44 | 0.21 |
| Hex | 29 | 1E | 4E | 2F | 3E | 0 | 45 | FE | 2C | 15 |
| Octal | 51 | 36 | 116 | 57 | 76 | 0 | 105 | 376 | 54 | 25 |
| Binary | 101001 | 11110 | 1001110 | 101111 | 111110 | 0 | 1000101 | 11111110 | 101100 | 10101 |
Color Harmonies of #291E4E
Complementary color
Monochromatic Colors of #291E4E
Black with #291E4E
Text Example
Text Example
White with #291E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E4E; }
p { color: rgb(41,30,78); }
H1.HeaderClassName
{
color: #291E4E;
}
.AnyTagClassName
{
color: #291E4E;
}
</style>
background-color css
<style>
a { background-color: #291E4E; }
a { background-color: rgb(41,30,78); }
div.DivClassName
{
background-color: #291E4E;
}
.BgClassName
{
background-color: #291E4E;
}
</style>
border-color css
<style>
span { border-color: #291E4E; }
span { border-color: rgb(41,30,78); }
td.TdClassName
{
border-color: #291E4E;
}
.TagClassName
{
border-color: #291E4E;
}
</style>