Shades of Violent Violet #291A4C
Tints of Violent Violet #291A4C
RGB
CMYK
RGB Variations
Color information
#291A4C (or 0x291A4C) is known color: Violent Violet. HEX triplet: 29, 1A and 4C. RGB value is (41,26,76). Sum of RGB (Red+Green+Blue) = 41+26+76=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #291A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A4C is #D6E5B3. Grayscale: #242424. Windows color (decimal): -14083508 or 4987433. OLE color: 4987433.
HSL color Cylindrical-coordinate representation of color #291A4C: hue angle of 258º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #291A4C is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 26 | 76 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.70 |
| HSL | 258º | 0.49% | 0.2% | - |
| HSV(B) | 258º | 0.66% | 0.3% | - |
| XYZ | 2.59 | 1.73 | 7.04 | - |
| YUV | 36.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 76 | 0.46 | 0.66 | 0 | 0.70 | 258 | 0.49 | 0.2 |
| Hex | 29 | 1A | 4C | 2E | 42 | 0 | 46 | 102 | 31 | 14 |
| Octal | 51 | 32 | 114 | 56 | 102 | 0 | 106 | 402 | 61 | 24 |
| Binary | 101001 | 11010 | 1001100 | 101110 | 1000010 | 0 | 1000110 | 100000010 | 110001 | 10100 |
Color Harmonies of #291A4C
Complementary color
Monochromatic Colors of #291A4C
Black with #291A4C
Text Example
Text Example
White with #291A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A4C; }
p { color: rgb(41,26,76); }
H1.HeaderClassName
{
color: #291A4C;
}
.AnyTagClassName
{
color: #291A4C;
}
</style>
background-color css
<style>
a { background-color: #291A4C; }
a { background-color: rgb(41,26,76); }
div.DivClassName
{
background-color: #291A4C;
}
.BgClassName
{
background-color: #291A4C;
}
</style>
border-color css
<style>
span { border-color: #291A4C; }
span { border-color: rgb(41,26,76); }
td.TdClassName
{
border-color: #291A4C;
}
.TagClassName
{
border-color: #291A4C;
}
</style>