Shades of Violent Violet #291745
Tints of Violent Violet #291745
RGB
CMYK
RGB Variations
Color information
#291745 (or 0x291745) is known color: Violent Violet. HEX triplet: 29, 17 and 45. RGB value is (41,23,69). Sum of RGB (Red+Green+Blue) = 41+23+69=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #291745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291745 is #D6E8BA. Grayscale: #212121. Windows color (decimal): -14084283 or 4527913. OLE color: 4527913.
HSL color Cylindrical-coordinate representation of color #291745: hue angle of 263.48º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #291745 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 23 | 69 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.73 |
| HSL | 263.48º | 0.5% | 0.18% | - |
| HSV(B) | 263.48º | 0.67% | 0.27% | - |
| XYZ | 2.3 | 1.51 | 5.8 | - |
| YUV | 33.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 69 | 0.41 | 0.67 | 0 | 0.73 | 263.48 | 0.5 | 0.18 |
| Hex | 29 | 17 | 45 | 29 | 43 | 0 | 49 | 107 | 32 | 12 |
| Octal | 51 | 27 | 105 | 51 | 103 | 0 | 111 | 407 | 62 | 22 |
| Binary | 101001 | 10111 | 1000101 | 101001 | 1000011 | 0 | 1001001 | 100000111 | 110010 | 10010 |
Color Harmonies of #291745
Complementary color
Monochromatic Colors of #291745
Black with #291745
Text Example
Text Example
White with #291745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291745; }
p { color: rgb(41,23,69); }
H1.HeaderClassName
{
color: #291745;
}
.AnyTagClassName
{
color: #291745;
}
</style>
background-color css
<style>
a { background-color: #291745; }
a { background-color: rgb(41,23,69); }
div.DivClassName
{
background-color: #291745;
}
.BgClassName
{
background-color: #291745;
}
</style>
border-color css
<style>
span { border-color: #291745; }
span { border-color: rgb(41,23,69); }
td.TdClassName
{
border-color: #291745;
}
.TagClassName
{
border-color: #291745;
}
</style>