Shades of Violent Violet #312248
Tints of Violent Violet #312248
RGB
CMYK
RGB Variations
Color information
#312248 (or 0x312248) is known color: Violent Violet. HEX triplet: 31, 22 and 48. RGB value is (49,34,72). Sum of RGB (Red+Green+Blue) = 49+34+72=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #312248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312248 is #CEDDB7. Grayscale: #2A2A2A. Windows color (decimal): -13557176 or 4727345. OLE color: 4727345.
HSL color Cylindrical-coordinate representation of color #312248: hue angle of 263.68º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312248 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 34 | 72 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.72 |
| HSL | 263.68º | 0.36% | 0.21% | - |
| HSV(B) | 263.68º | 0.53% | 0.28% | - |
| XYZ | 3.01 | 2.26 | 6.41 | - |
| YUV | 42.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 72 | 0.32 | 0.53 | 0 | 0.72 | 263.68 | 0.36 | 0.21 |
| Hex | 31 | 22 | 48 | 20 | 35 | 0 | 48 | 108 | 24 | 15 |
| Octal | 61 | 42 | 110 | 40 | 65 | 0 | 110 | 410 | 44 | 25 |
| Binary | 110001 | 100010 | 1001000 | 100000 | 110101 | 0 | 1001000 | 100001000 | 100100 | 10101 |
Color Harmonies of #312248
Complementary color
Monochromatic Colors of #312248
Black with #312248
Text Example
Text Example
White with #312248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312248; }
p { color: rgb(49,34,72); }
H1.HeaderClassName
{
color: #312248;
}
.AnyTagClassName
{
color: #312248;
}
</style>
background-color css
<style>
a { background-color: #312248; }
a { background-color: rgb(49,34,72); }
div.DivClassName
{
background-color: #312248;
}
.BgClassName
{
background-color: #312248;
}
</style>
border-color css
<style>
span { border-color: #312248; }
span { border-color: rgb(49,34,72); }
td.TdClassName
{
border-color: #312248;
}
.TagClassName
{
border-color: #312248;
}
</style>