Shades of Violent Violet #290C50
Tints of Violent Violet #290C50
RGB
CMYK
RGB Variations
Color information
#290C50 (or 0x290C50) is known color: Violent Violet. HEX triplet: 29, 0C and 50. RGB value is (41,12,80). Sum of RGB (Red+Green+Blue) = 41+12+80=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #290C50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C50 is #D6F3AF. Grayscale: #1C1C1C. Windows color (decimal): -14087088 or 5245993. OLE color: 5245993.
HSL color Cylindrical-coordinate representation of color #290C50: hue angle of 265.59º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290C50 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 12 | 80 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.69 |
| HSL | 265.59º | 0.74% | 0.18% | - |
| HSV(B) | 265.59º | 0.85% | 0.31% | - |
| XYZ | 2.49 | 1.31 | 7.71 | - |
| YUV | 28.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 80 | 0.49 | 0.85 | 0 | 0.69 | 265.59 | 0.74 | 0.18 |
| Hex | 29 | C | 50 | 31 | 55 | 0 | 45 | 10A | 4A | 12 |
| Octal | 51 | 14 | 120 | 61 | 125 | 0 | 105 | 412 | 112 | 22 |
| Binary | 101001 | 1100 | 1010000 | 110001 | 1010101 | 0 | 1000101 | 100001010 | 1001010 | 10010 |
Color Harmonies of #290C50
Complementary color
Monochromatic Colors of #290C50
Black with #290C50
Text Example
Text Example
White with #290C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C50; }
p { color: rgb(41,12,80); }
H1.HeaderClassName
{
color: #290C50;
}
.AnyTagClassName
{
color: #290C50;
}
</style>
background-color css
<style>
a { background-color: #290C50; }
a { background-color: rgb(41,12,80); }
div.DivClassName
{
background-color: #290C50;
}
.BgClassName
{
background-color: #290C50;
}
</style>
border-color css
<style>
span { border-color: #290C50; }
span { border-color: rgb(41,12,80); }
td.TdClassName
{
border-color: #290C50;
}
.TagClassName
{
border-color: #290C50;
}
</style>