Shades of Indigo #610175
Tints of Indigo #610175
RGB
CMYK
RGB Variations
Color information
#610175 (or 0x610175) is known color: Indigo. HEX triplet: 61, 01 and 75. RGB value is (97,1,117). Sum of RGB (Red+Green+Blue) = 97+1+117=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #610175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610175 is #9EFE8A. Grayscale: #2A2A2A. Windows color (decimal): -10419851 or 7668065. OLE color: 7668065.
HSL color Cylindrical-coordinate representation of color #610175: hue angle of 289.66º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610175 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 1 | 117 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.54 |
| HSL | 289.66º | 0.98% | 0.23% | - |
| HSV(B) | 289.66º | 0.99% | 0.46% | - |
| XYZ | 8.15 | 3.85 | 17.14 | - |
| YUV | 42.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 117 | 0.17 | 0.99 | 0 | 0.54 | 289.66 | 0.98 | 0.23 |
| Hex | 61 | 1 | 75 | 11 | 63 | 0 | 36 | 122 | 62 | 17 |
| Octal | 141 | 1 | 165 | 21 | 143 | 0 | 66 | 442 | 142 | 27 |
| Binary | 1100001 | 1 | 1110101 | 10001 | 1100011 | 0 | 110110 | 100100010 | 1100010 | 10111 |
Color Harmonies of #610175
Complementary color
Monochromatic Colors of #610175
Black with #610175
Text Example
Text Example
White with #610175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610175; }
p { color: rgb(97,1,117); }
H1.HeaderClassName
{
color: #610175;
}
.AnyTagClassName
{
color: #610175;
}
</style>
background-color css
<style>
a { background-color: #610175; }
a { background-color: rgb(97,1,117); }
div.DivClassName
{
background-color: #610175;
}
.BgClassName
{
background-color: #610175;
}
</style>
border-color css
<style>
span { border-color: #610175; }
span { border-color: rgb(97,1,117); }
td.TdClassName
{
border-color: #610175;
}
.TagClassName
{
border-color: #610175;
}
</style>