Shades of Violent Violet #311A51
Tints of Violent Violet #311A51
RGB
CMYK
RGB Variations
Color information
#311A51 (or 0x311A51) is known color: Violent Violet. HEX triplet: 31, 1A and 51. RGB value is (49,26,81). Sum of RGB (Red+Green+Blue) = 49+26+81=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #311A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A51 is #CEE5AE. Grayscale: #262626. Windows color (decimal): -13559215 or 5315121. OLE color: 5315121.
HSL color Cylindrical-coordinate representation of color #311A51: hue angle of 265.09º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #311A51 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 26 | 81 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.68 |
| HSL | 265.09º | 0.51% | 0.21% | - |
| HSV(B) | 265.09º | 0.68% | 0.32% | - |
| XYZ | 3.12 | 1.99 | 8 | - |
| YUV | 39.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 81 | 0.40 | 0.68 | 0 | 0.68 | 265.09 | 0.51 | 0.21 |
| Hex | 31 | 1A | 51 | 28 | 44 | 0 | 44 | 109 | 33 | 15 |
| Octal | 61 | 32 | 121 | 50 | 104 | 0 | 104 | 411 | 63 | 25 |
| Binary | 110001 | 11010 | 1010001 | 101000 | 1000100 | 0 | 1000100 | 100001001 | 110011 | 10101 |
Color Harmonies of #311A51
Complementary color
Monochromatic Colors of #311A51
Black with #311A51
Text Example
Text Example
White with #311A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A51; }
p { color: rgb(49,26,81); }
H1.HeaderClassName
{
color: #311A51;
}
.AnyTagClassName
{
color: #311A51;
}
</style>
background-color css
<style>
a { background-color: #311A51; }
a { background-color: rgb(49,26,81); }
div.DivClassName
{
background-color: #311A51;
}
.BgClassName
{
background-color: #311A51;
}
</style>
border-color css
<style>
span { border-color: #311A51; }
span { border-color: rgb(49,26,81); }
td.TdClassName
{
border-color: #311A51;
}
.TagClassName
{
border-color: #311A51;
}
</style>