Shades of Violent Violet #291250
Tints of Violent Violet #291250
RGB
CMYK
RGB Variations
Color information
#291250 (or 0x291250) is known color: Violent Violet. HEX triplet: 29, 12 and 50. RGB value is (41,18,80). Sum of RGB (Red+Green+Blue) = 41+18+80=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #291250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291250 is #D6EDAF. Grayscale: #1F1F1F. Windows color (decimal): -14085552 or 5247529. OLE color: 5247529.
HSL color Cylindrical-coordinate representation of color #291250: hue angle of 262.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #291250 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 18 | 80 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.69 |
| HSL | 262.26º | 0.63% | 0.19% | - |
| HSV(B) | 262.26º | 0.78% | 0.31% | - |
| XYZ | 2.58 | 1.48 | 7.74 | - |
| YUV | 31.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 80 | 0.49 | 0.78 | 0 | 0.69 | 262.26 | 0.63 | 0.19 |
| Hex | 29 | 12 | 50 | 31 | 4E | 0 | 45 | 106 | 3F | 13 |
| Octal | 51 | 22 | 120 | 61 | 116 | 0 | 105 | 406 | 77 | 23 |
| Binary | 101001 | 10010 | 1010000 | 110001 | 1001110 | 0 | 1000101 | 100000110 | 111111 | 10011 |
Color Harmonies of #291250
Complementary color
Monochromatic Colors of #291250
Black with #291250
Text Example
Text Example
White with #291250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291250; }
p { color: rgb(41,18,80); }
H1.HeaderClassName
{
color: #291250;
}
.AnyTagClassName
{
color: #291250;
}
</style>
background-color css
<style>
a { background-color: #291250; }
a { background-color: rgb(41,18,80); }
div.DivClassName
{
background-color: #291250;
}
.BgClassName
{
background-color: #291250;
}
</style>
border-color css
<style>
span { border-color: #291250; }
span { border-color: rgb(41,18,80); }
td.TdClassName
{
border-color: #291250;
}
.TagClassName
{
border-color: #291250;
}
</style>