Shades of Violent Violet #312545
Tints of Violent Violet #312545
RGB
CMYK
RGB Variations
Color information
#312545 (or 0x312545) is known color: Violent Violet. HEX triplet: 31, 25 and 45. RGB value is (49,37,69). Sum of RGB (Red+Green+Blue) = 49+37+69=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #312545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312545 is #CEDABA. Grayscale: #2C2C2C. Windows color (decimal): -13556411 or 4531505. OLE color: 4531505.
HSL color Cylindrical-coordinate representation of color #312545: hue angle of 262.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #312545 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 37 | 69 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.73 |
| HSL | 262.5º | 0.3% | 0.21% | - |
| HSV(B) | 262.5º | 0.46% | 0.27% | - |
| XYZ | 3 | 2.41 | 5.94 | - |
| YUV | 44.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 69 | 0.29 | 0.46 | 0 | 0.73 | 262.5 | 0.3 | 0.21 |
| Hex | 31 | 25 | 45 | 1D | 2E | 0 | 49 | 106 | 1E | 15 |
| Octal | 61 | 45 | 105 | 35 | 56 | 0 | 111 | 406 | 36 | 25 |
| Binary | 110001 | 100101 | 1000101 | 11101 | 101110 | 0 | 1001001 | 100000110 | 11110 | 10101 |
Color Harmonies of #312545
Complementary color
Monochromatic Colors of #312545
Black with #312545
Text Example
Text Example
White with #312545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312545; }
p { color: rgb(49,37,69); }
H1.HeaderClassName
{
color: #312545;
}
.AnyTagClassName
{
color: #312545;
}
</style>
background-color css
<style>
a { background-color: #312545; }
a { background-color: rgb(49,37,69); }
div.DivClassName
{
background-color: #312545;
}
.BgClassName
{
background-color: #312545;
}
</style>
border-color css
<style>
span { border-color: #312545; }
span { border-color: rgb(49,37,69); }
td.TdClassName
{
border-color: #312545;
}
.TagClassName
{
border-color: #312545;
}
</style>