Shades of Indigo #610A76
Tints of Indigo #610A76
RGB
CMYK
RGB Variations
Color information
#610A76 (or 0x610A76) is known color: Indigo. HEX triplet: 61, 0A and 76. RGB value is (97,10,118). Sum of RGB (Red+Green+Blue) = 97+10+118=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #610A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A76 is #9EF589. Grayscale: #2F2F2F. Windows color (decimal): -10417546 or 7735905. OLE color: 7735905.
HSL color Cylindrical-coordinate representation of color #610A76: hue angle of 288.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610A76 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 10 | 118 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.54 |
| HSL | 288.33º | 0.84% | 0.25% | - |
| HSV(B) | 288.33º | 0.92% | 0.46% | - |
| XYZ | 8.31 | 4.07 | 17.49 | - |
| YUV | 48.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 118 | 0.18 | 0.92 | 0 | 0.54 | 288.33 | 0.84 | 0.25 |
| Hex | 61 | A | 76 | 12 | 5C | 0 | 36 | 120 | 54 | 19 |
| Octal | 141 | 12 | 166 | 22 | 134 | 0 | 66 | 440 | 124 | 31 |
| Binary | 1100001 | 1010 | 1110110 | 10010 | 1011100 | 0 | 110110 | 100100000 | 1010100 | 11001 |
Color Harmonies of #610A76
Complementary color
Monochromatic Colors of #610A76
Black with #610A76
Text Example
Text Example
White with #610A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A76; }
p { color: rgb(97,10,118); }
H1.HeaderClassName
{
color: #610A76;
}
.AnyTagClassName
{
color: #610A76;
}
</style>
background-color css
<style>
a { background-color: #610A76; }
a { background-color: rgb(97,10,118); }
div.DivClassName
{
background-color: #610A76;
}
.BgClassName
{
background-color: #610A76;
}
</style>
border-color css
<style>
span { border-color: #610A76; }
span { border-color: rgb(97,10,118); }
td.TdClassName
{
border-color: #610A76;
}
.TagClassName
{
border-color: #610A76;
}
</style>