Shades of Indigo #610471
Tints of Indigo #610471
RGB
CMYK
RGB Variations
Color information
#610471 (or 0x610471) is known color: Indigo. HEX triplet: 61, 04 and 71. RGB value is (97,4,113). Sum of RGB (Red+Green+Blue) = 97+4+113=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #610471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610471 is #9EFB8E. Grayscale: #2B2B2B. Windows color (decimal): -10419087 or 7406689. OLE color: 7406689.
HSL color Cylindrical-coordinate representation of color #610471: hue angle of 291.19º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610471 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 4 | 113 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.56 |
| HSL | 291.19º | 0.93% | 0.23% | - |
| HSV(B) | 291.19º | 0.96% | 0.44% | - |
| XYZ | 7.95 | 3.82 | 15.94 | - |
| YUV | 44.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 113 | 0.14 | 0.96 | 0 | 0.56 | 291.19 | 0.93 | 0.23 |
| Hex | 61 | 4 | 71 | E | 60 | 0 | 38 | 123 | 5D | 17 |
| Octal | 141 | 4 | 161 | 16 | 140 | 0 | 70 | 443 | 135 | 27 |
| Binary | 1100001 | 100 | 1110001 | 1110 | 1100000 | 0 | 111000 | 100100011 | 1011101 | 10111 |
Color Harmonies of #610471
Complementary color
Monochromatic Colors of #610471
Black with #610471
Text Example
Text Example
White with #610471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610471; }
p { color: rgb(97,4,113); }
H1.HeaderClassName
{
color: #610471;
}
.AnyTagClassName
{
color: #610471;
}
</style>
background-color css
<style>
a { background-color: #610471; }
a { background-color: rgb(97,4,113); }
div.DivClassName
{
background-color: #610471;
}
.BgClassName
{
background-color: #610471;
}
</style>
border-color css
<style>
span { border-color: #610471; }
span { border-color: rgb(97,4,113); }
td.TdClassName
{
border-color: #610471;
}
.TagClassName
{
border-color: #610471;
}
</style>