Shades of Indigo #610D91
Tints of Indigo #610D91
RGB
CMYK
RGB Variations
Color information
#610D91 (or 0x610D91) is known color: Indigo. HEX triplet: 61, 0D and 91. RGB value is (97,13,145). Sum of RGB (Red+Green+Blue) = 97+13+145=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #610D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610D91 is #9EF26E. Grayscale: #343434. Windows color (decimal): -10416751 or 9506145. OLE color: 9506145.
HSL color Cylindrical-coordinate representation of color #610D91: hue angle of 278.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610D91 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 13 | 145 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.43 |
| HSL | 278.18º | 0.84% | 0.31% | - |
| HSV(B) | 278.18º | 0.91% | 0.57% | - |
| XYZ | 10.18 | 4.87 | 27.19 | - |
| YUV | 53.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 145 | 0.33 | 0.91 | 0 | 0.43 | 278.18 | 0.84 | 0.31 |
| Hex | 61 | D | 91 | 21 | 5B | 0 | 2B | 116 | 54 | 1F |
| Octal | 141 | 15 | 221 | 41 | 133 | 0 | 53 | 426 | 124 | 37 |
| Binary | 1100001 | 1101 | 10010001 | 100001 | 1011011 | 0 | 101011 | 100010110 | 1010100 | 11111 |
Color Harmonies of #610D91
Complementary color
Monochromatic Colors of #610D91
Black with #610D91
Text Example
Text Example
White with #610D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D91; }
p { color: rgb(97,13,145); }
H1.HeaderClassName
{
color: #610D91;
}
.AnyTagClassName
{
color: #610D91;
}
</style>
background-color css
<style>
a { background-color: #610D91; }
a { background-color: rgb(97,13,145); }
div.DivClassName
{
background-color: #610D91;
}
.BgClassName
{
background-color: #610D91;
}
</style>
border-color css
<style>
span { border-color: #610D91; }
span { border-color: rgb(97,13,145); }
td.TdClassName
{
border-color: #610D91;
}
.TagClassName
{
border-color: #610D91;
}
</style>