Shades of Violent Violet #291E48
Tints of Violent Violet #291E48
RGB
CMYK
RGB Variations
Color information
#291E48 (or 0x291E48) is known color: Violent Violet. HEX triplet: 29, 1E and 48. RGB value is (41,30,72). Sum of RGB (Red+Green+Blue) = 41+30+72=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #291E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E48 is #D6E1B7. Grayscale: #252525. Windows color (decimal): -14082488 or 4726313. OLE color: 4726313.
HSL color Cylindrical-coordinate representation of color #291E48: hue angle of 255.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #291E48 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 30 | 72 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.72 |
| HSL | 255.71º | 0.41% | 0.2% | - |
| HSV(B) | 255.71º | 0.58% | 0.28% | - |
| XYZ | 2.55 | 1.87 | 6.36 | - |
| YUV | 38.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 72 | 0.43 | 0.58 | 0 | 0.72 | 255.71 | 0.41 | 0.2 |
| Hex | 29 | 1E | 48 | 2B | 3A | 0 | 48 | 100 | 29 | 14 |
| Octal | 51 | 36 | 110 | 53 | 72 | 0 | 110 | 400 | 51 | 24 |
| Binary | 101001 | 11110 | 1001000 | 101011 | 111010 | 0 | 1001000 | 100000000 | 101001 | 10100 |
Color Harmonies of #291E48
Complementary color
Monochromatic Colors of #291E48
Black with #291E48
Text Example
Text Example
White with #291E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E48; }
p { color: rgb(41,30,72); }
H1.HeaderClassName
{
color: #291E48;
}
.AnyTagClassName
{
color: #291E48;
}
</style>
background-color css
<style>
a { background-color: #291E48; }
a { background-color: rgb(41,30,72); }
div.DivClassName
{
background-color: #291E48;
}
.BgClassName
{
background-color: #291E48;
}
</style>
border-color css
<style>
span { border-color: #291E48; }
span { border-color: rgb(41,30,72); }
td.TdClassName
{
border-color: #291E48;
}
.TagClassName
{
border-color: #291E48;
}
</style>