Shades of Violent Violet #1D0259
Tints of Violent Violet #1D0259
RGB
CMYK
RGB Variations
Color information
#1D0259 (or 0x1D0259) is known color: Violent Violet. HEX triplet: 1D, 02 and 59. RGB value is (29,2,89). Sum of RGB (Red+Green+Blue) = 29+2+89=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0259 is #E2FDA6. Grayscale: #131313. Windows color (decimal): -14876071 or 5833245. OLE color: 5833245.
HSL color Cylindrical-coordinate representation of color #1D0259: hue angle of 258.62º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0259 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 2 | 89 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.65 |
| HSL | 258.62º | 0.96% | 0.18% | - |
| HSV(B) | 258.62º | 0.98% | 0.35% | - |
| XYZ | 2.33 | 1.03 | 9.53 | - |
| YUV | 19.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 89 | 0.67 | 0.98 | 0 | 0.65 | 258.62 | 0.96 | 0.18 |
| Hex | 1D | 2 | 59 | 43 | 62 | 0 | 41 | 103 | 60 | 12 |
| Octal | 35 | 2 | 131 | 103 | 142 | 0 | 101 | 403 | 140 | 22 |
| Binary | 11101 | 10 | 1011001 | 1000011 | 1100010 | 0 | 1000001 | 100000011 | 1100000 | 10010 |
Color Harmonies of #1D0259
Complementary color
Monochromatic Colors of #1D0259
Black with #1D0259
Text Example
Text Example
White with #1D0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0259; }
p { color: rgb(29,2,89); }
H1.HeaderClassName
{
color: #1D0259;
}
.AnyTagClassName
{
color: #1D0259;
}
</style>
background-color css
<style>
a { background-color: #1D0259; }
a { background-color: rgb(29,2,89); }
div.DivClassName
{
background-color: #1D0259;
}
.BgClassName
{
background-color: #1D0259;
}
</style>
border-color css
<style>
span { border-color: #1D0259; }
span { border-color: rgb(29,2,89); }
td.TdClassName
{
border-color: #1D0259;
}
.TagClassName
{
border-color: #1D0259;
}
</style>