Shades of Indigo #610AA2
Tints of Indigo #610AA2
RGB
CMYK
RGB Variations
Color information
#610AA2 (or 0x610AA2) is known color: Indigo. HEX triplet: 61, 0A and A2. RGB value is (97,10,162). Sum of RGB (Red+Green+Blue) = 97+10+162=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #610AA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610AA2 is #9EF55D. Grayscale: #343434. Windows color (decimal): -10417502 or 10619489. OLE color: 10619489.
HSL color Cylindrical-coordinate representation of color #610AA2: hue angle of 274.34º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610AA2 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 10 | 162 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.36 |
| HSL | 274.34º | 0.88% | 0.34% | - |
| HSV(B) | 274.34º | 0.94% | 0.64% | - |
| XYZ | 11.56 | 5.37 | 34.61 | - |
| YUV | 53.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 162 | 0.40 | 0.94 | 0 | 0.36 | 274.34 | 0.88 | 0.34 |
| Hex | 61 | A | A2 | 28 | 5E | 0 | 24 | 112 | 58 | 22 |
| Octal | 141 | 12 | 242 | 50 | 136 | 0 | 44 | 422 | 130 | 42 |
| Binary | 1100001 | 1010 | 10100010 | 101000 | 1011110 | 0 | 100100 | 100010010 | 1011000 | 100010 |
Color Harmonies of #610AA2
Complementary color
Monochromatic Colors of #610AA2
Black with #610AA2
Text Example
Text Example
White with #610AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610AA2; }
p { color: rgb(97,10,162); }
H1.HeaderClassName
{
color: #610AA2;
}
.AnyTagClassName
{
color: #610AA2;
}
</style>
background-color css
<style>
a { background-color: #610AA2; }
a { background-color: rgb(97,10,162); }
div.DivClassName
{
background-color: #610AA2;
}
.BgClassName
{
background-color: #610AA2;
}
</style>
border-color css
<style>
span { border-color: #610AA2; }
span { border-color: rgb(97,10,162); }
td.TdClassName
{
border-color: #610AA2;
}
.TagClassName
{
border-color: #610AA2;
}
</style>