Shades of Violent Violet #31194B
Tints of Violent Violet #31194B
RGB
CMYK
RGB Variations
Color information
#31194B (or 0x31194B) is known color: Violent Violet. HEX triplet: 31, 19 and 4B. RGB value is (49,25,75). Sum of RGB (Red+Green+Blue) = 49+25+75=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #31194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31194B is #CEE6B4. Grayscale: #252525. Windows color (decimal): -13559477 or 4921649. OLE color: 4921649.
HSL color Cylindrical-coordinate representation of color #31194B: hue angle of 268.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31194B is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 25 | 75 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.71 |
| HSL | 268.8º | 0.5% | 0.2% | - |
| HSV(B) | 268.8º | 0.67% | 0.29% | - |
| XYZ | 2.88 | 1.86 | 6.86 | - |
| YUV | 37.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 75 | 0.35 | 0.67 | 0 | 0.71 | 268.8 | 0.5 | 0.2 |
| Hex | 31 | 19 | 4B | 23 | 43 | 0 | 47 | 10D | 32 | 14 |
| Octal | 61 | 31 | 113 | 43 | 103 | 0 | 107 | 415 | 62 | 24 |
| Binary | 110001 | 11001 | 1001011 | 100011 | 1000011 | 0 | 1000111 | 100001101 | 110010 | 10100 |
Color Harmonies of #31194B
Complementary color
Monochromatic Colors of #31194B
Black with #31194B
Text Example
Text Example
White with #31194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31194B; }
p { color: rgb(49,25,75); }
H1.HeaderClassName
{
color: #31194B;
}
.AnyTagClassName
{
color: #31194B;
}
</style>
background-color css
<style>
a { background-color: #31194B; }
a { background-color: rgb(49,25,75); }
div.DivClassName
{
background-color: #31194B;
}
.BgClassName
{
background-color: #31194B;
}
</style>
border-color css
<style>
span { border-color: #31194B; }
span { border-color: rgb(49,25,75); }
td.TdClassName
{
border-color: #31194B;
}
.TagClassName
{
border-color: #31194B;
}
</style>