Shades of Indigo #610077
Tints of Indigo #610077
RGB
CMYK
RGB Variations
Color information
#610077 (or 0x610077) is known color: Indigo. HEX triplet: 61, 00 and 77. RGB value is (97,0,119). Sum of RGB (Red+Green+Blue) = 97+0+119=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #610077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610077 is #9EFF88. Grayscale: #2A2A2A. Windows color (decimal): -10420105 or 7798881. OLE color: 7798881.
HSL color Cylindrical-coordinate representation of color #610077: hue angle of 288.91º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610077 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 0 | 119 | - |
| CMYK | 0.18 | 1 | 0 | 0.53 |
| HSL | 288.91º | 1% | 0.23% | - |
| HSV(B) | 288.91º | 1% | 0.47% | - |
| XYZ | 8.26 | 3.87 | 17.77 | - |
| YUV | 42.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 119 | 0.18 | 1 | 0 | 0.53 | 288.91 | 1 | 0.23 |
| Hex | 61 | 0 | 77 | 12 | 64 | 0 | 35 | 121 | 64 | 17 |
| Octal | 141 | 0 | 167 | 22 | 144 | 0 | 65 | 441 | 144 | 27 |
| Binary | 1100001 | 0 | 1110111 | 10010 | 1100100 | 0 | 110101 | 100100001 | 1100100 | 10111 |
Color Harmonies of #610077
Complementary color
Monochromatic Colors of #610077
Black with #610077
Text Example
Text Example
White with #610077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610077; }
p { color: rgb(97,0,119); }
H1.HeaderClassName
{
color: #610077;
}
.AnyTagClassName
{
color: #610077;
}
</style>
background-color css
<style>
a { background-color: #610077; }
a { background-color: rgb(97,0,119); }
div.DivClassName
{
background-color: #610077;
}
.BgClassName
{
background-color: #610077;
}
</style>
border-color css
<style>
span { border-color: #610077; }
span { border-color: rgb(97,0,119); }
td.TdClassName
{
border-color: #610077;
}
.TagClassName
{
border-color: #610077;
}
</style>