Shades of Violent Violet #290C4D
Tints of Violent Violet #290C4D
RGB
CMYK
RGB Variations
Color information
#290C4D (or 0x290C4D) is known color: Violent Violet. HEX triplet: 29, 0C and 4D. RGB value is (41,12,77). Sum of RGB (Red+Green+Blue) = 41+12+77=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #290C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C4D is #D6F3B2. Grayscale: #1B1B1B. Windows color (decimal): -14087091 or 5049385. OLE color: 5049385.
HSL color Cylindrical-coordinate representation of color #290C4D: hue angle of 266.77º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #290C4D is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 12 | 77 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.70 |
| HSL | 266.77º | 0.73% | 0.17% | - |
| HSV(B) | 266.77º | 0.84% | 0.3% | - |
| XYZ | 2.39 | 1.27 | 7.14 | - |
| YUV | 28.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 77 | 0.47 | 0.84 | 0 | 0.70 | 266.77 | 0.73 | 0.17 |
| Hex | 29 | C | 4D | 2F | 54 | 0 | 46 | 10B | 49 | 11 |
| Octal | 51 | 14 | 115 | 57 | 124 | 0 | 106 | 413 | 111 | 21 |
| Binary | 101001 | 1100 | 1001101 | 101111 | 1010100 | 0 | 1000110 | 100001011 | 1001001 | 10001 |
Color Harmonies of #290C4D
Complementary color
Monochromatic Colors of #290C4D
Black with #290C4D
Text Example
Text Example
White with #290C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C4D; }
p { color: rgb(41,12,77); }
H1.HeaderClassName
{
color: #290C4D;
}
.AnyTagClassName
{
color: #290C4D;
}
</style>
background-color css
<style>
a { background-color: #290C4D; }
a { background-color: rgb(41,12,77); }
div.DivClassName
{
background-color: #290C4D;
}
.BgClassName
{
background-color: #290C4D;
}
</style>
border-color css
<style>
span { border-color: #290C4D; }
span { border-color: rgb(41,12,77); }
td.TdClassName
{
border-color: #290C4D;
}
.TagClassName
{
border-color: #290C4D;
}
</style>