Shades of Violent Violet #290F4D
Tints of Violent Violet #290F4D
RGB
CMYK
RGB Variations
Color information
#290F4D (or 0x290F4D) is known color: Violent Violet. HEX triplet: 29, 0F and 4D. RGB value is (41,15,77). Sum of RGB (Red+Green+Blue) = 41+15+77=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #290F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290F4D is #D6F0B2. Grayscale: #1D1D1D. Windows color (decimal): -14086323 or 5050153. OLE color: 5050153.
HSL color Cylindrical-coordinate representation of color #290F4D: hue angle of 265.16º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #290F4D is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 15 | 77 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.70 |
| HSL | 265.16º | 0.67% | 0.18% | - |
| HSV(B) | 265.16º | 0.81% | 0.3% | - |
| XYZ | 2.42 | 1.35 | 7.15 | - |
| YUV | 29.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 77 | 0.47 | 0.81 | 0 | 0.70 | 265.16 | 0.67 | 0.18 |
| Hex | 29 | F | 4D | 2F | 51 | 0 | 46 | 109 | 43 | 12 |
| Octal | 51 | 17 | 115 | 57 | 121 | 0 | 106 | 411 | 103 | 22 |
| Binary | 101001 | 1111 | 1001101 | 101111 | 1010001 | 0 | 1000110 | 100001001 | 1000011 | 10010 |
Color Harmonies of #290F4D
Complementary color
Monochromatic Colors of #290F4D
Black with #290F4D
Text Example
Text Example
White with #290F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F4D; }
p { color: rgb(41,15,77); }
H1.HeaderClassName
{
color: #290F4D;
}
.AnyTagClassName
{
color: #290F4D;
}
</style>
background-color css
<style>
a { background-color: #290F4D; }
a { background-color: rgb(41,15,77); }
div.DivClassName
{
background-color: #290F4D;
}
.BgClassName
{
background-color: #290F4D;
}
</style>
border-color css
<style>
span { border-color: #290F4D; }
span { border-color: rgb(41,15,77); }
td.TdClassName
{
border-color: #290F4D;
}
.TagClassName
{
border-color: #290F4D;
}
</style>