Shades of Indigo #611788
Tints of Indigo #611788
RGB
CMYK
RGB Variations
Color information
#611788 (or 0x611788) is known color: Indigo. HEX triplet: 61, 17 and 88. RGB value is (97,23,136). Sum of RGB (Red+Green+Blue) = 97+23+136=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #611788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611788 is #9EE877. Grayscale: #393939. Windows color (decimal): -10414200 or 8918881. OLE color: 8918881.
HSL color Cylindrical-coordinate representation of color #611788: hue angle of 279.29º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611788 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 23 | 136 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.47 |
| HSL | 279.29º | 0.71% | 0.31% | - |
| HSV(B) | 279.29º | 0.83% | 0.53% | - |
| XYZ | 9.68 | 4.93 | 23.73 | - |
| YUV | 58.01 | 172.02 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 136 | 0.29 | 0.83 | 0 | 0.47 | 279.29 | 0.71 | 0.31 |
| Hex | 61 | 17 | 88 | 1D | 53 | 0 | 2F | 117 | 47 | 1F |
| Octal | 141 | 27 | 210 | 35 | 123 | 0 | 57 | 427 | 107 | 37 |
| Binary | 1100001 | 10111 | 10001000 | 11101 | 1010011 | 0 | 101111 | 100010111 | 1000111 | 11111 |
Color Harmonies of #611788
Complementary color
Monochromatic Colors of #611788
Black with #611788
Text Example
Text Example
White with #611788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611788; }
p { color: rgb(97,23,136); }
H1.HeaderClassName
{
color: #611788;
}
.AnyTagClassName
{
color: #611788;
}
</style>
background-color css
<style>
a { background-color: #611788; }
a { background-color: rgb(97,23,136); }
div.DivClassName
{
background-color: #611788;
}
.BgClassName
{
background-color: #611788;
}
</style>
border-color css
<style>
span { border-color: #611788; }
span { border-color: rgb(97,23,136); }
td.TdClassName
{
border-color: #611788;
}
.TagClassName
{
border-color: #611788;
}
</style>