Shades of Indigo #610C73
Tints of Indigo #610C73
RGB
CMYK
RGB Variations
Color information
#610C73 (or 0x610C73) is known color: Indigo. HEX triplet: 61, 0C and 73. RGB value is (97,12,115). Sum of RGB (Red+Green+Blue) = 97+12+115=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #610C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C73 is #9EF38C. Grayscale: #303030. Windows color (decimal): -10417037 or 7539809. OLE color: 7539809.
HSL color Cylindrical-coordinate representation of color #610C73: hue angle of 289.51º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610C73 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 12 | 115 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.55 |
| HSL | 289.51º | 0.81% | 0.25% | - |
| HSV(B) | 289.51º | 0.9% | 0.45% | - |
| XYZ | 8.16 | 4.04 | 16.57 | - |
| YUV | 49.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 115 | 0.16 | 0.90 | 0 | 0.55 | 289.51 | 0.81 | 0.25 |
| Hex | 61 | C | 73 | 10 | 5A | 0 | 37 | 122 | 51 | 19 |
| Octal | 141 | 14 | 163 | 20 | 132 | 0 | 67 | 442 | 121 | 31 |
| Binary | 1100001 | 1100 | 1110011 | 10000 | 1011010 | 0 | 110111 | 100100010 | 1010001 | 11001 |
Color Harmonies of #610C73
Complementary color
Monochromatic Colors of #610C73
Black with #610C73
Text Example
Text Example
White with #610C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C73; }
p { color: rgb(97,12,115); }
H1.HeaderClassName
{
color: #610C73;
}
.AnyTagClassName
{
color: #610C73;
}
</style>
background-color css
<style>
a { background-color: #610C73; }
a { background-color: rgb(97,12,115); }
div.DivClassName
{
background-color: #610C73;
}
.BgClassName
{
background-color: #610C73;
}
</style>
border-color css
<style>
span { border-color: #610C73; }
span { border-color: rgb(97,12,115); }
td.TdClassName
{
border-color: #610C73;
}
.TagClassName
{
border-color: #610C73;
}
</style>