Shades of Violent Violet #290E4E
Tints of Violent Violet #290E4E
RGB
CMYK
RGB Variations
Color information
#290E4E (or 0x290E4E) is known color: Violent Violet. HEX triplet: 29, 0E and 4E. RGB value is (41,14,78). Sum of RGB (Red+Green+Blue) = 41+14+78=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #290E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E4E is #D6F1B1. Grayscale: #1D1D1D. Windows color (decimal): -14086578 or 5115433. OLE color: 5115433.
HSL color Cylindrical-coordinate representation of color #290E4E: hue angle of 265.31º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #290E4E is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 14 | 78 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.69 |
| HSL | 265.31º | 0.7% | 0.18% | - |
| HSV(B) | 265.31º | 0.82% | 0.31% | - |
| XYZ | 2.45 | 1.34 | 7.34 | - |
| YUV | 29.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 78 | 0.47 | 0.82 | 0 | 0.69 | 265.31 | 0.7 | 0.18 |
| Hex | 29 | E | 4E | 2F | 52 | 0 | 45 | 109 | 46 | 12 |
| Octal | 51 | 16 | 116 | 57 | 122 | 0 | 105 | 411 | 106 | 22 |
| Binary | 101001 | 1110 | 1001110 | 101111 | 1010010 | 0 | 1000101 | 100001001 | 1000110 | 10010 |
Color Harmonies of #290E4E
Complementary color
Monochromatic Colors of #290E4E
Black with #290E4E
Text Example
Text Example
White with #290E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E4E; }
p { color: rgb(41,14,78); }
H1.HeaderClassName
{
color: #290E4E;
}
.AnyTagClassName
{
color: #290E4E;
}
</style>
background-color css
<style>
a { background-color: #290E4E; }
a { background-color: rgb(41,14,78); }
div.DivClassName
{
background-color: #290E4E;
}
.BgClassName
{
background-color: #290E4E;
}
</style>
border-color css
<style>
span { border-color: #290E4E; }
span { border-color: rgb(41,14,78); }
td.TdClassName
{
border-color: #290E4E;
}
.TagClassName
{
border-color: #290E4E;
}
</style>