Shades of Indigo #61179D
Tints of Indigo #61179D
RGB
CMYK
RGB Variations
Color information
#61179D (or 0x61179D) is known color: Indigo. HEX triplet: 61, 17 and 9D. RGB value is (97,23,157). Sum of RGB (Red+Green+Blue) = 97+23+157=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #61179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61179D is #9EE862. Grayscale: #3B3B3B. Windows color (decimal): -10414179 or 10295137. OLE color: 10295137.
HSL color Cylindrical-coordinate representation of color #61179D: hue angle of 273.13º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61179D is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 23 | 157 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.38 |
| HSL | 273.13º | 0.74% | 0.35% | - |
| HSV(B) | 273.13º | 0.85% | 0.62% | - |
| XYZ | 11.32 | 5.59 | 32.38 | - |
| YUV | 60.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 157 | 0.38 | 0.85 | 0 | 0.38 | 273.13 | 0.74 | 0.35 |
| Hex | 61 | 17 | 9D | 26 | 55 | 0 | 26 | 111 | 4A | 23 |
| Octal | 141 | 27 | 235 | 46 | 125 | 0 | 46 | 421 | 112 | 43 |
| Binary | 1100001 | 10111 | 10011101 | 100110 | 1010101 | 0 | 100110 | 100010001 | 1001010 | 100011 |
Color Harmonies of #61179D
Complementary color
Monochromatic Colors of #61179D
Black with #61179D
Text Example
Text Example
White with #61179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61179D; }
p { color: rgb(97,23,157); }
H1.HeaderClassName
{
color: #61179D;
}
.AnyTagClassName
{
color: #61179D;
}
</style>
background-color css
<style>
a { background-color: #61179D; }
a { background-color: rgb(97,23,157); }
div.DivClassName
{
background-color: #61179D;
}
.BgClassName
{
background-color: #61179D;
}
</style>
border-color css
<style>
span { border-color: #61179D; }
span { border-color: rgb(97,23,157); }
td.TdClassName
{
border-color: #61179D;
}
.TagClassName
{
border-color: #61179D;
}
</style>