Shades of Indigo #61137E
Tints of Indigo #61137E
RGB
CMYK
RGB Variations
Color information
#61137E (or 0x61137E) is known color: Indigo. HEX triplet: 61, 13 and 7E. RGB value is (97,19,126). Sum of RGB (Red+Green+Blue) = 97+19+126=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #61137E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61137E is #9EEC81. Grayscale: #363636. Windows color (decimal): -10415234 or 8262497. OLE color: 8262497.
HSL color Cylindrical-coordinate representation of color #61137E: hue angle of 283.74º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61137E is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 19 | 126 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.51 |
| HSL | 283.74º | 0.74% | 0.28% | - |
| HSV(B) | 283.74º | 0.85% | 0.49% | - |
| XYZ | 8.93 | 4.51 | 20.14 | - |
| YUV | 54.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 126 | 0.23 | 0.85 | 0 | 0.51 | 283.74 | 0.74 | 0.28 |
| Hex | 61 | 13 | 7E | 17 | 55 | 0 | 33 | 11C | 4A | 1C |
| Octal | 141 | 23 | 176 | 27 | 125 | 0 | 63 | 434 | 112 | 34 |
| Binary | 1100001 | 10011 | 1111110 | 10111 | 1010101 | 0 | 110011 | 100011100 | 1001010 | 11100 |
Color Harmonies of #61137E
Complementary color
Monochromatic Colors of #61137E
Black with #61137E
Text Example
Text Example
White with #61137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61137E; }
p { color: rgb(97,19,126); }
H1.HeaderClassName
{
color: #61137E;
}
.AnyTagClassName
{
color: #61137E;
}
</style>
background-color css
<style>
a { background-color: #61137E; }
a { background-color: rgb(97,19,126); }
div.DivClassName
{
background-color: #61137E;
}
.BgClassName
{
background-color: #61137E;
}
</style>
border-color css
<style>
span { border-color: #61137E; }
span { border-color: rgb(97,19,126); }
td.TdClassName
{
border-color: #61137E;
}
.TagClassName
{
border-color: #61137E;
}
</style>