Shades of Violent Violet #1F024F
Tints of Violent Violet #1F024F
RGB
CMYK
RGB Variations
Color information
#1F024F (or 0x1F024F) is known color: Violent Violet. HEX triplet: 1F, 02 and 4F. RGB value is (31,2,79). Sum of RGB (Red+Green+Blue) = 31+2+79=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F024F is #E0FDB0. Grayscale: #131313. Windows color (decimal): -14745009 or 5177887. OLE color: 5177887.
HSL color Cylindrical-coordinate representation of color #1F024F: hue angle of 262.6º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F024F is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 2 | 79 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.69 |
| HSL | 262.6º | 0.95% | 0.16% | - |
| HSV(B) | 262.6º | 0.97% | 0.31% | - |
| XYZ | 2 | 0.9 | 7.47 | - |
| YUV | 19.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 79 | 0.61 | 0.97 | 0 | 0.69 | 262.6 | 0.95 | 0.16 |
| Hex | 1F | 2 | 4F | 3D | 61 | 0 | 45 | 107 | 5F | 10 |
| Octal | 37 | 2 | 117 | 75 | 141 | 0 | 105 | 407 | 137 | 20 |
| Binary | 11111 | 10 | 1001111 | 111101 | 1100001 | 0 | 1000101 | 100000111 | 1011111 | 10000 |
Color Harmonies of #1F024F
Complementary color
Monochromatic Colors of #1F024F
Black with #1F024F
Text Example
Text Example
White with #1F024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F024F; }
p { color: rgb(31,2,79); }
H1.HeaderClassName
{
color: #1F024F;
}
.AnyTagClassName
{
color: #1F024F;
}
</style>
background-color css
<style>
a { background-color: #1F024F; }
a { background-color: rgb(31,2,79); }
div.DivClassName
{
background-color: #1F024F;
}
.BgClassName
{
background-color: #1F024F;
}
</style>
border-color css
<style>
span { border-color: #1F024F; }
span { border-color: rgb(31,2,79); }
td.TdClassName
{
border-color: #1F024F;
}
.TagClassName
{
border-color: #1F024F;
}
</style>