Shades of Violent Violet #1D005A
Tints of Violent Violet #1D005A
RGB
CMYK
RGB Variations
Color information
#1D005A (or 0x1D005A) is known color: Violent Violet. HEX triplet: 1D, 00 and 5A. RGB value is (29,0,90). Sum of RGB (Red+Green+Blue) = 29+0+90=119 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.37% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 90 (35.55% from 255 or 75.63% from 119); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D005A is #E2FFA5. Grayscale: #121212. Windows color (decimal): -14876582 or 5898269. OLE color: 5898269.
HSL color Cylindrical-coordinate representation of color #1D005A: hue angle of 259.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D005A is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 0 | 90 | - |
| CMYK | 0.68 | 1 | 0 | 0.65 |
| HSL | 259.33º | 1% | 0.18% | - |
| HSV(B) | 259.33º | 1% | 0.35% | - |
| XYZ | 2.35 | 1 | 9.74 | - |
| YUV | 18.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 90 | 0.68 | 1 | 0 | 0.65 | 259.33 | 1 | 0.18 |
| Hex | 1D | 0 | 5A | 44 | 64 | 0 | 41 | 103 | 64 | 12 |
| Octal | 35 | 0 | 132 | 104 | 144 | 0 | 101 | 403 | 144 | 22 |
| Binary | 11101 | 0 | 1011010 | 1000100 | 1100100 | 0 | 1000001 | 100000011 | 1100100 | 10010 |
Color Harmonies of #1D005A
Complementary color
Monochromatic Colors of #1D005A
Black with #1D005A
Text Example
Text Example
White with #1D005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D005A; }
p { color: rgb(29,0,90); }
H1.HeaderClassName
{
color: #1D005A;
}
.AnyTagClassName
{
color: #1D005A;
}
</style>
background-color css
<style>
a { background-color: #1D005A; }
a { background-color: rgb(29,0,90); }
div.DivClassName
{
background-color: #1D005A;
}
.BgClassName
{
background-color: #1D005A;
}
</style>
border-color css
<style>
span { border-color: #1D005A; }
span { border-color: rgb(29,0,90); }
td.TdClassName
{
border-color: #1D005A;
}
.TagClassName
{
border-color: #1D005A;
}
</style>