Shades of Indigo #5D0687
Tints of Indigo #5D0687
RGB
CMYK
RGB Variations
Color information
#5D0687 (or 0x5D0687) is known color: Indigo. HEX triplet: 5D, 06 and 87. RGB value is (93,6,135). Sum of RGB (Red+Green+Blue) = 93+6+135=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D0687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0687 is #A2F978. Grayscale: #2E2E2E. Windows color (decimal): -10680697 or 8848989. OLE color: 8848989.
HSL color Cylindrical-coordinate representation of color #5D0687: hue angle of 280.47º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D0687 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 6 | 135 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.47 |
| HSL | 280.47º | 0.91% | 0.28% | - |
| HSV(B) | 280.47º | 0.96% | 0.53% | - |
| XYZ | 8.95 | 4.21 | 23.26 | - |
| YUV | 46.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 135 | 0.31 | 0.96 | 0 | 0.47 | 280.47 | 0.91 | 0.28 |
| Hex | 5D | 6 | 87 | 1F | 60 | 0 | 2F | 118 | 5B | 1C |
| Octal | 135 | 6 | 207 | 37 | 140 | 0 | 57 | 430 | 133 | 34 |
| Binary | 1011101 | 110 | 10000111 | 11111 | 1100000 | 0 | 101111 | 100011000 | 1011011 | 11100 |
Color Harmonies of #5D0687
Complementary color
Monochromatic Colors of #5D0687
Black with #5D0687
Text Example
Text Example
White with #5D0687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0687; }
p { color: rgb(93,6,135); }
H1.HeaderClassName
{
color: #5D0687;
}
.AnyTagClassName
{
color: #5D0687;
}
</style>
background-color css
<style>
a { background-color: #5D0687; }
a { background-color: rgb(93,6,135); }
div.DivClassName
{
background-color: #5D0687;
}
.BgClassName
{
background-color: #5D0687;
}
</style>
border-color css
<style>
span { border-color: #5D0687; }
span { border-color: rgb(93,6,135); }
td.TdClassName
{
border-color: #5D0687;
}
.TagClassName
{
border-color: #5D0687;
}
</style>