Shades of Violent Violet #1F104D
Tints of Violent Violet #1F104D
RGB
CMYK
RGB Variations
Color information
#1F104D (or 0x1F104D) is known color: Violent Violet. HEX triplet: 1F, 10 and 4D. RGB value is (31,16,77). Sum of RGB (Red+Green+Blue) = 31+16+77=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F104D is #E0EFB2. Grayscale: #1B1B1B. Windows color (decimal): -14741427 or 5050399. OLE color: 5050399.
HSL color Cylindrical-coordinate representation of color #1F104D: hue angle of 254.75º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F104D is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 16 | 77 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.70 |
| HSL | 254.75º | 0.66% | 0.18% | - |
| HSV(B) | 254.75º | 0.79% | 0.3% | - |
| XYZ | 2.09 | 1.2 | 7.14 | - |
| YUV | 27.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 77 | 0.60 | 0.79 | 0 | 0.70 | 254.75 | 0.66 | 0.18 |
| Hex | 1F | 10 | 4D | 3C | 4F | 0 | 46 | FF | 42 | 12 |
| Octal | 37 | 20 | 115 | 74 | 117 | 0 | 106 | 377 | 102 | 22 |
| Binary | 11111 | 10000 | 1001101 | 111100 | 1001111 | 0 | 1000110 | 11111111 | 1000010 | 10010 |
Color Harmonies of #1F104D
Complementary color
Monochromatic Colors of #1F104D
Black with #1F104D
Text Example
Text Example
White with #1F104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F104D; }
p { color: rgb(31,16,77); }
H1.HeaderClassName
{
color: #1F104D;
}
.AnyTagClassName
{
color: #1F104D;
}
</style>
background-color css
<style>
a { background-color: #1F104D; }
a { background-color: rgb(31,16,77); }
div.DivClassName
{
background-color: #1F104D;
}
.BgClassName
{
background-color: #1F104D;
}
</style>
border-color css
<style>
span { border-color: #1F104D; }
span { border-color: rgb(31,16,77); }
td.TdClassName
{
border-color: #1F104D;
}
.TagClassName
{
border-color: #1F104D;
}
</style>