Shades of Violent Violet #1D004C
Tints of Violent Violet #1D004C
RGB
CMYK
RGB Variations
Color information
#1D004C (or 0x1D004C) is known color: Violent Violet. HEX triplet: 1D, 00 and 4C. RGB value is (29,0,76). Sum of RGB (Red+Green+Blue) = 29+0+76=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D004C is #E2FFB3. Grayscale: #111111. Windows color (decimal): -14876596 or 4980765. OLE color: 4980765.
HSL color Cylindrical-coordinate representation of color #1D004C: hue angle of 262.89º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D004C is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 0 | 76 | - |
| CMYK | 0.62 | 1 | 0 | 0.70 |
| HSL | 262.89º | 1% | 0.15% | - |
| HSV(B) | 262.89º | 1% | 0.3% | - |
| XYZ | 1.81 | 0.78 | 6.89 | - |
| YUV | 17.34 | 161.11 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 76 | 0.62 | 1 | 0 | 0.70 | 262.89 | 1 | 0.15 |
| Hex | 1D | 0 | 4C | 3E | 64 | 0 | 46 | 107 | 64 | F |
| Octal | 35 | 0 | 114 | 76 | 144 | 0 | 106 | 407 | 144 | 17 |
| Binary | 11101 | 0 | 1001100 | 111110 | 1100100 | 0 | 1000110 | 100000111 | 1100100 | 1111 |
Color Harmonies of #1D004C
Complementary color
Monochromatic Colors of #1D004C
Black with #1D004C
Text Example
Text Example
White with #1D004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D004C; }
p { color: rgb(29,0,76); }
H1.HeaderClassName
{
color: #1D004C;
}
.AnyTagClassName
{
color: #1D004C;
}
</style>
background-color css
<style>
a { background-color: #1D004C; }
a { background-color: rgb(29,0,76); }
div.DivClassName
{
background-color: #1D004C;
}
.BgClassName
{
background-color: #1D004C;
}
</style>
border-color css
<style>
span { border-color: #1D004C; }
span { border-color: rgb(29,0,76); }
td.TdClassName
{
border-color: #1D004C;
}
.TagClassName
{
border-color: #1D004C;
}
</style>