Shades of Violent Violet #1F0558
Tints of Violent Violet #1F0558
RGB
CMYK
RGB Variations
Color information
#1F0558 (or 0x1F0558) is known color: Violent Violet. HEX triplet: 1F, 05 and 58. RGB value is (31,5,88). Sum of RGB (Red+Green+Blue) = 31+5+88=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 88 (34.77% from 255 or 70.97% from 124); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F0558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0558 is #E0FAA7. Grayscale: #151515. Windows color (decimal): -14744232 or 5768479. OLE color: 5768479.
HSL color Cylindrical-coordinate representation of color #1F0558: hue angle of 258.8º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0558 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 5 | 88 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.65 |
| HSL | 258.8º | 0.89% | 0.18% | - |
| HSV(B) | 258.8º | 0.94% | 0.35% | - |
| XYZ | 2.38 | 1.1 | 9.32 | - |
| YUV | 22.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 88 | 0.65 | 0.94 | 0 | 0.65 | 258.8 | 0.89 | 0.18 |
| Hex | 1F | 5 | 58 | 41 | 5E | 0 | 41 | 103 | 59 | 12 |
| Octal | 37 | 5 | 130 | 101 | 136 | 0 | 101 | 403 | 131 | 22 |
| Binary | 11111 | 101 | 1011000 | 1000001 | 1011110 | 0 | 1000001 | 100000011 | 1011001 | 10010 |
Color Harmonies of #1F0558
Complementary color
Monochromatic Colors of #1F0558
Black with #1F0558
Text Example
Text Example
White with #1F0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0558; }
p { color: rgb(31,5,88); }
H1.HeaderClassName
{
color: #1F0558;
}
.AnyTagClassName
{
color: #1F0558;
}
</style>
background-color css
<style>
a { background-color: #1F0558; }
a { background-color: rgb(31,5,88); }
div.DivClassName
{
background-color: #1F0558;
}
.BgClassName
{
background-color: #1F0558;
}
</style>
border-color css
<style>
span { border-color: #1F0558; }
span { border-color: rgb(31,5,88); }
td.TdClassName
{
border-color: #1F0558;
}
.TagClassName
{
border-color: #1F0558;
}
</style>