Shades of Violent Violet #1D0155
Tints of Violent Violet #1D0155
RGB
CMYK
RGB Variations
Color information
#1D0155 (or 0x1D0155) is known color: Violent Violet. HEX triplet: 1D, 01 and 55. RGB value is (29,1,85). Sum of RGB (Red+Green+Blue) = 29+1+85=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D0155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0155 is #E2FEAA. Grayscale: #121212. Windows color (decimal): -14876331 or 5570845. OLE color: 5570845.
HSL color Cylindrical-coordinate representation of color #1D0155: hue angle of 260º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0155 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 1 | 85 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.67 |
| HSL | 260º | 0.98% | 0.17% | - |
| HSV(B) | 260º | 0.99% | 0.33% | - |
| XYZ | 2.16 | 0.94 | 8.66 | - |
| YUV | 18.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 85 | 0.66 | 0.99 | 0 | 0.67 | 260 | 0.98 | 0.17 |
| Hex | 1D | 1 | 55 | 42 | 63 | 0 | 43 | 104 | 62 | 11 |
| Octal | 35 | 1 | 125 | 102 | 143 | 0 | 103 | 404 | 142 | 21 |
| Binary | 11101 | 1 | 1010101 | 1000010 | 1100011 | 0 | 1000011 | 100000100 | 1100010 | 10001 |
Color Harmonies of #1D0155
Complementary color
Monochromatic Colors of #1D0155
Black with #1D0155
Text Example
Text Example
White with #1D0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0155; }
p { color: rgb(29,1,85); }
H1.HeaderClassName
{
color: #1D0155;
}
.AnyTagClassName
{
color: #1D0155;
}
</style>
background-color css
<style>
a { background-color: #1D0155; }
a { background-color: rgb(29,1,85); }
div.DivClassName
{
background-color: #1D0155;
}
.BgClassName
{
background-color: #1D0155;
}
</style>
border-color css
<style>
span { border-color: #1D0155; }
span { border-color: rgb(29,1,85); }
td.TdClassName
{
border-color: #1D0155;
}
.TagClassName
{
border-color: #1D0155;
}
</style>