Shades of Violent Violet #1F1241
Tints of Violent Violet #1F1241
RGB
CMYK
RGB Variations
Color information
#1F1241 (or 0x1F1241) is known color: Violent Violet. HEX triplet: 1F, 12 and 41. RGB value is (31,18,65). Sum of RGB (Red+Green+Blue) = 31+18+65=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F1241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1241 is #E0EDBE. Grayscale: #1B1B1B. Windows color (decimal): -14740927 or 4264479. OLE color: 4264479.
HSL color Cylindrical-coordinate representation of color #1F1241: hue angle of 256.6º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F1241 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 18 | 65 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.75 |
| HSL | 256.6º | 0.57% | 0.16% | - |
| HSV(B) | 256.6º | 0.72% | 0.25% | - |
| XYZ | 1.74 | 1.11 | 5.12 | - |
| YUV | 27.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 65 | 0.52 | 0.72 | 0 | 0.75 | 256.6 | 0.57 | 0.16 |
| Hex | 1F | 12 | 41 | 34 | 48 | 0 | 4B | 101 | 39 | 10 |
| Octal | 37 | 22 | 101 | 64 | 110 | 0 | 113 | 401 | 71 | 20 |
| Binary | 11111 | 10010 | 1000001 | 110100 | 1001000 | 0 | 1001011 | 100000001 | 111001 | 10000 |
Color Harmonies of #1F1241
Complementary color
Monochromatic Colors of #1F1241
Black with #1F1241
Text Example
Text Example
White with #1F1241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1241; }
p { color: rgb(31,18,65); }
H1.HeaderClassName
{
color: #1F1241;
}
.AnyTagClassName
{
color: #1F1241;
}
</style>
background-color css
<style>
a { background-color: #1F1241; }
a { background-color: rgb(31,18,65); }
div.DivClassName
{
background-color: #1F1241;
}
.BgClassName
{
background-color: #1F1241;
}
</style>
border-color css
<style>
span { border-color: #1F1241; }
span { border-color: rgb(31,18,65); }
td.TdClassName
{
border-color: #1F1241;
}
.TagClassName
{
border-color: #1F1241;
}
</style>