Shades of Violent Violet #1F025A
Tints of Violent Violet #1F025A
RGB
CMYK
RGB Variations
Color information
#1F025A (or 0x1F025A) is known color: Violent Violet. HEX triplet: 1F, 02 and 5A. RGB value is (31,2,90). Sum of RGB (Red+Green+Blue) = 31+2+90=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F025A is #E0FDA5. Grayscale: #141414. Windows color (decimal): -14744998 or 5898783. OLE color: 5898783.
HSL color Cylindrical-coordinate representation of color #1F025A: hue angle of 259.77º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F025A is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 2 | 90 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.65 |
| HSL | 259.77º | 0.96% | 0.18% | - |
| HSV(B) | 259.77º | 0.98% | 0.35% | - |
| XYZ | 2.43 | 1.07 | 9.75 | - |
| YUV | 20.7 | 167.11 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 90 | 0.66 | 0.98 | 0 | 0.65 | 259.77 | 0.96 | 0.18 |
| Hex | 1F | 2 | 5A | 42 | 62 | 0 | 41 | 104 | 60 | 12 |
| Octal | 37 | 2 | 132 | 102 | 142 | 0 | 101 | 404 | 140 | 22 |
| Binary | 11111 | 10 | 1011010 | 1000010 | 1100010 | 0 | 1000001 | 100000100 | 1100000 | 10010 |
Color Harmonies of #1F025A
Complementary color
Monochromatic Colors of #1F025A
Black with #1F025A
Text Example
Text Example
White with #1F025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F025A; }
p { color: rgb(31,2,90); }
H1.HeaderClassName
{
color: #1F025A;
}
.AnyTagClassName
{
color: #1F025A;
}
</style>
background-color css
<style>
a { background-color: #1F025A; }
a { background-color: rgb(31,2,90); }
div.DivClassName
{
background-color: #1F025A;
}
.BgClassName
{
background-color: #1F025A;
}
</style>
border-color css
<style>
span { border-color: #1F025A; }
span { border-color: rgb(31,2,90); }
td.TdClassName
{
border-color: #1F025A;
}
.TagClassName
{
border-color: #1F025A;
}
</style>