Shades of Indigo #61177C
Tints of Indigo #61177C
RGB
CMYK
RGB Variations
Color information
#61177C (or 0x61177C) is known color: Indigo. HEX triplet: 61, 17 and 7C. RGB value is (97,23,124). Sum of RGB (Red+Green+Blue) = 97+23+124=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #61177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61177C is #9EE883. Grayscale: #383838. Windows color (decimal): -10414212 or 8132449. OLE color: 8132449.
HSL color Cylindrical-coordinate representation of color #61177C: hue angle of 283.96º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61177C is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 23 | 124 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.51 |
| HSL | 283.96º | 0.69% | 0.29% | - |
| HSV(B) | 283.96º | 0.81% | 0.49% | - |
| XYZ | 8.87 | 4.61 | 19.49 | - |
| YUV | 56.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 124 | 0.22 | 0.81 | 0 | 0.51 | 283.96 | 0.69 | 0.29 |
| Hex | 61 | 17 | 7C | 16 | 51 | 0 | 33 | 11C | 45 | 1D |
| Octal | 141 | 27 | 174 | 26 | 121 | 0 | 63 | 434 | 105 | 35 |
| Binary | 1100001 | 10111 | 1111100 | 10110 | 1010001 | 0 | 110011 | 100011100 | 1000101 | 11101 |
Color Harmonies of #61177C
Complementary color
Monochromatic Colors of #61177C
Black with #61177C
Text Example
Text Example
White with #61177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61177C; }
p { color: rgb(97,23,124); }
H1.HeaderClassName
{
color: #61177C;
}
.AnyTagClassName
{
color: #61177C;
}
</style>
background-color css
<style>
a { background-color: #61177C; }
a { background-color: rgb(97,23,124); }
div.DivClassName
{
background-color: #61177C;
}
.BgClassName
{
background-color: #61177C;
}
</style>
border-color css
<style>
span { border-color: #61177C; }
span { border-color: rgb(97,23,124); }
td.TdClassName
{
border-color: #61177C;
}
.TagClassName
{
border-color: #61177C;
}
</style>