Shades of Indigo #5D1581
Tints of Indigo #5D1581
RGB
CMYK
RGB Variations
Color information
#5D1581 (or 0x5D1581) is known color: Indigo. HEX triplet: 5D, 15 and 81. RGB value is (93,21,129). Sum of RGB (Red+Green+Blue) = 93+21+129=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #5D1581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1581 is #A2EA7E. Grayscale: #363636. Windows color (decimal): -10676863 or 8459613. OLE color: 8459613.
HSL color Cylindrical-coordinate representation of color #5D1581: hue angle of 280º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1581 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 21 | 129 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.49 |
| HSL | 280º | 0.72% | 0.29% | - |
| HSV(B) | 280º | 0.84% | 0.51% | - |
| XYZ | 8.74 | 4.45 | 21.17 | - |
| YUV | 54.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 129 | 0.28 | 0.84 | 0 | 0.49 | 280 | 0.72 | 0.29 |
| Hex | 5D | 15 | 81 | 1C | 54 | 0 | 31 | 118 | 48 | 1D |
| Octal | 135 | 25 | 201 | 34 | 124 | 0 | 61 | 430 | 110 | 35 |
| Binary | 1011101 | 10101 | 10000001 | 11100 | 1010100 | 0 | 110001 | 100011000 | 1001000 | 11101 |
Color Harmonies of #5D1581
Complementary color
Monochromatic Colors of #5D1581
Black with #5D1581
Text Example
Text Example
White with #5D1581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1581; }
p { color: rgb(93,21,129); }
H1.HeaderClassName
{
color: #5D1581;
}
.AnyTagClassName
{
color: #5D1581;
}
</style>
background-color css
<style>
a { background-color: #5D1581; }
a { background-color: rgb(93,21,129); }
div.DivClassName
{
background-color: #5D1581;
}
.BgClassName
{
background-color: #5D1581;
}
</style>
border-color css
<style>
span { border-color: #5D1581; }
span { border-color: rgb(93,21,129); }
td.TdClassName
{
border-color: #5D1581;
}
.TagClassName
{
border-color: #5D1581;
}
</style>