Shades of Violent Violet #1F124B
Tints of Violent Violet #1F124B
RGB
CMYK
RGB Variations
Color information
#1F124B (or 0x1F124B) is known color: Violent Violet. HEX triplet: 1F, 12 and 4B. RGB value is (31,18,75). Sum of RGB (Red+Green+Blue) = 31+18+75=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F124B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F124B is #E0EDB4. Grayscale: #1C1C1C. Windows color (decimal): -14740917 or 4919839. OLE color: 4919839.
HSL color Cylindrical-coordinate representation of color #1F124B: hue angle of 253.68º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F124B is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 18 | 75 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.71 |
| HSL | 253.68º | 0.61% | 0.18% | - |
| HSV(B) | 253.68º | 0.76% | 0.29% | - |
| XYZ | 2.05 | 1.23 | 6.79 | - |
| YUV | 28.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 75 | 0.59 | 0.76 | 0 | 0.71 | 253.68 | 0.61 | 0.18 |
| Hex | 1F | 12 | 4B | 3B | 4C | 0 | 47 | FE | 3D | 12 |
| Octal | 37 | 22 | 113 | 73 | 114 | 0 | 107 | 376 | 75 | 22 |
| Binary | 11111 | 10010 | 1001011 | 111011 | 1001100 | 0 | 1000111 | 11111110 | 111101 | 10010 |
Color Harmonies of #1F124B
Complementary color
Monochromatic Colors of #1F124B
Black with #1F124B
Text Example
Text Example
White with #1F124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F124B; }
p { color: rgb(31,18,75); }
H1.HeaderClassName
{
color: #1F124B;
}
.AnyTagClassName
{
color: #1F124B;
}
</style>
background-color css
<style>
a { background-color: #1F124B; }
a { background-color: rgb(31,18,75); }
div.DivClassName
{
background-color: #1F124B;
}
.BgClassName
{
background-color: #1F124B;
}
</style>
border-color css
<style>
span { border-color: #1F124B; }
span { border-color: rgb(31,18,75); }
td.TdClassName
{
border-color: #1F124B;
}
.TagClassName
{
border-color: #1F124B;
}
</style>