Shades of Violent Violet #311D4A
Tints of Violent Violet #311D4A
RGB
CMYK
RGB Variations
Color information
#311D4A (or 0x311D4A) is known color: Violent Violet. HEX triplet: 31, 1D and 4A. RGB value is (49,29,74). Sum of RGB (Red+Green+Blue) = 49+29+74=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #311D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D4A is #CEE2B5. Grayscale: #272727. Windows color (decimal): -13558454 or 4857137. OLE color: 4857137.
HSL color Cylindrical-coordinate representation of color #311D4A: hue angle of 266.67º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311D4A is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 29 | 74 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.71 |
| HSL | 266.67º | 0.44% | 0.2% | - |
| HSV(B) | 266.67º | 0.61% | 0.29% | - |
| XYZ | 2.94 | 2.03 | 6.71 | - |
| YUV | 40.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 74 | 0.34 | 0.61 | 0 | 0.71 | 266.67 | 0.44 | 0.2 |
| Hex | 31 | 1D | 4A | 22 | 3D | 0 | 47 | 10B | 2C | 14 |
| Octal | 61 | 35 | 112 | 42 | 75 | 0 | 107 | 413 | 54 | 24 |
| Binary | 110001 | 11101 | 1001010 | 100010 | 111101 | 0 | 1000111 | 100001011 | 101100 | 10100 |
Color Harmonies of #311D4A
Complementary color
Monochromatic Colors of #311D4A
Black with #311D4A
Text Example
Text Example
White with #311D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D4A; }
p { color: rgb(49,29,74); }
H1.HeaderClassName
{
color: #311D4A;
}
.AnyTagClassName
{
color: #311D4A;
}
</style>
background-color css
<style>
a { background-color: #311D4A; }
a { background-color: rgb(49,29,74); }
div.DivClassName
{
background-color: #311D4A;
}
.BgClassName
{
background-color: #311D4A;
}
</style>
border-color css
<style>
span { border-color: #311D4A; }
span { border-color: rgb(49,29,74); }
td.TdClassName
{
border-color: #311D4A;
}
.TagClassName
{
border-color: #311D4A;
}
</style>