Shades of Violent Violet #31264E
Tints of Violent Violet #31264E
RGB
CMYK
RGB Variations
Color information
#31264E (or 0x31264E) is known color: Violent Violet. HEX triplet: 31, 26 and 4E. RGB value is (49,38,78). Sum of RGB (Red+Green+Blue) = 49+38+78=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #31264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31264E is #CED9B1. Grayscale: #2D2D2D. Windows color (decimal): -13556146 or 5121585. OLE color: 5121585.
HSL color Cylindrical-coordinate representation of color #31264E: hue angle of 256.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31264E is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 38 | 78 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.69 |
| HSL | 256.5º | 0.34% | 0.23% | - |
| HSV(B) | 256.5º | 0.51% | 0.31% | - |
| XYZ | 3.33 | 2.59 | 7.53 | - |
| YUV | 45.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 78 | 0.37 | 0.51 | 0 | 0.69 | 256.5 | 0.34 | 0.23 |
| Hex | 31 | 26 | 4E | 25 | 33 | 0 | 45 | 100 | 22 | 17 |
| Octal | 61 | 46 | 116 | 45 | 63 | 0 | 105 | 400 | 42 | 27 |
| Binary | 110001 | 100110 | 1001110 | 100101 | 110011 | 0 | 1000101 | 100000000 | 100010 | 10111 |
Color Harmonies of #31264E
Complementary color
Monochromatic Colors of #31264E
Black with #31264E
Text Example
Text Example
White with #31264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31264E; }
p { color: rgb(49,38,78); }
H1.HeaderClassName
{
color: #31264E;
}
.AnyTagClassName
{
color: #31264E;
}
</style>
background-color css
<style>
a { background-color: #31264E; }
a { background-color: rgb(49,38,78); }
div.DivClassName
{
background-color: #31264E;
}
.BgClassName
{
background-color: #31264E;
}
</style>
border-color css
<style>
span { border-color: #31264E; }
span { border-color: rgb(49,38,78); }
td.TdClassName
{
border-color: #31264E;
}
.TagClassName
{
border-color: #31264E;
}
</style>