Shades of Indigo #611790
Tints of Indigo #611790
RGB
CMYK
RGB Variations
Color information
#611790 (or 0x611790) is known color: Indigo. HEX triplet: 61, 17 and 90. RGB value is (97,23,144). Sum of RGB (Red+Green+Blue) = 97+23+144=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #611790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611790 is #9EE86F. Grayscale: #3A3A3A. Windows color (decimal): -10414192 or 9443169. OLE color: 9443169.
HSL color Cylindrical-coordinate representation of color #611790: hue angle of 276.69º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611790 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 23 | 144 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.44 |
| HSL | 276.69º | 0.72% | 0.33% | - |
| HSV(B) | 276.69º | 0.84% | 0.56% | - |
| XYZ | 10.27 | 5.17 | 26.84 | - |
| YUV | 58.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 144 | 0.33 | 0.84 | 0 | 0.44 | 276.69 | 0.72 | 0.33 |
| Hex | 61 | 17 | 90 | 21 | 54 | 0 | 2C | 115 | 48 | 21 |
| Octal | 141 | 27 | 220 | 41 | 124 | 0 | 54 | 425 | 110 | 41 |
| Binary | 1100001 | 10111 | 10010000 | 100001 | 1010100 | 0 | 101100 | 100010101 | 1001000 | 100001 |
Color Harmonies of #611790
Complementary color
Monochromatic Colors of #611790
Black with #611790
Text Example
Text Example
White with #611790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611790; }
p { color: rgb(97,23,144); }
H1.HeaderClassName
{
color: #611790;
}
.AnyTagClassName
{
color: #611790;
}
</style>
background-color css
<style>
a { background-color: #611790; }
a { background-color: rgb(97,23,144); }
div.DivClassName
{
background-color: #611790;
}
.BgClassName
{
background-color: #611790;
}
</style>
border-color css
<style>
span { border-color: #611790; }
span { border-color: rgb(97,23,144); }
td.TdClassName
{
border-color: #611790;
}
.TagClassName
{
border-color: #611790;
}
</style>