Shades of Indigo #5D1480
Tints of Indigo #5D1480
RGB
CMYK
RGB Variations
Color information
#5D1480 (or 0x5D1480) is known color: Indigo. HEX triplet: 5D, 14 and 80. RGB value is (93,20,128). Sum of RGB (Red+Green+Blue) = 93+20+128=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #5D1480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1480 is #A2EB7F. Grayscale: #353535. Windows color (decimal): -10677120 or 8393821. OLE color: 8393821.
HSL color Cylindrical-coordinate representation of color #5D1480: hue angle of 280.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1480 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 20 | 128 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.50 |
| HSL | 280.56º | 0.73% | 0.29% | - |
| HSV(B) | 280.56º | 0.84% | 0.5% | - |
| XYZ | 8.66 | 4.39 | 20.81 | - |
| YUV | 54.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 128 | 0.27 | 0.84 | 0 | 0.50 | 280.56 | 0.73 | 0.29 |
| Hex | 5D | 14 | 80 | 1B | 54 | 0 | 32 | 119 | 49 | 1D |
| Octal | 135 | 24 | 200 | 33 | 124 | 0 | 62 | 431 | 111 | 35 |
| Binary | 1011101 | 10100 | 10000000 | 11011 | 1010100 | 0 | 110010 | 100011001 | 1001001 | 11101 |
Color Harmonies of #5D1480
Complementary color
Monochromatic Colors of #5D1480
Black with #5D1480
Text Example
Text Example
White with #5D1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1480; }
p { color: rgb(93,20,128); }
H1.HeaderClassName
{
color: #5D1480;
}
.AnyTagClassName
{
color: #5D1480;
}
</style>
background-color css
<style>
a { background-color: #5D1480; }
a { background-color: rgb(93,20,128); }
div.DivClassName
{
background-color: #5D1480;
}
.BgClassName
{
background-color: #5D1480;
}
</style>
border-color css
<style>
span { border-color: #5D1480; }
span { border-color: rgb(93,20,128); }
td.TdClassName
{
border-color: #5D1480;
}
.TagClassName
{
border-color: #5D1480;
}
</style>