Shades of Violent Violet #37284C
Tints of Violent Violet #37284C
RGB
CMYK
RGB Variations
Color information
#37284C (or 0x37284C) is known color: Violent Violet. HEX triplet: 37, 28 and 4C. RGB value is (55,40,76). Sum of RGB (Red+Green+Blue) = 55+40+76=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #37284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37284C is #C8D7B3. Grayscale: #303030. Windows color (decimal): -13162420 or 4991031. OLE color: 4991031.
HSL color Cylindrical-coordinate representation of color #37284C: hue angle of 265º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37284C is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 40 | 76 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.70 |
| HSL | 265º | 0.31% | 0.23% | - |
| HSV(B) | 265º | 0.47% | 0.3% | - |
| XYZ | 3.64 | 2.85 | 7.2 | - |
| YUV | 48.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 76 | 0.28 | 0.47 | 0 | 0.70 | 265 | 0.31 | 0.23 |
| Hex | 37 | 28 | 4C | 1C | 2F | 0 | 46 | 109 | 1F | 17 |
| Octal | 67 | 50 | 114 | 34 | 57 | 0 | 106 | 411 | 37 | 27 |
| Binary | 110111 | 101000 | 1001100 | 11100 | 101111 | 0 | 1000110 | 100001001 | 11111 | 10111 |
Color Harmonies of #37284C
Complementary color
Monochromatic Colors of #37284C
Black with #37284C
Text Example
Text Example
White with #37284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37284C; }
p { color: rgb(55,40,76); }
H1.HeaderClassName
{
color: #37284C;
}
.AnyTagClassName
{
color: #37284C;
}
</style>
background-color css
<style>
a { background-color: #37284C; }
a { background-color: rgb(55,40,76); }
div.DivClassName
{
background-color: #37284C;
}
.BgClassName
{
background-color: #37284C;
}
</style>
border-color css
<style>
span { border-color: #37284C; }
span { border-color: rgb(55,40,76); }
td.TdClassName
{
border-color: #37284C;
}
.TagClassName
{
border-color: #37284C;
}
</style>