Shades of Violent Violet #291C51
Tints of Violent Violet #291C51
RGB
CMYK
RGB Variations
Color information
#291C51 (or 0x291C51) is known color: Violent Violet. HEX triplet: 29, 1C and 51. RGB value is (41,28,81). Sum of RGB (Red+Green+Blue) = 41+28+81=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #291C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C51 is #D6E3AE. Grayscale: #252525. Windows color (decimal): -14082991 or 5315625. OLE color: 5315625.
HSL color Cylindrical-coordinate representation of color #291C51: hue angle of 254.72º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #291C51 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 28 | 81 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.68 |
| HSL | 254.72º | 0.49% | 0.21% | - |
| HSV(B) | 254.72º | 0.65% | 0.32% | - |
| XYZ | 2.81 | 1.9 | 8 | - |
| YUV | 37.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 81 | 0.49 | 0.65 | 0 | 0.68 | 254.72 | 0.49 | 0.21 |
| Hex | 29 | 1C | 51 | 31 | 41 | 0 | 44 | FF | 31 | 15 |
| Octal | 51 | 34 | 121 | 61 | 101 | 0 | 104 | 377 | 61 | 25 |
| Binary | 101001 | 11100 | 1010001 | 110001 | 1000001 | 0 | 1000100 | 11111111 | 110001 | 10101 |
Color Harmonies of #291C51
Complementary color
Monochromatic Colors of #291C51
Black with #291C51
Text Example
Text Example
White with #291C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C51; }
p { color: rgb(41,28,81); }
H1.HeaderClassName
{
color: #291C51;
}
.AnyTagClassName
{
color: #291C51;
}
</style>
background-color css
<style>
a { background-color: #291C51; }
a { background-color: rgb(41,28,81); }
div.DivClassName
{
background-color: #291C51;
}
.BgClassName
{
background-color: #291C51;
}
</style>
border-color css
<style>
span { border-color: #291C51; }
span { border-color: rgb(41,28,81); }
td.TdClassName
{
border-color: #291C51;
}
.TagClassName
{
border-color: #291C51;
}
</style>