Shades of Violent Violet #312253
Tints of Violent Violet #312253
RGB
CMYK
RGB Variations
Color information
#312253 (or 0x312253) is known color: Violent Violet. HEX triplet: 31, 22 and 53. RGB value is (49,34,83). Sum of RGB (Red+Green+Blue) = 49+34+83=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #312253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312253 is #CEDDAC. Grayscale: #2B2B2B. Windows color (decimal): -13557165 or 5448241. OLE color: 5448241.
HSL color Cylindrical-coordinate representation of color #312253: hue angle of 258.37º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312253 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 34 | 83 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.67 |
| HSL | 258.37º | 0.42% | 0.23% | - |
| HSV(B) | 258.37º | 0.59% | 0.33% | - |
| XYZ | 3.4 | 2.42 | 8.47 | - |
| YUV | 44.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 83 | 0.41 | 0.59 | 0 | 0.67 | 258.37 | 0.42 | 0.23 |
| Hex | 31 | 22 | 53 | 29 | 3B | 0 | 43 | 102 | 2A | 17 |
| Octal | 61 | 42 | 123 | 51 | 73 | 0 | 103 | 402 | 52 | 27 |
| Binary | 110001 | 100010 | 1010011 | 101001 | 111011 | 0 | 1000011 | 100000010 | 101010 | 10111 |
Color Harmonies of #312253
Complementary color
Monochromatic Colors of #312253
Black with #312253
Text Example
Text Example
White with #312253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312253; }
p { color: rgb(49,34,83); }
H1.HeaderClassName
{
color: #312253;
}
.AnyTagClassName
{
color: #312253;
}
</style>
background-color css
<style>
a { background-color: #312253; }
a { background-color: rgb(49,34,83); }
div.DivClassName
{
background-color: #312253;
}
.BgClassName
{
background-color: #312253;
}
</style>
border-color css
<style>
span { border-color: #312253; }
span { border-color: rgb(49,34,83); }
td.TdClassName
{
border-color: #312253;
}
.TagClassName
{
border-color: #312253;
}
</style>