Shades of Violent Violet #311A4B
Tints of Violent Violet #311A4B
RGB
CMYK
RGB Variations
Color information
#311A4B (or 0x311A4B) is known color: Violent Violet. HEX triplet: 31, 1A and 4B. RGB value is (49,26,75). Sum of RGB (Red+Green+Blue) = 49+26+75=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #311A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A4B is #CEE5B4. Grayscale: #262626. Windows color (decimal): -13559221 or 4921905. OLE color: 4921905.
HSL color Cylindrical-coordinate representation of color #311A4B: hue angle of 268.16º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311A4B is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 26 | 75 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.71 |
| HSL | 268.16º | 0.49% | 0.2% | - |
| HSV(B) | 268.16º | 0.65% | 0.29% | - |
| XYZ | 2.91 | 1.9 | 6.87 | - |
| YUV | 38.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 75 | 0.35 | 0.65 | 0 | 0.71 | 268.16 | 0.49 | 0.2 |
| Hex | 31 | 1A | 4B | 23 | 41 | 0 | 47 | 10C | 31 | 14 |
| Octal | 61 | 32 | 113 | 43 | 101 | 0 | 107 | 414 | 61 | 24 |
| Binary | 110001 | 11010 | 1001011 | 100011 | 1000001 | 0 | 1000111 | 100001100 | 110001 | 10100 |
Color Harmonies of #311A4B
Complementary color
Monochromatic Colors of #311A4B
Black with #311A4B
Text Example
Text Example
White with #311A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A4B; }
p { color: rgb(49,26,75); }
H1.HeaderClassName
{
color: #311A4B;
}
.AnyTagClassName
{
color: #311A4B;
}
</style>
background-color css
<style>
a { background-color: #311A4B; }
a { background-color: rgb(49,26,75); }
div.DivClassName
{
background-color: #311A4B;
}
.BgClassName
{
background-color: #311A4B;
}
</style>
border-color css
<style>
span { border-color: #311A4B; }
span { border-color: rgb(49,26,75); }
td.TdClassName
{
border-color: #311A4B;
}
.TagClassName
{
border-color: #311A4B;
}
</style>