Shades of Violent Violet #1D084C
Tints of Violent Violet #1D084C
RGB
CMYK
RGB Variations
Color information
#1D084C (or 0x1D084C) is known color: Violent Violet. HEX triplet: 1D, 08 and 4C. RGB value is (29,8,76). Sum of RGB (Red+Green+Blue) = 29+8+76=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D084C is #E2F7B3. Grayscale: #151515. Windows color (decimal): -14874548 or 4982813. OLE color: 4982813.
HSL color Cylindrical-coordinate representation of color #1D084C: hue angle of 258.53º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D084C is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 8 | 76 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.70 |
| HSL | 258.53º | 0.81% | 0.16% | - |
| HSV(B) | 258.53º | 0.89% | 0.3% | - |
| XYZ | 1.9 | 0.96 | 6.92 | - |
| YUV | 22.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 76 | 0.62 | 0.89 | 0 | 0.70 | 258.53 | 0.81 | 0.16 |
| Hex | 1D | 8 | 4C | 3E | 59 | 0 | 46 | 103 | 51 | 10 |
| Octal | 35 | 10 | 114 | 76 | 131 | 0 | 106 | 403 | 121 | 20 |
| Binary | 11101 | 1000 | 1001100 | 111110 | 1011001 | 0 | 1000110 | 100000011 | 1010001 | 10000 |
Color Harmonies of #1D084C
Complementary color
Monochromatic Colors of #1D084C
Black with #1D084C
Text Example
Text Example
White with #1D084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D084C; }
p { color: rgb(29,8,76); }
H1.HeaderClassName
{
color: #1D084C;
}
.AnyTagClassName
{
color: #1D084C;
}
</style>
background-color css
<style>
a { background-color: #1D084C; }
a { background-color: rgb(29,8,76); }
div.DivClassName
{
background-color: #1D084C;
}
.BgClassName
{
background-color: #1D084C;
}
</style>
border-color css
<style>
span { border-color: #1D084C; }
span { border-color: rgb(29,8,76); }
td.TdClassName
{
border-color: #1D084C;
}
.TagClassName
{
border-color: #1D084C;
}
</style>