Shades of Violent Violet #1D1246
Tints of Violent Violet #1D1246
RGB
CMYK
RGB Variations
Color information
#1D1246 (or 0x1D1246) is known color: Violent Violet. HEX triplet: 1D, 12 and 46. RGB value is (29,18,70). Sum of RGB (Red+Green+Blue) = 29+18+70=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D1246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1246 is #E2EDB9. Grayscale: #1B1B1B. Windows color (decimal): -14871994 or 4592157. OLE color: 4592157.
HSL color Cylindrical-coordinate representation of color #1D1246: hue angle of 252.69º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D1246 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 18 | 70 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.73 |
| HSL | 252.69º | 0.59% | 0.17% | - |
| HSV(B) | 252.69º | 0.74% | 0.27% | - |
| XYZ | 1.83 | 1.14 | 5.92 | - |
| YUV | 27.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 70 | 0.59 | 0.74 | 0 | 0.73 | 252.69 | 0.59 | 0.17 |
| Hex | 1D | 12 | 46 | 3B | 4A | 0 | 49 | FD | 3B | 11 |
| Octal | 35 | 22 | 106 | 73 | 112 | 0 | 111 | 375 | 73 | 21 |
| Binary | 11101 | 10010 | 1000110 | 111011 | 1001010 | 0 | 1001001 | 11111101 | 111011 | 10001 |
Color Harmonies of #1D1246
Complementary color
Monochromatic Colors of #1D1246
Black with #1D1246
Text Example
Text Example
White with #1D1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1246; }
p { color: rgb(29,18,70); }
H1.HeaderClassName
{
color: #1D1246;
}
.AnyTagClassName
{
color: #1D1246;
}
</style>
background-color css
<style>
a { background-color: #1D1246; }
a { background-color: rgb(29,18,70); }
div.DivClassName
{
background-color: #1D1246;
}
.BgClassName
{
background-color: #1D1246;
}
</style>
border-color css
<style>
span { border-color: #1D1246; }
span { border-color: rgb(29,18,70); }
td.TdClassName
{
border-color: #1D1246;
}
.TagClassName
{
border-color: #1D1246;
}
</style>