Shades of Violent Violet #1F015A
Tints of Violent Violet #1F015A
RGB
CMYK
RGB Variations
Color information
#1F015A (or 0x1F015A) is known color: Violent Violet. HEX triplet: 1F, 01 and 5A. RGB value is (31,1,90). Sum of RGB (Red+Green+Blue) = 31+1+90=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 90 (35.55% from 255 or 73.77% from 122); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F015A is #E0FEA5. Grayscale: #131313. Windows color (decimal): -14745254 or 5898527. OLE color: 5898527.
HSL color Cylindrical-coordinate representation of color #1F015A: hue angle of 260.22º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F015A is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 1 | 90 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.65 |
| HSL | 260.22º | 0.98% | 0.18% | - |
| HSV(B) | 260.22º | 0.99% | 0.35% | - |
| XYZ | 2.42 | 1.05 | 9.75 | - |
| YUV | 20.12 | 167.44 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 90 | 0.66 | 0.99 | 0 | 0.65 | 260.22 | 0.98 | 0.18 |
| Hex | 1F | 1 | 5A | 42 | 63 | 0 | 41 | 104 | 62 | 12 |
| Octal | 37 | 1 | 132 | 102 | 143 | 0 | 101 | 404 | 142 | 22 |
| Binary | 11111 | 1 | 1011010 | 1000010 | 1100011 | 0 | 1000001 | 100000100 | 1100010 | 10010 |
Color Harmonies of #1F015A
Complementary color
Monochromatic Colors of #1F015A
Black with #1F015A
Text Example
Text Example
White with #1F015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F015A; }
p { color: rgb(31,1,90); }
H1.HeaderClassName
{
color: #1F015A;
}
.AnyTagClassName
{
color: #1F015A;
}
</style>
background-color css
<style>
a { background-color: #1F015A; }
a { background-color: rgb(31,1,90); }
div.DivClassName
{
background-color: #1F015A;
}
.BgClassName
{
background-color: #1F015A;
}
</style>
border-color css
<style>
span { border-color: #1F015A; }
span { border-color: rgb(31,1,90); }
td.TdClassName
{
border-color: #1F015A;
}
.TagClassName
{
border-color: #1F015A;
}
</style>