Shades of Indigo #610C72
Tints of Indigo #610C72
RGB
CMYK
RGB Variations
Color information
#610C72 (or 0x610C72) is known color: Indigo. HEX triplet: 61, 0C and 72. RGB value is (97,12,114). Sum of RGB (Red+Green+Blue) = 97+12+114=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #610C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C72 is #9EF38D. Grayscale: #303030. Windows color (decimal): -10417038 or 7474273. OLE color: 7474273.
HSL color Cylindrical-coordinate representation of color #610C72: hue angle of 290º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610C72 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 12 | 114 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.55 |
| HSL | 290º | 0.81% | 0.25% | - |
| HSV(B) | 290º | 0.89% | 0.45% | - |
| XYZ | 8.1 | 4.02 | 16.27 | - |
| YUV | 49.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 114 | 0.15 | 0.89 | 0 | 0.55 | 290 | 0.81 | 0.25 |
| Hex | 61 | C | 72 | F | 59 | 0 | 37 | 122 | 51 | 19 |
| Octal | 141 | 14 | 162 | 17 | 131 | 0 | 67 | 442 | 121 | 31 |
| Binary | 1100001 | 1100 | 1110010 | 1111 | 1011001 | 0 | 110111 | 100100010 | 1010001 | 11001 |
Color Harmonies of #610C72
Complementary color
Monochromatic Colors of #610C72
Black with #610C72
Text Example
Text Example
White with #610C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C72; }
p { color: rgb(97,12,114); }
H1.HeaderClassName
{
color: #610C72;
}
.AnyTagClassName
{
color: #610C72;
}
</style>
background-color css
<style>
a { background-color: #610C72; }
a { background-color: rgb(97,12,114); }
div.DivClassName
{
background-color: #610C72;
}
.BgClassName
{
background-color: #610C72;
}
</style>
border-color css
<style>
span { border-color: #610C72; }
span { border-color: rgb(97,12,114); }
td.TdClassName
{
border-color: #610C72;
}
.TagClassName
{
border-color: #610C72;
}
</style>