Shades of Indigo #610A89
Tints of Indigo #610A89
RGB
CMYK
RGB Variations
Color information
#610A89 (or 0x610A89) is known color: Indigo. HEX triplet: 61, 0A and 89. RGB value is (97,10,137). Sum of RGB (Red+Green+Blue) = 97+10+137=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #610A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610A89 is #9EF576. Grayscale: #323232. Windows color (decimal): -10417527 or 8981089. OLE color: 8981089.
HSL color Cylindrical-coordinate representation of color #610A89: hue angle of 281.1º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610A89 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 10 | 137 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.46 |
| HSL | 281.1º | 0.86% | 0.29% | - |
| HSV(B) | 281.1º | 0.93% | 0.54% | - |
| XYZ | 9.55 | 4.56 | 24.04 | - |
| YUV | 50.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 137 | 0.29 | 0.93 | 0 | 0.46 | 281.1 | 0.86 | 0.29 |
| Hex | 61 | A | 89 | 1D | 5D | 0 | 2E | 119 | 56 | 1D |
| Octal | 141 | 12 | 211 | 35 | 135 | 0 | 56 | 431 | 126 | 35 |
| Binary | 1100001 | 1010 | 10001001 | 11101 | 1011101 | 0 | 101110 | 100011001 | 1010110 | 11101 |
Color Harmonies of #610A89
Complementary color
Monochromatic Colors of #610A89
Black with #610A89
Text Example
Text Example
White with #610A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A89; }
p { color: rgb(97,10,137); }
H1.HeaderClassName
{
color: #610A89;
}
.AnyTagClassName
{
color: #610A89;
}
</style>
background-color css
<style>
a { background-color: #610A89; }
a { background-color: rgb(97,10,137); }
div.DivClassName
{
background-color: #610A89;
}
.BgClassName
{
background-color: #610A89;
}
</style>
border-color css
<style>
span { border-color: #610A89; }
span { border-color: rgb(97,10,137); }
td.TdClassName
{
border-color: #610A89;
}
.TagClassName
{
border-color: #610A89;
}
</style>