Shades of Indigo #610C87
Tints of Indigo #610C87
RGB
CMYK
RGB Variations
Color information
#610C87 (or 0x610C87) is known color: Indigo. HEX triplet: 61, 0C and 87. RGB value is (97,12,135). Sum of RGB (Red+Green+Blue) = 97+12+135=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #610C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610C87 is #9EF378. Grayscale: #333333. Windows color (decimal): -10417017 or 8850529. OLE color: 8850529.
HSL color Cylindrical-coordinate representation of color #610C87: hue angle of 281.46º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610C87 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 12 | 135 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.47 |
| HSL | 281.46º | 0.84% | 0.29% | - |
| HSV(B) | 281.46º | 0.91% | 0.53% | - |
| XYZ | 9.43 | 4.55 | 23.3 | - |
| YUV | 51.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 135 | 0.28 | 0.91 | 0 | 0.47 | 281.46 | 0.84 | 0.29 |
| Hex | 61 | C | 87 | 1C | 5B | 0 | 2F | 119 | 54 | 1D |
| Octal | 141 | 14 | 207 | 34 | 133 | 0 | 57 | 431 | 124 | 35 |
| Binary | 1100001 | 1100 | 10000111 | 11100 | 1011011 | 0 | 101111 | 100011001 | 1010100 | 11101 |
Color Harmonies of #610C87
Complementary color
Monochromatic Colors of #610C87
Black with #610C87
Text Example
Text Example
White with #610C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C87; }
p { color: rgb(97,12,135); }
H1.HeaderClassName
{
color: #610C87;
}
.AnyTagClassName
{
color: #610C87;
}
</style>
background-color css
<style>
a { background-color: #610C87; }
a { background-color: rgb(97,12,135); }
div.DivClassName
{
background-color: #610C87;
}
.BgClassName
{
background-color: #610C87;
}
</style>
border-color css
<style>
span { border-color: #610C87; }
span { border-color: rgb(97,12,135); }
td.TdClassName
{
border-color: #610C87;
}
.TagClassName
{
border-color: #610C87;
}
</style>