Shades of Indigo #611985
Tints of Indigo #611985
RGB
CMYK
RGB Variations
Color information
#611985 (or 0x611985) is known color: Indigo. HEX triplet: 61, 19 and 85. RGB value is (97,25,133). Sum of RGB (Red+Green+Blue) = 97+25+133=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #611985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611985 is #9EE67A. Grayscale: #3A3A3A. Windows color (decimal): -10413691 or 8722785. OLE color: 8722785.
HSL color Cylindrical-coordinate representation of color #611985: hue angle of 280º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611985 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 25 | 133 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.48 |
| HSL | 280º | 0.68% | 0.31% | - |
| HSV(B) | 280º | 0.81% | 0.52% | - |
| XYZ | 9.51 | 4.93 | 22.64 | - |
| YUV | 58.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 133 | 0.27 | 0.81 | 0 | 0.48 | 280 | 0.68 | 0.31 |
| Hex | 61 | 19 | 85 | 1B | 51 | 0 | 30 | 118 | 44 | 1F |
| Octal | 141 | 31 | 205 | 33 | 121 | 0 | 60 | 430 | 104 | 37 |
| Binary | 1100001 | 11001 | 10000101 | 11011 | 1010001 | 0 | 110000 | 100011000 | 1000100 | 11111 |
Color Harmonies of #611985
Complementary color
Monochromatic Colors of #611985
Black with #611985
Text Example
Text Example
White with #611985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611985; }
p { color: rgb(97,25,133); }
H1.HeaderClassName
{
color: #611985;
}
.AnyTagClassName
{
color: #611985;
}
</style>
background-color css
<style>
a { background-color: #611985; }
a { background-color: rgb(97,25,133); }
div.DivClassName
{
background-color: #611985;
}
.BgClassName
{
background-color: #611985;
}
</style>
border-color css
<style>
span { border-color: #611985; }
span { border-color: rgb(97,25,133); }
td.TdClassName
{
border-color: #611985;
}
.TagClassName
{
border-color: #611985;
}
</style>