Shades of Indigo #610F91
Tints of Indigo #610F91
RGB
CMYK
RGB Variations
Color information
#610F91 (or 0x610F91) is known color: Indigo. HEX triplet: 61, 0F and 91. RGB value is (97,15,145). Sum of RGB (Red+Green+Blue) = 97+15+145=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #610F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610F91 is #9EF06E. Grayscale: #353535. Windows color (decimal): -10416239 or 9506657. OLE color: 9506657.
HSL color Cylindrical-coordinate representation of color #610F91: hue angle of 277.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610F91 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 15 | 145 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.43 |
| HSL | 277.85º | 0.81% | 0.31% | - |
| HSV(B) | 277.85º | 0.9% | 0.57% | - |
| XYZ | 10.21 | 4.93 | 27.2 | - |
| YUV | 54.34 | 179.17 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 145 | 0.33 | 0.90 | 0 | 0.43 | 277.85 | 0.81 | 0.31 |
| Hex | 61 | F | 91 | 21 | 5A | 0 | 2B | 116 | 51 | 1F |
| Octal | 141 | 17 | 221 | 41 | 132 | 0 | 53 | 426 | 121 | 37 |
| Binary | 1100001 | 1111 | 10010001 | 100001 | 1011010 | 0 | 101011 | 100010110 | 1010001 | 11111 |
Color Harmonies of #610F91
Complementary color
Monochromatic Colors of #610F91
Black with #610F91
Text Example
Text Example
White with #610F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F91; }
p { color: rgb(97,15,145); }
H1.HeaderClassName
{
color: #610F91;
}
.AnyTagClassName
{
color: #610F91;
}
</style>
background-color css
<style>
a { background-color: #610F91; }
a { background-color: rgb(97,15,145); }
div.DivClassName
{
background-color: #610F91;
}
.BgClassName
{
background-color: #610F91;
}
</style>
border-color css
<style>
span { border-color: #610F91; }
span { border-color: rgb(97,15,145); }
td.TdClassName
{
border-color: #610F91;
}
.TagClassName
{
border-color: #610F91;
}
</style>