Shades of Violent Violet #1F084F
Tints of Violent Violet #1F084F
RGB
CMYK
RGB Variations
Color information
#1F084F (or 0x1F084F) is known color: Violent Violet. HEX triplet: 1F, 08 and 4F. RGB value is (31,8,79). Sum of RGB (Red+Green+Blue) = 31+8+79=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F084F is #E0F7B0. Grayscale: #161616. Windows color (decimal): -14743473 or 5179423. OLE color: 5179423.
HSL color Cylindrical-coordinate representation of color #1F084F: hue angle of 259.44º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F084F is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 8 | 79 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.69 |
| HSL | 259.44º | 0.82% | 0.17% | - |
| HSV(B) | 259.44º | 0.9% | 0.31% | - |
| XYZ | 2.06 | 1.03 | 7.49 | - |
| YUV | 22.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 79 | 0.61 | 0.90 | 0 | 0.69 | 259.44 | 0.82 | 0.17 |
| Hex | 1F | 8 | 4F | 3D | 5A | 0 | 45 | 103 | 52 | 11 |
| Octal | 37 | 10 | 117 | 75 | 132 | 0 | 105 | 403 | 122 | 21 |
| Binary | 11111 | 1000 | 1001111 | 111101 | 1011010 | 0 | 1000101 | 100000011 | 1010010 | 10001 |
Color Harmonies of #1F084F
Complementary color
Monochromatic Colors of #1F084F
Black with #1F084F
Text Example
Text Example
White with #1F084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F084F; }
p { color: rgb(31,8,79); }
H1.HeaderClassName
{
color: #1F084F;
}
.AnyTagClassName
{
color: #1F084F;
}
</style>
background-color css
<style>
a { background-color: #1F084F; }
a { background-color: rgb(31,8,79); }
div.DivClassName
{
background-color: #1F084F;
}
.BgClassName
{
background-color: #1F084F;
}
</style>
border-color css
<style>
span { border-color: #1F084F; }
span { border-color: rgb(31,8,79); }
td.TdClassName
{
border-color: #1F084F;
}
.TagClassName
{
border-color: #1F084F;
}
</style>