Shades of Violent Violet #1F1348
Tints of Violent Violet #1F1348
RGB
CMYK
RGB Variations
Color information
#1F1348 (or 0x1F1348) is known color: Violent Violet. HEX triplet: 1F, 13 and 48. RGB value is (31,19,72). Sum of RGB (Red+Green+Blue) = 31+19+72=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1348 is #E0ECB7. Grayscale: #1C1C1C. Windows color (decimal): -14740664 or 4723487. OLE color: 4723487.
HSL color Cylindrical-coordinate representation of color #1F1348: hue angle of 253.58º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1348 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 19 | 72 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.72 |
| HSL | 253.58º | 0.58% | 0.18% | - |
| HSV(B) | 253.58º | 0.74% | 0.28% | - |
| XYZ | 1.97 | 1.22 | 6.26 | - |
| YUV | 28.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 72 | 0.57 | 0.74 | 0 | 0.72 | 253.58 | 0.58 | 0.18 |
| Hex | 1F | 13 | 48 | 39 | 4A | 0 | 48 | FE | 3A | 12 |
| Octal | 37 | 23 | 110 | 71 | 112 | 0 | 110 | 376 | 72 | 22 |
| Binary | 11111 | 10011 | 1001000 | 111001 | 1001010 | 0 | 1001000 | 11111110 | 111010 | 10010 |
Color Harmonies of #1F1348
Complementary color
Monochromatic Colors of #1F1348
Black with #1F1348
Text Example
Text Example
White with #1F1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1348; }
p { color: rgb(31,19,72); }
H1.HeaderClassName
{
color: #1F1348;
}
.AnyTagClassName
{
color: #1F1348;
}
</style>
background-color css
<style>
a { background-color: #1F1348; }
a { background-color: rgb(31,19,72); }
div.DivClassName
{
background-color: #1F1348;
}
.BgClassName
{
background-color: #1F1348;
}
</style>
border-color css
<style>
span { border-color: #1F1348; }
span { border-color: rgb(31,19,72); }
td.TdClassName
{
border-color: #1F1348;
}
.TagClassName
{
border-color: #1F1348;
}
</style>