Shades of Violent Violet #1F0250
Tints of Violent Violet #1F0250
RGB
CMYK
RGB Variations
Color information
#1F0250 (or 0x1F0250) is known color: Violent Violet. HEX triplet: 1F, 02 and 50. RGB value is (31,2,80). Sum of RGB (Red+Green+Blue) = 31+2+80=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0250 is #E0FDAF. Grayscale: #131313. Windows color (decimal): -14745008 or 5243423. OLE color: 5243423.
HSL color Cylindrical-coordinate representation of color #1F0250: hue angle of 262.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0250 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 2 | 80 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.69 |
| HSL | 262.31º | 0.95% | 0.16% | - |
| HSV(B) | 262.31º | 0.98% | 0.31% | - |
| XYZ | 2.03 | 0.91 | 7.66 | - |
| YUV | 19.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 80 | 0.61 | 0.98 | 0 | 0.69 | 262.31 | 0.95 | 0.16 |
| Hex | 1F | 2 | 50 | 3D | 62 | 0 | 45 | 106 | 5F | 10 |
| Octal | 37 | 2 | 120 | 75 | 142 | 0 | 105 | 406 | 137 | 20 |
| Binary | 11111 | 10 | 1010000 | 111101 | 1100010 | 0 | 1000101 | 100000110 | 1011111 | 10000 |
Color Harmonies of #1F0250
Complementary color
Monochromatic Colors of #1F0250
Black with #1F0250
Text Example
Text Example
White with #1F0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0250; }
p { color: rgb(31,2,80); }
H1.HeaderClassName
{
color: #1F0250;
}
.AnyTagClassName
{
color: #1F0250;
}
</style>
background-color css
<style>
a { background-color: #1F0250; }
a { background-color: rgb(31,2,80); }
div.DivClassName
{
background-color: #1F0250;
}
.BgClassName
{
background-color: #1F0250;
}
</style>
border-color css
<style>
span { border-color: #1F0250; }
span { border-color: rgb(31,2,80); }
td.TdClassName
{
border-color: #1F0250;
}
.TagClassName
{
border-color: #1F0250;
}
</style>