Shades of Violent Violet #312343
Tints of Violent Violet #312343
RGB
CMYK
RGB Variations
Color information
#312343 (or 0x312343) is known color: Violent Violet. HEX triplet: 31, 23 and 43. RGB value is (49,35,67). Sum of RGB (Red+Green+Blue) = 49+35+67=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #312343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312343 is #CEDCBC. Grayscale: #2A2A2A. Windows color (decimal): -13556925 or 4399921. OLE color: 4399921.
HSL color Cylindrical-coordinate representation of color #312343: hue angle of 266.25º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #312343 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 35 | 67 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.74 |
| HSL | 266.25º | 0.31% | 0.2% | - |
| HSV(B) | 266.25º | 0.48% | 0.26% | - |
| XYZ | 2.88 | 2.26 | 5.59 | - |
| YUV | 42.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 67 | 0.27 | 0.48 | 0 | 0.74 | 266.25 | 0.31 | 0.2 |
| Hex | 31 | 23 | 43 | 1B | 30 | 0 | 4A | 10A | 1F | 14 |
| Octal | 61 | 43 | 103 | 33 | 60 | 0 | 112 | 412 | 37 | 24 |
| Binary | 110001 | 100011 | 1000011 | 11011 | 110000 | 0 | 1001010 | 100001010 | 11111 | 10100 |
Color Harmonies of #312343
Complementary color
Monochromatic Colors of #312343
Black with #312343
Text Example
Text Example
White with #312343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312343; }
p { color: rgb(49,35,67); }
H1.HeaderClassName
{
color: #312343;
}
.AnyTagClassName
{
color: #312343;
}
</style>
background-color css
<style>
a { background-color: #312343; }
a { background-color: rgb(49,35,67); }
div.DivClassName
{
background-color: #312343;
}
.BgClassName
{
background-color: #312343;
}
</style>
border-color css
<style>
span { border-color: #312343; }
span { border-color: rgb(49,35,67); }
td.TdClassName
{
border-color: #312343;
}
.TagClassName
{
border-color: #312343;
}
</style>