Shades of Indigo #61137B
Tints of Indigo #61137B
RGB
CMYK
RGB Variations
Color information
#61137B (or 0x61137B) is known color: Indigo. HEX triplet: 61, 13 and 7B. RGB value is (97,19,123). Sum of RGB (Red+Green+Blue) = 97+19+123=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #61137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61137B is #9EEC84. Grayscale: #353535. Windows color (decimal): -10415237 or 8065889. OLE color: 8065889.
HSL color Cylindrical-coordinate representation of color #61137B: hue angle of 285º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61137B is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 19 | 123 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.52 |
| HSL | 285º | 0.73% | 0.28% | - |
| HSV(B) | 285º | 0.85% | 0.48% | - |
| XYZ | 8.74 | 4.44 | 19.13 | - |
| YUV | 54.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 123 | 0.21 | 0.85 | 0 | 0.52 | 285 | 0.73 | 0.28 |
| Hex | 61 | 13 | 7B | 15 | 55 | 0 | 34 | 11D | 49 | 1C |
| Octal | 141 | 23 | 173 | 25 | 125 | 0 | 64 | 435 | 111 | 34 |
| Binary | 1100001 | 10011 | 1111011 | 10101 | 1010101 | 0 | 110100 | 100011101 | 1001001 | 11100 |
Color Harmonies of #61137B
Complementary color
Monochromatic Colors of #61137B
Black with #61137B
Text Example
Text Example
White with #61137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61137B; }
p { color: rgb(97,19,123); }
H1.HeaderClassName
{
color: #61137B;
}
.AnyTagClassName
{
color: #61137B;
}
</style>
background-color css
<style>
a { background-color: #61137B; }
a { background-color: rgb(97,19,123); }
div.DivClassName
{
background-color: #61137B;
}
.BgClassName
{
background-color: #61137B;
}
</style>
border-color css
<style>
span { border-color: #61137B; }
span { border-color: rgb(97,19,123); }
td.TdClassName
{
border-color: #61137B;
}
.TagClassName
{
border-color: #61137B;
}
</style>