Shades of Violent Violet #291D50
Tints of Violent Violet #291D50
RGB
CMYK
RGB Variations
Color information
#291D50 (or 0x291D50) is known color: Violent Violet. HEX triplet: 29, 1D and 50. RGB value is (41,29,80). Sum of RGB (Red+Green+Blue) = 41+29+80=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #291D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D50 is #D6E2AF. Grayscale: #262626. Windows color (decimal): -14082736 or 5250345. OLE color: 5250345.
HSL color Cylindrical-coordinate representation of color #291D50: hue angle of 254.12º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #291D50 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 29 | 80 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.69 |
| HSL | 254.12º | 0.47% | 0.21% | - |
| HSV(B) | 254.12º | 0.64% | 0.31% | - |
| XYZ | 2.8 | 1.93 | 7.81 | - |
| YUV | 38.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 80 | 0.49 | 0.64 | 0 | 0.69 | 254.12 | 0.47 | 0.21 |
| Hex | 29 | 1D | 50 | 31 | 40 | 0 | 45 | FE | 2F | 15 |
| Octal | 51 | 35 | 120 | 61 | 100 | 0 | 105 | 376 | 57 | 25 |
| Binary | 101001 | 11101 | 1010000 | 110001 | 1000000 | 0 | 1000101 | 11111110 | 101111 | 10101 |
Color Harmonies of #291D50
Complementary color
Monochromatic Colors of #291D50
Black with #291D50
Text Example
Text Example
White with #291D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D50; }
p { color: rgb(41,29,80); }
H1.HeaderClassName
{
color: #291D50;
}
.AnyTagClassName
{
color: #291D50;
}
</style>
background-color css
<style>
a { background-color: #291D50; }
a { background-color: rgb(41,29,80); }
div.DivClassName
{
background-color: #291D50;
}
.BgClassName
{
background-color: #291D50;
}
</style>
border-color css
<style>
span { border-color: #291D50; }
span { border-color: rgb(41,29,80); }
td.TdClassName
{
border-color: #291D50;
}
.TagClassName
{
border-color: #291D50;
}
</style>