Shades of Indigo #61159C
Tints of Indigo #61159C
RGB
CMYK
RGB Variations
Color information
#61159C (or 0x61159C) is known color: Indigo. HEX triplet: 61, 15 and 9C. RGB value is (97,21,156). Sum of RGB (Red+Green+Blue) = 97+21+156=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #61159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61159C is #9EEA63. Grayscale: #3A3A3A. Windows color (decimal): -10414692 or 10229089. OLE color: 10229089.
HSL color Cylindrical-coordinate representation of color #61159C: hue angle of 273.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61159C is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 21 | 156 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.39 |
| HSL | 273.78º | 0.76% | 0.35% | - |
| HSV(B) | 273.78º | 0.87% | 0.61% | - |
| XYZ | 11.2 | 5.48 | 31.92 | - |
| YUV | 59.11 | 182.68 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 156 | 0.38 | 0.87 | 0 | 0.39 | 273.78 | 0.76 | 0.35 |
| Hex | 61 | 15 | 9C | 26 | 57 | 0 | 27 | 112 | 4C | 23 |
| Octal | 141 | 25 | 234 | 46 | 127 | 0 | 47 | 422 | 114 | 43 |
| Binary | 1100001 | 10101 | 10011100 | 100110 | 1010111 | 0 | 100111 | 100010010 | 1001100 | 100011 |
Color Harmonies of #61159C
Complementary color
Monochromatic Colors of #61159C
Black with #61159C
Text Example
Text Example
White with #61159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61159C; }
p { color: rgb(97,21,156); }
H1.HeaderClassName
{
color: #61159C;
}
.AnyTagClassName
{
color: #61159C;
}
</style>
background-color css
<style>
a { background-color: #61159C; }
a { background-color: rgb(97,21,156); }
div.DivClassName
{
background-color: #61159C;
}
.BgClassName
{
background-color: #61159C;
}
</style>
border-color css
<style>
span { border-color: #61159C; }
span { border-color: rgb(97,21,156); }
td.TdClassName
{
border-color: #61159C;
}
.TagClassName
{
border-color: #61159C;
}
</style>