Shades of Indigo #610585
Tints of Indigo #610585
RGB
CMYK
RGB Variations
Color information
#610585 (or 0x610585) is known color: Indigo. HEX triplet: 61, 05 and 85. RGB value is (97,5,133). Sum of RGB (Red+Green+Blue) = 97+5+133=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #610585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610585 is #9EFA7A. Grayscale: #2E2E2E. Windows color (decimal): -10418811 or 8717665. OLE color: 8717665.
HSL color Cylindrical-coordinate representation of color #610585: hue angle of 283.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610585 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 5 | 133 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.48 |
| HSL | 283.13º | 0.93% | 0.27% | - |
| HSV(B) | 283.13º | 0.96% | 0.52% | - |
| XYZ | 9.22 | 4.34 | 22.54 | - |
| YUV | 47.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 133 | 0.27 | 0.96 | 0 | 0.48 | 283.13 | 0.93 | 0.27 |
| Hex | 61 | 5 | 85 | 1B | 60 | 0 | 30 | 11B | 5D | 1B |
| Octal | 141 | 5 | 205 | 33 | 140 | 0 | 60 | 433 | 135 | 33 |
| Binary | 1100001 | 101 | 10000101 | 11011 | 1100000 | 0 | 110000 | 100011011 | 1011101 | 11011 |
Color Harmonies of #610585
Complementary color
Monochromatic Colors of #610585
Black with #610585
Text Example
Text Example
White with #610585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610585; }
p { color: rgb(97,5,133); }
H1.HeaderClassName
{
color: #610585;
}
.AnyTagClassName
{
color: #610585;
}
</style>
background-color css
<style>
a { background-color: #610585; }
a { background-color: rgb(97,5,133); }
div.DivClassName
{
background-color: #610585;
}
.BgClassName
{
background-color: #610585;
}
</style>
border-color css
<style>
span { border-color: #610585; }
span { border-color: rgb(97,5,133); }
td.TdClassName
{
border-color: #610585;
}
.TagClassName
{
border-color: #610585;
}
</style>