Shades of Violent Violet #37294A
Tints of Violent Violet #37294A
RGB
CMYK
RGB Variations
Color information
#37294A (or 0x37294A) is known color: Violent Violet. HEX triplet: 37, 29 and 4A. RGB value is (55,41,74). Sum of RGB (Red+Green+Blue) = 55+41+74=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #37294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37294A is #C8D6B5. Grayscale: #303030. Windows color (decimal): -13162166 or 4860215. OLE color: 4860215.
HSL color Cylindrical-coordinate representation of color #37294A: hue angle of 265.45º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37294A is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 41 | 74 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.71 |
| HSL | 265.45º | 0.29% | 0.23% | - |
| HSV(B) | 265.45º | 0.45% | 0.29% | - |
| XYZ | 3.6 | 2.89 | 6.85 | - |
| YUV | 48.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 74 | 0.26 | 0.45 | 0 | 0.71 | 265.45 | 0.29 | 0.23 |
| Hex | 37 | 29 | 4A | 1A | 2D | 0 | 47 | 109 | 1D | 17 |
| Octal | 67 | 51 | 112 | 32 | 55 | 0 | 107 | 411 | 35 | 27 |
| Binary | 110111 | 101001 | 1001010 | 11010 | 101101 | 0 | 1000111 | 100001001 | 11101 | 10111 |
Color Harmonies of #37294A
Complementary color
Monochromatic Colors of #37294A
Black with #37294A
Text Example
Text Example
White with #37294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37294A; }
p { color: rgb(55,41,74); }
H1.HeaderClassName
{
color: #37294A;
}
.AnyTagClassName
{
color: #37294A;
}
</style>
background-color css
<style>
a { background-color: #37294A; }
a { background-color: rgb(55,41,74); }
div.DivClassName
{
background-color: #37294A;
}
.BgClassName
{
background-color: #37294A;
}
</style>
border-color css
<style>
span { border-color: #37294A; }
span { border-color: rgb(55,41,74); }
td.TdClassName
{
border-color: #37294A;
}
.TagClassName
{
border-color: #37294A;
}
</style>