Shades of Indigo #610E7E
Tints of Indigo #610E7E
RGB
CMYK
RGB Variations
Color information
#610E7E (or 0x610E7E) is known color: Indigo. HEX triplet: 61, 0E and 7E. RGB value is (97,14,126). Sum of RGB (Red+Green+Blue) = 97+14+126=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #610E7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E7E is #9EF181. Grayscale: #333333. Windows color (decimal): -10416514 or 8261217. OLE color: 8261217.
HSL color Cylindrical-coordinate representation of color #610E7E: hue angle of 284.46º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610E7E is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 14 | 126 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.51 |
| HSL | 284.46º | 0.8% | 0.27% | - |
| HSV(B) | 284.46º | 0.89% | 0.49% | - |
| XYZ | 8.85 | 4.36 | 20.11 | - |
| YUV | 51.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 126 | 0.23 | 0.89 | 0 | 0.51 | 284.46 | 0.8 | 0.27 |
| Hex | 61 | E | 7E | 17 | 59 | 0 | 33 | 11C | 50 | 1B |
| Octal | 141 | 16 | 176 | 27 | 131 | 0 | 63 | 434 | 120 | 33 |
| Binary | 1100001 | 1110 | 1111110 | 10111 | 1011001 | 0 | 110011 | 100011100 | 1010000 | 11011 |
Color Harmonies of #610E7E
Complementary color
Monochromatic Colors of #610E7E
Black with #610E7E
Text Example
Text Example
White with #610E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E7E; }
p { color: rgb(97,14,126); }
H1.HeaderClassName
{
color: #610E7E;
}
.AnyTagClassName
{
color: #610E7E;
}
</style>
background-color css
<style>
a { background-color: #610E7E; }
a { background-color: rgb(97,14,126); }
div.DivClassName
{
background-color: #610E7E;
}
.BgClassName
{
background-color: #610E7E;
}
</style>
border-color css
<style>
span { border-color: #610E7E; }
span { border-color: rgb(97,14,126); }
td.TdClassName
{
border-color: #610E7E;
}
.TagClassName
{
border-color: #610E7E;
}
</style>