Shades of Violent Violet #1F024C
Tints of Violent Violet #1F024C
RGB
CMYK
RGB Variations
Color information
#1F024C (or 0x1F024C) is known color: Violent Violet. HEX triplet: 1F, 02 and 4C. RGB value is (31,2,76). Sum of RGB (Red+Green+Blue) = 31+2+76=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F024C is #E0FDB3. Grayscale: #121212. Windows color (decimal): -14745012 or 4981279. OLE color: 4981279.
HSL color Cylindrical-coordinate representation of color #1F024C: hue angle of 263.51º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F024C is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 2 | 76 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.70 |
| HSL | 263.51º | 0.95% | 0.15% | - |
| HSV(B) | 263.51º | 0.97% | 0.3% | - |
| XYZ | 1.89 | 0.86 | 6.9 | - |
| YUV | 19.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 76 | 0.59 | 0.97 | 0 | 0.70 | 263.51 | 0.95 | 0.15 |
| Hex | 1F | 2 | 4C | 3B | 61 | 0 | 46 | 108 | 5F | F |
| Octal | 37 | 2 | 114 | 73 | 141 | 0 | 106 | 410 | 137 | 17 |
| Binary | 11111 | 10 | 1001100 | 111011 | 1100001 | 0 | 1000110 | 100001000 | 1011111 | 1111 |
Color Harmonies of #1F024C
Complementary color
Monochromatic Colors of #1F024C
Black with #1F024C
Text Example
Text Example
White with #1F024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F024C; }
p { color: rgb(31,2,76); }
H1.HeaderClassName
{
color: #1F024C;
}
.AnyTagClassName
{
color: #1F024C;
}
</style>
background-color css
<style>
a { background-color: #1F024C; }
a { background-color: rgb(31,2,76); }
div.DivClassName
{
background-color: #1F024C;
}
.BgClassName
{
background-color: #1F024C;
}
</style>
border-color css
<style>
span { border-color: #1F024C; }
span { border-color: rgb(31,2,76); }
td.TdClassName
{
border-color: #1F024C;
}
.TagClassName
{
border-color: #1F024C;
}
</style>