Shades of Violent Violet #311E4C
Tints of Violent Violet #311E4C
RGB
CMYK
RGB Variations
Color information
#311E4C (or 0x311E4C) is known color: Violent Violet. HEX triplet: 31, 1E and 4C. RGB value is (49,30,76). Sum of RGB (Red+Green+Blue) = 49+30+76=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #311E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E4C is #CEE1B3. Grayscale: #282828. Windows color (decimal): -13558196 or 4988465. OLE color: 4988465.
HSL color Cylindrical-coordinate representation of color #311E4C: hue angle of 264.78º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311E4C is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 30 | 76 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.70 |
| HSL | 264.78º | 0.43% | 0.21% | - |
| HSV(B) | 264.78º | 0.61% | 0.3% | - |
| XYZ | 3.04 | 2.1 | 7.08 | - |
| YUV | 40.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 76 | 0.36 | 0.61 | 0 | 0.70 | 264.78 | 0.43 | 0.21 |
| Hex | 31 | 1E | 4C | 24 | 3D | 0 | 46 | 109 | 2B | 15 |
| Octal | 61 | 36 | 114 | 44 | 75 | 0 | 106 | 411 | 53 | 25 |
| Binary | 110001 | 11110 | 1001100 | 100100 | 111101 | 0 | 1000110 | 100001001 | 101011 | 10101 |
Color Harmonies of #311E4C
Complementary color
Monochromatic Colors of #311E4C
Black with #311E4C
Text Example
Text Example
White with #311E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E4C; }
p { color: rgb(49,30,76); }
H1.HeaderClassName
{
color: #311E4C;
}
.AnyTagClassName
{
color: #311E4C;
}
</style>
background-color css
<style>
a { background-color: #311E4C; }
a { background-color: rgb(49,30,76); }
div.DivClassName
{
background-color: #311E4C;
}
.BgClassName
{
background-color: #311E4C;
}
</style>
border-color css
<style>
span { border-color: #311E4C; }
span { border-color: rgb(49,30,76); }
td.TdClassName
{
border-color: #311E4C;
}
.TagClassName
{
border-color: #311E4C;
}
</style>