Shades of Violent Violet #1F124D
Tints of Violent Violet #1F124D
RGB
CMYK
RGB Variations
Color information
#1F124D (or 0x1F124D) is known color: Violent Violet. HEX triplet: 1F, 12 and 4D. RGB value is (31,18,77). Sum of RGB (Red+Green+Blue) = 31+18+77=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F124D is #E0EDB2. Grayscale: #1C1C1C. Windows color (decimal): -14740915 or 5050911. OLE color: 5050911.
HSL color Cylindrical-coordinate representation of color #1F124D: hue angle of 253.22º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F124D is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 18 | 77 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.70 |
| HSL | 253.22º | 0.62% | 0.19% | - |
| HSV(B) | 253.22º | 0.77% | 0.3% | - |
| XYZ | 2.12 | 1.26 | 7.15 | - |
| YUV | 28.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 77 | 0.60 | 0.77 | 0 | 0.70 | 253.22 | 0.62 | 0.19 |
| Hex | 1F | 12 | 4D | 3C | 4D | 0 | 46 | FD | 3E | 13 |
| Octal | 37 | 22 | 115 | 74 | 115 | 0 | 106 | 375 | 76 | 23 |
| Binary | 11111 | 10010 | 1001101 | 111100 | 1001101 | 0 | 1000110 | 11111101 | 111110 | 10011 |
Color Harmonies of #1F124D
Complementary color
Monochromatic Colors of #1F124D
Black with #1F124D
Text Example
Text Example
White with #1F124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F124D; }
p { color: rgb(31,18,77); }
H1.HeaderClassName
{
color: #1F124D;
}
.AnyTagClassName
{
color: #1F124D;
}
</style>
background-color css
<style>
a { background-color: #1F124D; }
a { background-color: rgb(31,18,77); }
div.DivClassName
{
background-color: #1F124D;
}
.BgClassName
{
background-color: #1F124D;
}
</style>
border-color css
<style>
span { border-color: #1F124D; }
span { border-color: rgb(31,18,77); }
td.TdClassName
{
border-color: #1F124D;
}
.TagClassName
{
border-color: #1F124D;
}
</style>