Shades of Indigo #610971
Tints of Indigo #610971
RGB
CMYK
RGB Variations
Color information
#610971 (or 0x610971) is known color: Indigo. HEX triplet: 61, 09 and 71. RGB value is (97,9,113). Sum of RGB (Red+Green+Blue) = 97+9+113=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #610971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610971 is #9EF68E. Grayscale: #2E2E2E. Windows color (decimal): -10417807 or 7407969. OLE color: 7407969.
HSL color Cylindrical-coordinate representation of color #610971: hue angle of 290.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610971 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 9 | 113 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.56 |
| HSL | 290.77º | 0.85% | 0.24% | - |
| HSV(B) | 290.77º | 0.92% | 0.44% | - |
| XYZ | 8.01 | 3.93 | 15.96 | - |
| YUV | 47.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 113 | 0.14 | 0.92 | 0 | 0.56 | 290.77 | 0.85 | 0.24 |
| Hex | 61 | 9 | 71 | E | 5C | 0 | 38 | 123 | 55 | 18 |
| Octal | 141 | 11 | 161 | 16 | 134 | 0 | 70 | 443 | 125 | 30 |
| Binary | 1100001 | 1001 | 1110001 | 1110 | 1011100 | 0 | 111000 | 100100011 | 1010101 | 11000 |
Color Harmonies of #610971
Complementary color
Monochromatic Colors of #610971
Black with #610971
Text Example
Text Example
White with #610971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610971; }
p { color: rgb(97,9,113); }
H1.HeaderClassName
{
color: #610971;
}
.AnyTagClassName
{
color: #610971;
}
</style>
background-color css
<style>
a { background-color: #610971; }
a { background-color: rgb(97,9,113); }
div.DivClassName
{
background-color: #610971;
}
.BgClassName
{
background-color: #610971;
}
</style>
border-color css
<style>
span { border-color: #610971; }
span { border-color: rgb(97,9,113); }
td.TdClassName
{
border-color: #610971;
}
.TagClassName
{
border-color: #610971;
}
</style>