Shades of Indigo #610DA0
Tints of Indigo #610DA0
RGB
CMYK
RGB Variations
Color information
#610DA0 (or 0x610DA0) is known color: Indigo. HEX triplet: 61, 0D and A0. RGB value is (97,13,160). Sum of RGB (Red+Green+Blue) = 97+13+160=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #610DA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610DA0 is #9EF25F. Grayscale: #363636. Windows color (decimal): -10416736 or 10489185. OLE color: 10489185.
HSL color Cylindrical-coordinate representation of color #610DA0: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610DA0 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 13 | 160 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.37 |
| HSL | 274.29º | 0.85% | 0.34% | - |
| HSV(B) | 274.29º | 0.92% | 0.63% | - |
| XYZ | 11.42 | 5.37 | 33.69 | - |
| YUV | 54.87 | 187.33 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 160 | 0.39 | 0.92 | 0 | 0.37 | 274.29 | 0.85 | 0.34 |
| Hex | 61 | D | A0 | 27 | 5C | 0 | 25 | 112 | 55 | 22 |
| Octal | 141 | 15 | 240 | 47 | 134 | 0 | 45 | 422 | 125 | 42 |
| Binary | 1100001 | 1101 | 10100000 | 100111 | 1011100 | 0 | 100101 | 100010010 | 1010101 | 100010 |
Color Harmonies of #610DA0
Complementary color
Monochromatic Colors of #610DA0
Black with #610DA0
Text Example
Text Example
White with #610DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610DA0; }
p { color: rgb(97,13,160); }
H1.HeaderClassName
{
color: #610DA0;
}
.AnyTagClassName
{
color: #610DA0;
}
</style>
background-color css
<style>
a { background-color: #610DA0; }
a { background-color: rgb(97,13,160); }
div.DivClassName
{
background-color: #610DA0;
}
.BgClassName
{
background-color: #610DA0;
}
</style>
border-color css
<style>
span { border-color: #610DA0; }
span { border-color: rgb(97,13,160); }
td.TdClassName
{
border-color: #610DA0;
}
.TagClassName
{
border-color: #610DA0;
}
</style>