Shades of Violent Violet #1D025A
Tints of Violent Violet #1D025A
RGB
CMYK
RGB Variations
Color information
#1D025A (or 0x1D025A) is known color: Violent Violet. HEX triplet: 1D, 02 and 5A. RGB value is (29,2,90). Sum of RGB (Red+Green+Blue) = 29+2+90=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D025A is #E2FDA5. Grayscale: #131313. Windows color (decimal): -14876070 or 5898781. OLE color: 5898781.
HSL color Cylindrical-coordinate representation of color #1D025A: hue angle of 258.41º 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 #1D025A is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 2 | 90 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.65 |
| HSL | 258.41º | 0.96% | 0.18% | - |
| HSV(B) | 258.41º | 0.98% | 0.35% | - |
| XYZ | 2.37 | 1.04 | 9.75 | - |
| YUV | 20.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 90 | 0.68 | 0.98 | 0 | 0.65 | 258.41 | 0.96 | 0.18 |
| Hex | 1D | 2 | 5A | 44 | 62 | 0 | 41 | 102 | 60 | 12 |
| Octal | 35 | 2 | 132 | 104 | 142 | 0 | 101 | 402 | 140 | 22 |
| Binary | 11101 | 10 | 1011010 | 1000100 | 1100010 | 0 | 1000001 | 100000010 | 1100000 | 10010 |
Color Harmonies of #1D025A
Complementary color
Monochromatic Colors of #1D025A
Black with #1D025A
Text Example
Text Example
White with #1D025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D025A; }
p { color: rgb(29,2,90); }
H1.HeaderClassName
{
color: #1D025A;
}
.AnyTagClassName
{
color: #1D025A;
}
</style>
background-color css
<style>
a { background-color: #1D025A; }
a { background-color: rgb(29,2,90); }
div.DivClassName
{
background-color: #1D025A;
}
.BgClassName
{
background-color: #1D025A;
}
</style>
border-color css
<style>
span { border-color: #1D025A; }
span { border-color: rgb(29,2,90); }
td.TdClassName
{
border-color: #1D025A;
}
.TagClassName
{
border-color: #1D025A;
}
</style>