Shades of Violent Violet #1F004F
Tints of Violent Violet #1F004F
RGB
CMYK
RGB Variations
Color information
#1F004F (or 0x1F004F) is known color: Violent Violet. HEX triplet: 1F, 00 and 4F. RGB value is (31,0,79). Sum of RGB (Red+Green+Blue) = 31+0+79=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 79 (31.25% from 255 or 71.82% from 110); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F004F is #E0FFB0. Grayscale: #111111. Windows color (decimal): -14745521 or 5177375. OLE color: 5177375.
HSL color Cylindrical-coordinate representation of color #1F004F: hue angle of 263.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F004F is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 0 | 79 | - |
| CMYK | 0.61 | 1 | 0 | 0.69 |
| HSL | 263.54º | 1% | 0.15% | - |
| HSV(B) | 263.54º | 1% | 0.31% | - |
| XYZ | 1.98 | 0.86 | 7.46 | - |
| YUV | 18.28 | 162.27 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 79 | 0.61 | 1 | 0 | 0.69 | 263.54 | 1 | 0.15 |
| Hex | 1F | 0 | 4F | 3D | 64 | 0 | 45 | 108 | 64 | F |
| Octal | 37 | 0 | 117 | 75 | 144 | 0 | 105 | 410 | 144 | 17 |
| Binary | 11111 | 0 | 1001111 | 111101 | 1100100 | 0 | 1000101 | 100001000 | 1100100 | 1111 |
Color Harmonies of #1F004F
Complementary color
Monochromatic Colors of #1F004F
Black with #1F004F
Text Example
Text Example
White with #1F004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F004F; }
p { color: rgb(31,0,79); }
H1.HeaderClassName
{
color: #1F004F;
}
.AnyTagClassName
{
color: #1F004F;
}
</style>
background-color css
<style>
a { background-color: #1F004F; }
a { background-color: rgb(31,0,79); }
div.DivClassName
{
background-color: #1F004F;
}
.BgClassName
{
background-color: #1F004F;
}
</style>
border-color css
<style>
span { border-color: #1F004F; }
span { border-color: rgb(31,0,79); }
td.TdClassName
{
border-color: #1F004F;
}
.TagClassName
{
border-color: #1F004F;
}
</style>