Shades of Indigo #610A9A
Tints of Indigo #610A9A
RGB
CMYK
RGB Variations
Color information
#610A9A (or 0x610A9A) is known color: Indigo. HEX triplet: 61, 0A and 9A. RGB value is (97,10,154). Sum of RGB (Red+Green+Blue) = 97+10+154=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #610A9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610A9A is #9EF565. Grayscale: #333333. Windows color (decimal): -10417510 or 10095201. OLE color: 10095201.
HSL color Cylindrical-coordinate representation of color #610A9A: hue angle of 276.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610A9A is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 10 | 154 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.40 |
| HSL | 276.25º | 0.88% | 0.32% | - |
| HSV(B) | 276.25º | 0.94% | 0.6% | - |
| XYZ | 10.87 | 5.09 | 30.98 | - |
| YUV | 52.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 154 | 0.37 | 0.94 | 0 | 0.40 | 276.25 | 0.88 | 0.32 |
| Hex | 61 | A | 9A | 25 | 5E | 0 | 28 | 114 | 58 | 20 |
| Octal | 141 | 12 | 232 | 45 | 136 | 0 | 50 | 424 | 130 | 40 |
| Binary | 1100001 | 1010 | 10011010 | 100101 | 1011110 | 0 | 101000 | 100010100 | 1011000 | 100000 |
Color Harmonies of #610A9A
Complementary color
Monochromatic Colors of #610A9A
Black with #610A9A
Text Example
Text Example
White with #610A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A9A; }
p { color: rgb(97,10,154); }
H1.HeaderClassName
{
color: #610A9A;
}
.AnyTagClassName
{
color: #610A9A;
}
</style>
background-color css
<style>
a { background-color: #610A9A; }
a { background-color: rgb(97,10,154); }
div.DivClassName
{
background-color: #610A9A;
}
.BgClassName
{
background-color: #610A9A;
}
</style>
border-color css
<style>
span { border-color: #610A9A; }
span { border-color: rgb(97,10,154); }
td.TdClassName
{
border-color: #610A9A;
}
.TagClassName
{
border-color: #610A9A;
}
</style>