Shades of Indigo #610F85
Tints of Indigo #610F85
RGB
CMYK
RGB Variations
Color information
#610F85 (or 0x610F85) is known color: Indigo. HEX triplet: 61, 0F and 85. RGB value is (97,15,133). Sum of RGB (Red+Green+Blue) = 97+15+133=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #610F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610F85 is #9EF07A. Grayscale: #343434. Windows color (decimal): -10416251 or 8720225. OLE color: 8720225.
HSL color Cylindrical-coordinate representation of color #610F85: hue angle of 281.69º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610F85 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 15 | 133 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.48 |
| HSL | 281.69º | 0.8% | 0.29% | - |
| HSV(B) | 281.69º | 0.89% | 0.52% | - |
| XYZ | 9.33 | 4.58 | 22.58 | - |
| YUV | 52.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 133 | 0.27 | 0.89 | 0 | 0.48 | 281.69 | 0.8 | 0.29 |
| Hex | 61 | F | 85 | 1B | 59 | 0 | 30 | 11A | 50 | 1D |
| Octal | 141 | 17 | 205 | 33 | 131 | 0 | 60 | 432 | 120 | 35 |
| Binary | 1100001 | 1111 | 10000101 | 11011 | 1011001 | 0 | 110000 | 100011010 | 1010000 | 11101 |
Color Harmonies of #610F85
Complementary color
Monochromatic Colors of #610F85
Black with #610F85
Text Example
Text Example
White with #610F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F85; }
p { color: rgb(97,15,133); }
H1.HeaderClassName
{
color: #610F85;
}
.AnyTagClassName
{
color: #610F85;
}
</style>
background-color css
<style>
a { background-color: #610F85; }
a { background-color: rgb(97,15,133); }
div.DivClassName
{
background-color: #610F85;
}
.BgClassName
{
background-color: #610F85;
}
</style>
border-color css
<style>
span { border-color: #610F85; }
span { border-color: rgb(97,15,133); }
td.TdClassName
{
border-color: #610F85;
}
.TagClassName
{
border-color: #610F85;
}
</style>