Shades of Violent Violet #290F4A
Tints of Violent Violet #290F4A
RGB
CMYK
RGB Variations
Color information
#290F4A (or 0x290F4A) is known color: Violent Violet. HEX triplet: 29, 0F and 4A. RGB value is (41,15,74). Sum of RGB (Red+Green+Blue) = 41+15+74=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #290F4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F4A is #D6F0B5. Grayscale: #1D1D1D. Windows color (decimal): -14086326 or 4853545. OLE color: 4853545.
HSL color Cylindrical-coordinate representation of color #290F4A: hue angle of 266.44º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290F4A is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 15 | 74 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.71 |
| HSL | 266.44º | 0.66% | 0.17% | - |
| HSV(B) | 266.44º | 0.8% | 0.29% | - |
| XYZ | 2.32 | 1.31 | 6.61 | - |
| YUV | 29.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 74 | 0.45 | 0.80 | 0 | 0.71 | 266.44 | 0.66 | 0.17 |
| Hex | 29 | F | 4A | 2D | 50 | 0 | 47 | 10A | 42 | 11 |
| Octal | 51 | 17 | 112 | 55 | 120 | 0 | 107 | 412 | 102 | 21 |
| Binary | 101001 | 1111 | 1001010 | 101101 | 1010000 | 0 | 1000111 | 100001010 | 1000010 | 10001 |
Color Harmonies of #290F4A
Complementary color
Monochromatic Colors of #290F4A
Black with #290F4A
Text Example
Text Example
White with #290F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F4A; }
p { color: rgb(41,15,74); }
H1.HeaderClassName
{
color: #290F4A;
}
.AnyTagClassName
{
color: #290F4A;
}
</style>
background-color css
<style>
a { background-color: #290F4A; }
a { background-color: rgb(41,15,74); }
div.DivClassName
{
background-color: #290F4A;
}
.BgClassName
{
background-color: #290F4A;
}
</style>
border-color css
<style>
span { border-color: #290F4A; }
span { border-color: rgb(41,15,74); }
td.TdClassName
{
border-color: #290F4A;
}
.TagClassName
{
border-color: #290F4A;
}
</style>