Shades of Violent Violet #1D024F
Tints of Violent Violet #1D024F
RGB
CMYK
RGB Variations
Color information
#1D024F (or 0x1D024F) is known color: Violent Violet. HEX triplet: 1D, 02 and 4F. RGB value is (29,2,79). Sum of RGB (Red+Green+Blue) = 29+2+79=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 79 (31.25% from 255 or 71.82% from 110); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D024F is #E2FDB0. Grayscale: #121212. Windows color (decimal): -14876081 or 5177885. OLE color: 5177885.
HSL color Cylindrical-coordinate representation of color #1D024F: hue angle of 261.04º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D024F is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 2 | 79 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.69 |
| HSL | 261.04º | 0.95% | 0.16% | - |
| HSV(B) | 261.04º | 0.97% | 0.31% | - |
| XYZ | 1.94 | 0.87 | 7.46 | - |
| YUV | 18.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 79 | 0.63 | 0.97 | 0 | 0.69 | 261.04 | 0.95 | 0.16 |
| Hex | 1D | 2 | 4F | 3F | 61 | 0 | 45 | 105 | 5F | 10 |
| Octal | 35 | 2 | 117 | 77 | 141 | 0 | 105 | 405 | 137 | 20 |
| Binary | 11101 | 10 | 1001111 | 111111 | 1100001 | 0 | 1000101 | 100000101 | 1011111 | 10000 |
Color Harmonies of #1D024F
Complementary color
Monochromatic Colors of #1D024F
Black with #1D024F
Text Example
Text Example
White with #1D024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D024F; }
p { color: rgb(29,2,79); }
H1.HeaderClassName
{
color: #1D024F;
}
.AnyTagClassName
{
color: #1D024F;
}
</style>
background-color css
<style>
a { background-color: #1D024F; }
a { background-color: rgb(29,2,79); }
div.DivClassName
{
background-color: #1D024F;
}
.BgClassName
{
background-color: #1D024F;
}
</style>
border-color css
<style>
span { border-color: #1D024F; }
span { border-color: rgb(29,2,79); }
td.TdClassName
{
border-color: #1D024F;
}
.TagClassName
{
border-color: #1D024F;
}
</style>