Shades of Indigo #610CA0
Tints of Indigo #610CA0
RGB
CMYK
RGB Variations
Color information
#610CA0 (or 0x610CA0) is known color: Indigo. HEX triplet: 61, 0C and A0. RGB value is (97,12,160). Sum of RGB (Red+Green+Blue) = 97+12+160=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #610CA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610CA0 is #9EF35F. Grayscale: #353535. Windows color (decimal): -10416992 or 10488929. OLE color: 10488929.
HSL color Cylindrical-coordinate representation of color #610CA0: hue angle of 274.46º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610CA0 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 12 | 160 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.37 |
| HSL | 274.46º | 0.86% | 0.34% | - |
| HSV(B) | 274.46º | 0.93% | 0.63% | - |
| XYZ | 11.41 | 5.34 | 33.69 | - |
| YUV | 54.29 | 187.66 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 160 | 0.39 | 0.93 | 0 | 0.37 | 274.46 | 0.86 | 0.34 |
| Hex | 61 | C | A0 | 27 | 5D | 0 | 25 | 112 | 56 | 22 |
| Octal | 141 | 14 | 240 | 47 | 135 | 0 | 45 | 422 | 126 | 42 |
| Binary | 1100001 | 1100 | 10100000 | 100111 | 1011101 | 0 | 100101 | 100010010 | 1010110 | 100010 |
Color Harmonies of #610CA0
Complementary color
Monochromatic Colors of #610CA0
Black with #610CA0
Text Example
Text Example
White with #610CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CA0; }
p { color: rgb(97,12,160); }
H1.HeaderClassName
{
color: #610CA0;
}
.AnyTagClassName
{
color: #610CA0;
}
</style>
background-color css
<style>
a { background-color: #610CA0; }
a { background-color: rgb(97,12,160); }
div.DivClassName
{
background-color: #610CA0;
}
.BgClassName
{
background-color: #610CA0;
}
</style>
border-color css
<style>
span { border-color: #610CA0; }
span { border-color: rgb(97,12,160); }
td.TdClassName
{
border-color: #610CA0;
}
.TagClassName
{
border-color: #610CA0;
}
</style>