Shades of Violent Violet #290E4F
Tints of Violent Violet #290E4F
RGB
CMYK
RGB Variations
Color information
#290E4F (or 0x290E4F) is known color: Violent Violet. HEX triplet: 29, 0E and 4F. RGB value is (41,14,79). Sum of RGB (Red+Green+Blue) = 41+14+79=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #290E4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E4F is #D6F1B0. Grayscale: #1D1D1D. Windows color (decimal): -14086577 or 5180969. OLE color: 5180969.
HSL color Cylindrical-coordinate representation of color #290E4F: hue angle of 264.92º 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 #290E4F is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 14 | 79 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.69 |
| HSL | 264.92º | 0.7% | 0.18% | - |
| HSV(B) | 264.92º | 0.82% | 0.31% | - |
| XYZ | 2.48 | 1.35 | 7.53 | - |
| YUV | 29.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 79 | 0.48 | 0.82 | 0 | 0.69 | 264.92 | 0.7 | 0.18 |
| Hex | 29 | E | 4F | 30 | 52 | 0 | 45 | 109 | 46 | 12 |
| Octal | 51 | 16 | 117 | 60 | 122 | 0 | 105 | 411 | 106 | 22 |
| Binary | 101001 | 1110 | 1001111 | 110000 | 1010010 | 0 | 1000101 | 100001001 | 1000110 | 10010 |
Color Harmonies of #290E4F
Complementary color
Monochromatic Colors of #290E4F
Black with #290E4F
Text Example
Text Example
White with #290E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E4F; }
p { color: rgb(41,14,79); }
H1.HeaderClassName
{
color: #290E4F;
}
.AnyTagClassName
{
color: #290E4F;
}
</style>
background-color css
<style>
a { background-color: #290E4F; }
a { background-color: rgb(41,14,79); }
div.DivClassName
{
background-color: #290E4F;
}
.BgClassName
{
background-color: #290E4F;
}
</style>
border-color css
<style>
span { border-color: #290E4F; }
span { border-color: rgb(41,14,79); }
td.TdClassName
{
border-color: #290E4F;
}
.TagClassName
{
border-color: #290E4F;
}
</style>