Shades of Violent Violet #291B50
Tints of Violent Violet #291B50
RGB
CMYK
RGB Variations
Color information
#291B50 (or 0x291B50) is known color: Violent Violet. HEX triplet: 29, 1B and 50. RGB value is (41,27,80). Sum of RGB (Red+Green+Blue) = 41+27+80=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #291B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B50 is #D6E4AF. Grayscale: #252525. Windows color (decimal): -14083248 or 5249833. OLE color: 5249833.
HSL color Cylindrical-coordinate representation of color #291B50: hue angle of 255.85º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #291B50 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 27 | 80 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.69 |
| HSL | 255.85º | 0.5% | 0.21% | - |
| HSV(B) | 255.85º | 0.66% | 0.31% | - |
| XYZ | 2.75 | 1.83 | 7.8 | - |
| YUV | 37.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 80 | 0.49 | 0.66 | 0 | 0.69 | 255.85 | 0.5 | 0.21 |
| Hex | 29 | 1B | 50 | 31 | 42 | 0 | 45 | 100 | 32 | 15 |
| Octal | 51 | 33 | 120 | 61 | 102 | 0 | 105 | 400 | 62 | 25 |
| Binary | 101001 | 11011 | 1010000 | 110001 | 1000010 | 0 | 1000101 | 100000000 | 110010 | 10101 |
Color Harmonies of #291B50
Complementary color
Monochromatic Colors of #291B50
Black with #291B50
Text Example
Text Example
White with #291B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B50; }
p { color: rgb(41,27,80); }
H1.HeaderClassName
{
color: #291B50;
}
.AnyTagClassName
{
color: #291B50;
}
</style>
background-color css
<style>
a { background-color: #291B50; }
a { background-color: rgb(41,27,80); }
div.DivClassName
{
background-color: #291B50;
}
.BgClassName
{
background-color: #291B50;
}
</style>
border-color css
<style>
span { border-color: #291B50; }
span { border-color: rgb(41,27,80); }
td.TdClassName
{
border-color: #291B50;
}
.TagClassName
{
border-color: #291B50;
}
</style>