Shades of Violent Violet #311A52
Tints of Violent Violet #311A52
RGB
CMYK
RGB Variations
Color information
#311A52 (or 0x311A52) is known color: Violent Violet. HEX triplet: 31, 1A and 52. RGB value is (49,26,82). Sum of RGB (Red+Green+Blue) = 49+26+82=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #311A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A52 is #CEE5AD. Grayscale: #272727. Windows color (decimal): -13559214 or 5380657. OLE color: 5380657.
HSL color Cylindrical-coordinate representation of color #311A52: hue angle of 264.64º degrees, saturation: 0.52, 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 #311A52 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 26 | 82 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.68 |
| HSL | 264.64º | 0.52% | 0.21% | - |
| HSV(B) | 264.64º | 0.68% | 0.32% | - |
| XYZ | 3.16 | 2 | 8.2 | - |
| YUV | 39.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 82 | 0.40 | 0.68 | 0 | 0.68 | 264.64 | 0.52 | 0.21 |
| Hex | 31 | 1A | 52 | 28 | 44 | 0 | 44 | 109 | 34 | 15 |
| Octal | 61 | 32 | 122 | 50 | 104 | 0 | 104 | 411 | 64 | 25 |
| Binary | 110001 | 11010 | 1010010 | 101000 | 1000100 | 0 | 1000100 | 100001001 | 110100 | 10101 |
Color Harmonies of #311A52
Complementary color
Monochromatic Colors of #311A52
Black with #311A52
Text Example
Text Example
White with #311A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A52; }
p { color: rgb(49,26,82); }
H1.HeaderClassName
{
color: #311A52;
}
.AnyTagClassName
{
color: #311A52;
}
</style>
background-color css
<style>
a { background-color: #311A52; }
a { background-color: rgb(49,26,82); }
div.DivClassName
{
background-color: #311A52;
}
.BgClassName
{
background-color: #311A52;
}
</style>
border-color css
<style>
span { border-color: #311A52; }
span { border-color: rgb(49,26,82); }
td.TdClassName
{
border-color: #311A52;
}
.TagClassName
{
border-color: #311A52;
}
</style>