Shades of Indigo #61127E
Tints of Indigo #61127E
RGB
CMYK
RGB Variations
Color information
#61127E (or 0x61127E) is known color: Indigo. HEX triplet: 61, 12 and 7E. RGB value is (97,18,126). Sum of RGB (Red+Green+Blue) = 97+18+126=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #61127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61127E is #9EED81. Grayscale: #353535. Windows color (decimal): -10415490 or 8262241. OLE color: 8262241.
HSL color Cylindrical-coordinate representation of color #61127E: hue angle of 283.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61127E is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 18 | 126 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.51 |
| HSL | 283.89º | 0.75% | 0.28% | - |
| HSV(B) | 283.89º | 0.86% | 0.49% | - |
| XYZ | 8.91 | 4.48 | 20.13 | - |
| YUV | 53.93 | 168.67 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 126 | 0.23 | 0.86 | 0 | 0.51 | 283.89 | 0.75 | 0.28 |
| Hex | 61 | 12 | 7E | 17 | 56 | 0 | 33 | 11C | 4B | 1C |
| Octal | 141 | 22 | 176 | 27 | 126 | 0 | 63 | 434 | 113 | 34 |
| Binary | 1100001 | 10010 | 1111110 | 10111 | 1010110 | 0 | 110011 | 100011100 | 1001011 | 11100 |
Color Harmonies of #61127E
Complementary color
Monochromatic Colors of #61127E
Black with #61127E
Text Example
Text Example
White with #61127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61127E; }
p { color: rgb(97,18,126); }
H1.HeaderClassName
{
color: #61127E;
}
.AnyTagClassName
{
color: #61127E;
}
</style>
background-color css
<style>
a { background-color: #61127E; }
a { background-color: rgb(97,18,126); }
div.DivClassName
{
background-color: #61127E;
}
.BgClassName
{
background-color: #61127E;
}
</style>
border-color css
<style>
span { border-color: #61127E; }
span { border-color: rgb(97,18,126); }
td.TdClassName
{
border-color: #61127E;
}
.TagClassName
{
border-color: #61127E;
}
</style>