Shades of Violent Violet #29184B
Tints of Violent Violet #29184B
RGB
CMYK
RGB Variations
Color information
#29184B (or 0x29184B) is known color: Violent Violet. HEX triplet: 29, 18 and 4B. RGB value is (41,24,75). Sum of RGB (Red+Green+Blue) = 41+24+75=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #29184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29184B is #D6E7B4. Grayscale: #222222. Windows color (decimal): -14084021 or 4921385. OLE color: 4921385.
HSL color Cylindrical-coordinate representation of color #29184B: hue angle of 260º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29184B is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 24 | 75 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.71 |
| HSL | 260º | 0.52% | 0.19% | - |
| HSV(B) | 260º | 0.68% | 0.29% | - |
| XYZ | 2.51 | 1.63 | 6.84 | - |
| YUV | 34.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 75 | 0.45 | 0.68 | 0 | 0.71 | 260 | 0.52 | 0.19 |
| Hex | 29 | 18 | 4B | 2D | 44 | 0 | 47 | 104 | 34 | 13 |
| Octal | 51 | 30 | 113 | 55 | 104 | 0 | 107 | 404 | 64 | 23 |
| Binary | 101001 | 11000 | 1001011 | 101101 | 1000100 | 0 | 1000111 | 100000100 | 110100 | 10011 |
Color Harmonies of #29184B
Complementary color
Monochromatic Colors of #29184B
Black with #29184B
Text Example
Text Example
White with #29184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29184B; }
p { color: rgb(41,24,75); }
H1.HeaderClassName
{
color: #29184B;
}
.AnyTagClassName
{
color: #29184B;
}
</style>
background-color css
<style>
a { background-color: #29184B; }
a { background-color: rgb(41,24,75); }
div.DivClassName
{
background-color: #29184B;
}
.BgClassName
{
background-color: #29184B;
}
</style>
border-color css
<style>
span { border-color: #29184B; }
span { border-color: rgb(41,24,75); }
td.TdClassName
{
border-color: #29184B;
}
.TagClassName
{
border-color: #29184B;
}
</style>