Shades of Indigo #61137D
Tints of Indigo #61137D
RGB
CMYK
RGB Variations
Color information
#61137D (or 0x61137D) is known color: Indigo. HEX triplet: 61, 13 and 7D. RGB value is (97,19,125). Sum of RGB (Red+Green+Blue) = 97+19+125=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #61137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61137D is #9EEC82. Grayscale: #363636. Windows color (decimal): -10415235 or 8196961. OLE color: 8196961.
HSL color Cylindrical-coordinate representation of color #61137D: hue angle of 284.15º 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 #61137D is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 19 | 125 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.51 |
| HSL | 284.15º | 0.74% | 0.28% | - |
| HSV(B) | 284.15º | 0.85% | 0.49% | - |
| XYZ | 8.86 | 4.49 | 19.8 | - |
| YUV | 54.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 125 | 0.22 | 0.85 | 0 | 0.51 | 284.15 | 0.74 | 0.28 |
| Hex | 61 | 13 | 7D | 16 | 55 | 0 | 33 | 11C | 4A | 1C |
| Octal | 141 | 23 | 175 | 26 | 125 | 0 | 63 | 434 | 112 | 34 |
| Binary | 1100001 | 10011 | 1111101 | 10110 | 1010101 | 0 | 110011 | 100011100 | 1001010 | 11100 |
Color Harmonies of #61137D
Complementary color
Monochromatic Colors of #61137D
Black with #61137D
Text Example
Text Example
White with #61137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61137D; }
p { color: rgb(97,19,125); }
H1.HeaderClassName
{
color: #61137D;
}
.AnyTagClassName
{
color: #61137D;
}
</style>
background-color css
<style>
a { background-color: #61137D; }
a { background-color: rgb(97,19,125); }
div.DivClassName
{
background-color: #61137D;
}
.BgClassName
{
background-color: #61137D;
}
</style>
border-color css
<style>
span { border-color: #61137D; }
span { border-color: rgb(97,19,125); }
td.TdClassName
{
border-color: #61137D;
}
.TagClassName
{
border-color: #61137D;
}
</style>