Shades of Violent Violet #312348
Tints of Violent Violet #312348
RGB
CMYK
RGB Variations
Color information
#312348 (or 0x312348) is known color: Violent Violet. HEX triplet: 31, 23 and 48. RGB value is (49,35,72). Sum of RGB (Red+Green+Blue) = 49+35+72=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #312348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312348 is #CEDCB7. Grayscale: #2B2B2B. Windows color (decimal): -13556920 or 4727601. OLE color: 4727601.
HSL color Cylindrical-coordinate representation of color #312348: hue angle of 262.7º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312348 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 35 | 72 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.72 |
| HSL | 262.7º | 0.35% | 0.21% | - |
| HSV(B) | 262.7º | 0.51% | 0.28% | - |
| XYZ | 3.04 | 2.32 | 6.42 | - |
| YUV | 43.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 72 | 0.32 | 0.51 | 0 | 0.72 | 262.7 | 0.35 | 0.21 |
| Hex | 31 | 23 | 48 | 20 | 33 | 0 | 48 | 107 | 23 | 15 |
| Octal | 61 | 43 | 110 | 40 | 63 | 0 | 110 | 407 | 43 | 25 |
| Binary | 110001 | 100011 | 1001000 | 100000 | 110011 | 0 | 1001000 | 100000111 | 100011 | 10101 |
Color Harmonies of #312348
Complementary color
Monochromatic Colors of #312348
Black with #312348
Text Example
Text Example
White with #312348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312348; }
p { color: rgb(49,35,72); }
H1.HeaderClassName
{
color: #312348;
}
.AnyTagClassName
{
color: #312348;
}
</style>
background-color css
<style>
a { background-color: #312348; }
a { background-color: rgb(49,35,72); }
div.DivClassName
{
background-color: #312348;
}
.BgClassName
{
background-color: #312348;
}
</style>
border-color css
<style>
span { border-color: #312348; }
span { border-color: rgb(49,35,72); }
td.TdClassName
{
border-color: #312348;
}
.TagClassName
{
border-color: #312348;
}
</style>