Shades of Violent Violet #312649
Tints of Violent Violet #312649
RGB
CMYK
RGB Variations
Color information
#312649 (or 0x312649) is known color: Violent Violet. HEX triplet: 31, 26 and 49. RGB value is (49,38,73). Sum of RGB (Red+Green+Blue) = 49+38+73=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #312649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312649 is #CED9B6. Grayscale: #2D2D2D. Windows color (decimal): -13556151 or 4793905. OLE color: 4793905.
HSL color Cylindrical-coordinate representation of color #312649: hue angle of 258.86º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #312649 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 38 | 73 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.71 |
| HSL | 258.86º | 0.32% | 0.22% | - |
| HSV(B) | 258.86º | 0.48% | 0.29% | - |
| XYZ | 3.16 | 2.52 | 6.62 | - |
| YUV | 45.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 73 | 0.33 | 0.48 | 0 | 0.71 | 258.86 | 0.32 | 0.22 |
| Hex | 31 | 26 | 49 | 21 | 30 | 0 | 47 | 103 | 20 | 16 |
| Octal | 61 | 46 | 111 | 41 | 60 | 0 | 107 | 403 | 40 | 26 |
| Binary | 110001 | 100110 | 1001001 | 100001 | 110000 | 0 | 1000111 | 100000011 | 100000 | 10110 |
Color Harmonies of #312649
Complementary color
Monochromatic Colors of #312649
Black with #312649
Text Example
Text Example
White with #312649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312649; }
p { color: rgb(49,38,73); }
H1.HeaderClassName
{
color: #312649;
}
.AnyTagClassName
{
color: #312649;
}
</style>
background-color css
<style>
a { background-color: #312649; }
a { background-color: rgb(49,38,73); }
div.DivClassName
{
background-color: #312649;
}
.BgClassName
{
background-color: #312649;
}
</style>
border-color css
<style>
span { border-color: #312649; }
span { border-color: rgb(49,38,73); }
td.TdClassName
{
border-color: #312649;
}
.TagClassName
{
border-color: #312649;
}
</style>