Shades of Violent Violet #291F47
Tints of Violent Violet #291F47
RGB
CMYK
RGB Variations
Color information
#291F47 (or 0x291F47) is known color: Violent Violet. HEX triplet: 29, 1F and 47. RGB value is (41,31,71). Sum of RGB (Red+Green+Blue) = 41+31+71=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #291F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F47 is #D6E0B8. Grayscale: #262626. Windows color (decimal): -14082233 or 4661033. OLE color: 4661033.
HSL color Cylindrical-coordinate representation of color #291F47: hue angle of 255º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #291F47 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 31 | 71 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.72 |
| HSL | 255º | 0.39% | 0.2% | - |
| HSV(B) | 255º | 0.56% | 0.28% | - |
| XYZ | 2.54 | 1.91 | 6.2 | - |
| YUV | 38.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 71 | 0.42 | 0.56 | 0 | 0.72 | 255 | 0.39 | 0.2 |
| Hex | 29 | 1F | 47 | 2A | 38 | 0 | 48 | FF | 27 | 14 |
| Octal | 51 | 37 | 107 | 52 | 70 | 0 | 110 | 377 | 47 | 24 |
| Binary | 101001 | 11111 | 1000111 | 101010 | 111000 | 0 | 1001000 | 11111111 | 100111 | 10100 |
Color Harmonies of #291F47
Complementary color
Monochromatic Colors of #291F47
Black with #291F47
Text Example
Text Example
White with #291F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F47; }
p { color: rgb(41,31,71); }
H1.HeaderClassName
{
color: #291F47;
}
.AnyTagClassName
{
color: #291F47;
}
</style>
background-color css
<style>
a { background-color: #291F47; }
a { background-color: rgb(41,31,71); }
div.DivClassName
{
background-color: #291F47;
}
.BgClassName
{
background-color: #291F47;
}
</style>
border-color css
<style>
span { border-color: #291F47; }
span { border-color: rgb(41,31,71); }
td.TdClassName
{
border-color: #291F47;
}
.TagClassName
{
border-color: #291F47;
}
</style>