Shades of Indigo #611690
Tints of Indigo #611690
RGB
CMYK
RGB Variations
Color information
#611690 (or 0x611690) is known color: Indigo. HEX triplet: 61, 16 and 90. RGB value is (97,22,144). Sum of RGB (Red+Green+Blue) = 97+22+144=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #611690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611690 is #9EE96F. Grayscale: #393939. Windows color (decimal): -10414448 or 9442913. OLE color: 9442913.
HSL color Cylindrical-coordinate representation of color #611690: hue angle of 276.89º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611690 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 22 | 144 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.44 |
| HSL | 276.89º | 0.73% | 0.33% | - |
| HSV(B) | 276.89º | 0.85% | 0.56% | - |
| XYZ | 10.25 | 5.13 | 26.84 | - |
| YUV | 58.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 144 | 0.33 | 0.85 | 0 | 0.44 | 276.89 | 0.73 | 0.33 |
| Hex | 61 | 16 | 90 | 21 | 55 | 0 | 2C | 115 | 49 | 21 |
| Octal | 141 | 26 | 220 | 41 | 125 | 0 | 54 | 425 | 111 | 41 |
| Binary | 1100001 | 10110 | 10010000 | 100001 | 1010101 | 0 | 101100 | 100010101 | 1001001 | 100001 |
Color Harmonies of #611690
Complementary color
Monochromatic Colors of #611690
Black with #611690
Text Example
Text Example
White with #611690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611690; }
p { color: rgb(97,22,144); }
H1.HeaderClassName
{
color: #611690;
}
.AnyTagClassName
{
color: #611690;
}
</style>
background-color css
<style>
a { background-color: #611690; }
a { background-color: rgb(97,22,144); }
div.DivClassName
{
background-color: #611690;
}
.BgClassName
{
background-color: #611690;
}
</style>
border-color css
<style>
span { border-color: #611690; }
span { border-color: rgb(97,22,144); }
td.TdClassName
{
border-color: #611690;
}
.TagClassName
{
border-color: #611690;
}
</style>