Shades of Violent Violet #311C48
Tints of Violent Violet #311C48
RGB
CMYK
RGB Variations
Color information
#311C48 (or 0x311C48) is known color: Violent Violet. HEX triplet: 31, 1C and 48. RGB value is (49,28,72). Sum of RGB (Red+Green+Blue) = 49+28+72=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #311C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C48 is #CEE3B7. Grayscale: #272727. Windows color (decimal): -13558712 or 4725809. OLE color: 4725809.
HSL color Cylindrical-coordinate representation of color #311C48: hue angle of 268.64º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311C48 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 28 | 72 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.72 |
| HSL | 268.64º | 0.44% | 0.2% | - |
| HSV(B) | 268.64º | 0.61% | 0.28% | - |
| XYZ | 2.85 | 1.95 | 6.36 | - |
| YUV | 39.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 72 | 0.32 | 0.61 | 0 | 0.72 | 268.64 | 0.44 | 0.2 |
| Hex | 31 | 1C | 48 | 20 | 3D | 0 | 48 | 10D | 2C | 14 |
| Octal | 61 | 34 | 110 | 40 | 75 | 0 | 110 | 415 | 54 | 24 |
| Binary | 110001 | 11100 | 1001000 | 100000 | 111101 | 0 | 1001000 | 100001101 | 101100 | 10100 |
Color Harmonies of #311C48
Complementary color
Monochromatic Colors of #311C48
Black with #311C48
Text Example
Text Example
White with #311C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C48; }
p { color: rgb(49,28,72); }
H1.HeaderClassName
{
color: #311C48;
}
.AnyTagClassName
{
color: #311C48;
}
</style>
background-color css
<style>
a { background-color: #311C48; }
a { background-color: rgb(49,28,72); }
div.DivClassName
{
background-color: #311C48;
}
.BgClassName
{
background-color: #311C48;
}
</style>
border-color css
<style>
span { border-color: #311C48; }
span { border-color: rgb(49,28,72); }
td.TdClassName
{
border-color: #311C48;
}
.TagClassName
{
border-color: #311C48;
}
</style>