Shades of Indigo #61157F
Tints of Indigo #61157F
RGB
CMYK
RGB Variations
Color information
#61157F (or 0x61157F) is known color: Indigo. HEX triplet: 61, 15 and 7F. RGB value is (97,21,127). Sum of RGB (Red+Green+Blue) = 97+21+127=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #61157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61157F is #9EEA80. Grayscale: #373737. Windows color (decimal): -10414721 or 8328545. OLE color: 8328545.
HSL color Cylindrical-coordinate representation of color #61157F: hue angle of 283.02º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #61157F is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 21 | 127 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.50 |
| HSL | 283.02º | 0.72% | 0.29% | - |
| HSV(B) | 283.02º | 0.83% | 0.5% | - |
| XYZ | 9.03 | 4.61 | 20.49 | - |
| YUV | 55.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 127 | 0.24 | 0.83 | 0 | 0.50 | 283.02 | 0.72 | 0.29 |
| Hex | 61 | 15 | 7F | 18 | 53 | 0 | 32 | 11B | 48 | 1D |
| Octal | 141 | 25 | 177 | 30 | 123 | 0 | 62 | 433 | 110 | 35 |
| Binary | 1100001 | 10101 | 1111111 | 11000 | 1010011 | 0 | 110010 | 100011011 | 1001000 | 11101 |
Color Harmonies of #61157F
Complementary color
Monochromatic Colors of #61157F
Black with #61157F
Text Example
Text Example
White with #61157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61157F; }
p { color: rgb(97,21,127); }
H1.HeaderClassName
{
color: #61157F;
}
.AnyTagClassName
{
color: #61157F;
}
</style>
background-color css
<style>
a { background-color: #61157F; }
a { background-color: rgb(97,21,127); }
div.DivClassName
{
background-color: #61157F;
}
.BgClassName
{
background-color: #61157F;
}
</style>
border-color css
<style>
span { border-color: #61157F; }
span { border-color: rgb(97,21,127); }
td.TdClassName
{
border-color: #61157F;
}
.TagClassName
{
border-color: #61157F;
}
</style>