Shades of Violent Violet #311A4E
Tints of Violent Violet #311A4E
RGB
CMYK
RGB Variations
Color information
#311A4E (or 0x311A4E) is known color: Violent Violet. HEX triplet: 31, 1A and 4E. RGB value is (49,26,78). Sum of RGB (Red+Green+Blue) = 49+26+78=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #311A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A4E is #CEE5B1. Grayscale: #262626. Windows color (decimal): -13559218 or 5118513. OLE color: 5118513.
HSL color Cylindrical-coordinate representation of color #311A4E: hue angle of 266.54º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311A4E is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 26 | 78 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.69 |
| HSL | 266.54º | 0.5% | 0.2% | - |
| HSV(B) | 266.54º | 0.67% | 0.31% | - |
| XYZ | 3.01 | 1.94 | 7.42 | - |
| YUV | 38.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 78 | 0.37 | 0.67 | 0 | 0.69 | 266.54 | 0.5 | 0.2 |
| Hex | 31 | 1A | 4E | 25 | 43 | 0 | 45 | 10B | 32 | 14 |
| Octal | 61 | 32 | 116 | 45 | 103 | 0 | 105 | 413 | 62 | 24 |
| Binary | 110001 | 11010 | 1001110 | 100101 | 1000011 | 0 | 1000101 | 100001011 | 110010 | 10100 |
Color Harmonies of #311A4E
Complementary color
Monochromatic Colors of #311A4E
Black with #311A4E
Text Example
Text Example
White with #311A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A4E; }
p { color: rgb(49,26,78); }
H1.HeaderClassName
{
color: #311A4E;
}
.AnyTagClassName
{
color: #311A4E;
}
</style>
background-color css
<style>
a { background-color: #311A4E; }
a { background-color: rgb(49,26,78); }
div.DivClassName
{
background-color: #311A4E;
}
.BgClassName
{
background-color: #311A4E;
}
</style>
border-color css
<style>
span { border-color: #311A4E; }
span { border-color: rgb(49,26,78); }
td.TdClassName
{
border-color: #311A4E;
}
.TagClassName
{
border-color: #311A4E;
}
</style>