Shades of Indigo #5D0787
Tints of Indigo #5D0787
RGB
CMYK
RGB Variations
Color information
#5D0787 (or 0x5D0787) is known color: Indigo. HEX triplet: 5D, 07 and 87. RGB value is (93,7,135). Sum of RGB (Red+Green+Blue) = 93+7+135=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D0787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0787 is #A2F878. Grayscale: #2E2E2E. Windows color (decimal): -10680441 or 8849245. OLE color: 8849245.
HSL color Cylindrical-coordinate representation of color #5D0787: hue angle of 280.31º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0787 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 7 | 135 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.47 |
| HSL | 280.31º | 0.9% | 0.28% | - |
| HSV(B) | 280.31º | 0.95% | 0.53% | - |
| XYZ | 8.96 | 4.23 | 23.27 | - |
| YUV | 47.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 135 | 0.31 | 0.95 | 0 | 0.47 | 280.31 | 0.9 | 0.28 |
| Hex | 5D | 7 | 87 | 1F | 5F | 0 | 2F | 118 | 5A | 1C |
| Octal | 135 | 7 | 207 | 37 | 137 | 0 | 57 | 430 | 132 | 34 |
| Binary | 1011101 | 111 | 10000111 | 11111 | 1011111 | 0 | 101111 | 100011000 | 1011010 | 11100 |
Color Harmonies of #5D0787
Complementary color
Monochromatic Colors of #5D0787
Black with #5D0787
Text Example
Text Example
White with #5D0787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0787; }
p { color: rgb(93,7,135); }
H1.HeaderClassName
{
color: #5D0787;
}
.AnyTagClassName
{
color: #5D0787;
}
</style>
background-color css
<style>
a { background-color: #5D0787; }
a { background-color: rgb(93,7,135); }
div.DivClassName
{
background-color: #5D0787;
}
.BgClassName
{
background-color: #5D0787;
}
</style>
border-color css
<style>
span { border-color: #5D0787; }
span { border-color: rgb(93,7,135); }
td.TdClassName
{
border-color: #5D0787;
}
.TagClassName
{
border-color: #5D0787;
}
</style>