Shades of Indigo #611785
Tints of Indigo #611785
RGB
CMYK
RGB Variations
Color information
#611785 (or 0x611785) is known color: Indigo. HEX triplet: 61, 17 and 85. RGB value is (97,23,133). Sum of RGB (Red+Green+Blue) = 97+23+133=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #611785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611785 is #9EE87A. Grayscale: #393939. Windows color (decimal): -10414203 or 8722273. OLE color: 8722273.
HSL color Cylindrical-coordinate representation of color #611785: hue angle of 280.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611785 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 23 | 133 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.48 |
| HSL | 280.36º | 0.71% | 0.31% | - |
| HSV(B) | 280.36º | 0.83% | 0.52% | - |
| XYZ | 9.47 | 4.85 | 22.63 | - |
| YUV | 57.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 133 | 0.27 | 0.83 | 0 | 0.48 | 280.36 | 0.71 | 0.31 |
| Hex | 61 | 17 | 85 | 1B | 53 | 0 | 30 | 118 | 47 | 1F |
| Octal | 141 | 27 | 205 | 33 | 123 | 0 | 60 | 430 | 107 | 37 |
| Binary | 1100001 | 10111 | 10000101 | 11011 | 1010011 | 0 | 110000 | 100011000 | 1000111 | 11111 |
Color Harmonies of #611785
Complementary color
Monochromatic Colors of #611785
Black with #611785
Text Example
Text Example
White with #611785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611785; }
p { color: rgb(97,23,133); }
H1.HeaderClassName
{
color: #611785;
}
.AnyTagClassName
{
color: #611785;
}
</style>
background-color css
<style>
a { background-color: #611785; }
a { background-color: rgb(97,23,133); }
div.DivClassName
{
background-color: #611785;
}
.BgClassName
{
background-color: #611785;
}
</style>
border-color css
<style>
span { border-color: #611785; }
span { border-color: rgb(97,23,133); }
td.TdClassName
{
border-color: #611785;
}
.TagClassName
{
border-color: #611785;
}
</style>