Shades of Violent Violet #1D1346
Tints of Violent Violet #1D1346
RGB
CMYK
RGB Variations
Color information
#1D1346 (or 0x1D1346) is known color: Violent Violet. HEX triplet: 1D, 13 and 46. RGB value is (29,19,70). Sum of RGB (Red+Green+Blue) = 29+19+70=118 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.58% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D1346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1346 is #E2ECB9. Grayscale: #1B1B1B. Windows color (decimal): -14871738 or 4592413. OLE color: 4592413.
HSL color Cylindrical-coordinate representation of color #1D1346: hue angle of 251.76º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D1346 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 19 | 70 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.73 |
| HSL | 251.76º | 0.57% | 0.17% | - |
| HSV(B) | 251.76º | 0.73% | 0.27% | - |
| XYZ | 1.85 | 1.17 | 5.92 | - |
| YUV | 27.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 70 | 0.59 | 0.73 | 0 | 0.73 | 251.76 | 0.57 | 0.17 |
| Hex | 1D | 13 | 46 | 3B | 49 | 0 | 49 | FC | 39 | 11 |
| Octal | 35 | 23 | 106 | 73 | 111 | 0 | 111 | 374 | 71 | 21 |
| Binary | 11101 | 10011 | 1000110 | 111011 | 1001001 | 0 | 1001001 | 11111100 | 111001 | 10001 |
Color Harmonies of #1D1346
Complementary color
Monochromatic Colors of #1D1346
Black with #1D1346
Text Example
Text Example
White with #1D1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1346; }
p { color: rgb(29,19,70); }
H1.HeaderClassName
{
color: #1D1346;
}
.AnyTagClassName
{
color: #1D1346;
}
</style>
background-color css
<style>
a { background-color: #1D1346; }
a { background-color: rgb(29,19,70); }
div.DivClassName
{
background-color: #1D1346;
}
.BgClassName
{
background-color: #1D1346;
}
</style>
border-color css
<style>
span { border-color: #1D1346; }
span { border-color: rgb(29,19,70); }
td.TdClassName
{
border-color: #1D1346;
}
.TagClassName
{
border-color: #1D1346;
}
</style>