Shades of Indigo #61158B
Tints of Indigo #61158B
RGB
CMYK
RGB Variations
Color information
#61158B (or 0x61158B) is known color: Indigo. HEX triplet: 61, 15 and 8B. RGB value is (97,21,139). Sum of RGB (Red+Green+Blue) = 97+21+139=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #61158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61158B is #9EEA74. Grayscale: #383838. Windows color (decimal): -10414709 or 9114977. OLE color: 9114977.
HSL color Cylindrical-coordinate representation of color #61158B: hue angle of 278.64º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61158B is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 21 | 139 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.45 |
| HSL | 278.64º | 0.74% | 0.31% | - |
| HSV(B) | 278.64º | 0.85% | 0.55% | - |
| XYZ | 9.86 | 4.94 | 24.86 | - |
| YUV | 57.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 139 | 0.30 | 0.85 | 0 | 0.45 | 278.64 | 0.74 | 0.31 |
| Hex | 61 | 15 | 8B | 1E | 55 | 0 | 2D | 117 | 4A | 1F |
| Octal | 141 | 25 | 213 | 36 | 125 | 0 | 55 | 427 | 112 | 37 |
| Binary | 1100001 | 10101 | 10001011 | 11110 | 1010101 | 0 | 101101 | 100010111 | 1001010 | 11111 |
Color Harmonies of #61158B
Complementary color
Monochromatic Colors of #61158B
Black with #61158B
Text Example
Text Example
White with #61158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61158B; }
p { color: rgb(97,21,139); }
H1.HeaderClassName
{
color: #61158B;
}
.AnyTagClassName
{
color: #61158B;
}
</style>
background-color css
<style>
a { background-color: #61158B; }
a { background-color: rgb(97,21,139); }
div.DivClassName
{
background-color: #61158B;
}
.BgClassName
{
background-color: #61158B;
}
</style>
border-color css
<style>
span { border-color: #61158B; }
span { border-color: rgb(97,21,139); }
td.TdClassName
{
border-color: #61158B;
}
.TagClassName
{
border-color: #61158B;
}
</style>