Shades of Violent Violet #1F0858
Tints of Violent Violet #1F0858
RGB
CMYK
RGB Variations
Color information
#1F0858 (or 0x1F0858) is known color: Violent Violet. HEX triplet: 1F, 08 and 58. RGB value is (31,8,88). Sum of RGB (Red+Green+Blue) = 31+8+88=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F0858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0858 is #E0F7A7. Grayscale: #171717. Windows color (decimal): -14743464 or 5769247. OLE color: 5769247.
HSL color Cylindrical-coordinate representation of color #1F0858: hue angle of 257.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0858 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 8 | 88 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.65 |
| HSL | 257.25º | 0.83% | 0.19% | - |
| HSV(B) | 257.25º | 0.91% | 0.35% | - |
| XYZ | 2.41 | 1.17 | 9.33 | - |
| YUV | 24 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 88 | 0.65 | 0.91 | 0 | 0.65 | 257.25 | 0.83 | 0.19 |
| Hex | 1F | 8 | 58 | 41 | 5B | 0 | 41 | 101 | 53 | 13 |
| Octal | 37 | 10 | 130 | 101 | 133 | 0 | 101 | 401 | 123 | 23 |
| Binary | 11111 | 1000 | 1011000 | 1000001 | 1011011 | 0 | 1000001 | 100000001 | 1010011 | 10011 |
Color Harmonies of #1F0858
Complementary color
Monochromatic Colors of #1F0858
Black with #1F0858
Text Example
Text Example
White with #1F0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0858; }
p { color: rgb(31,8,88); }
H1.HeaderClassName
{
color: #1F0858;
}
.AnyTagClassName
{
color: #1F0858;
}
</style>
background-color css
<style>
a { background-color: #1F0858; }
a { background-color: rgb(31,8,88); }
div.DivClassName
{
background-color: #1F0858;
}
.BgClassName
{
background-color: #1F0858;
}
</style>
border-color css
<style>
span { border-color: #1F0858; }
span { border-color: rgb(31,8,88); }
td.TdClassName
{
border-color: #1F0858;
}
.TagClassName
{
border-color: #1F0858;
}
</style>