Shades of Indigo #5D1089
Tints of Indigo #5D1089
RGB
CMYK
RGB Variations
Color information
#5D1089 (or 0x5D1089) is known color: Indigo. HEX triplet: 5D, 10 and 89. RGB value is (93,16,137). Sum of RGB (Red+Green+Blue) = 93+16+137=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D1089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1089 is #A2EF76. Grayscale: #343434. Windows color (decimal): -10678135 or 8982621. OLE color: 8982621.
HSL color Cylindrical-coordinate representation of color #5D1089: hue angle of 278.18º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D1089 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 16 | 137 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.46 |
| HSL | 278.18º | 0.79% | 0.3% | - |
| HSV(B) | 278.18º | 0.88% | 0.54% | - |
| XYZ | 9.21 | 4.5 | 24.05 | - |
| YUV | 52.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 137 | 0.32 | 0.88 | 0 | 0.46 | 278.18 | 0.79 | 0.3 |
| Hex | 5D | 10 | 89 | 20 | 58 | 0 | 2E | 116 | 4F | 1E |
| Octal | 135 | 20 | 211 | 40 | 130 | 0 | 56 | 426 | 117 | 36 |
| Binary | 1011101 | 10000 | 10001001 | 100000 | 1011000 | 0 | 101110 | 100010110 | 1001111 | 11110 |
Color Harmonies of #5D1089
Complementary color
Monochromatic Colors of #5D1089
Black with #5D1089
Text Example
Text Example
White with #5D1089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1089; }
p { color: rgb(93,16,137); }
H1.HeaderClassName
{
color: #5D1089;
}
.AnyTagClassName
{
color: #5D1089;
}
</style>
background-color css
<style>
a { background-color: #5D1089; }
a { background-color: rgb(93,16,137); }
div.DivClassName
{
background-color: #5D1089;
}
.BgClassName
{
background-color: #5D1089;
}
</style>
border-color css
<style>
span { border-color: #5D1089; }
span { border-color: rgb(93,16,137); }
td.TdClassName
{
border-color: #5D1089;
}
.TagClassName
{
border-color: #5D1089;
}
</style>