Shades of Indigo #610885
Tints of Indigo #610885
RGB
CMYK
RGB Variations
Color information
#610885 (or 0x610885) is known color: Indigo. HEX triplet: 61, 08 and 85. RGB value is (97,8,133). Sum of RGB (Red+Green+Blue) = 97+8+133=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #610885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610885 is #9EF77A. Grayscale: #303030. Windows color (decimal): -10418043 or 8718433. OLE color: 8718433.
HSL color Cylindrical-coordinate representation of color #610885: hue angle of 282.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610885 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 8 | 133 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.48 |
| HSL | 282.72º | 0.89% | 0.28% | - |
| HSV(B) | 282.72º | 0.94% | 0.52% | - |
| XYZ | 9.25 | 4.41 | 22.55 | - |
| YUV | 48.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 133 | 0.27 | 0.94 | 0 | 0.48 | 282.72 | 0.89 | 0.28 |
| Hex | 61 | 8 | 85 | 1B | 5E | 0 | 30 | 11B | 59 | 1C |
| Octal | 141 | 10 | 205 | 33 | 136 | 0 | 60 | 433 | 131 | 34 |
| Binary | 1100001 | 1000 | 10000101 | 11011 | 1011110 | 0 | 110000 | 100011011 | 1011001 | 11100 |
Color Harmonies of #610885
Complementary color
Monochromatic Colors of #610885
Black with #610885
Text Example
Text Example
White with #610885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610885; }
p { color: rgb(97,8,133); }
H1.HeaderClassName
{
color: #610885;
}
.AnyTagClassName
{
color: #610885;
}
</style>
background-color css
<style>
a { background-color: #610885; }
a { background-color: rgb(97,8,133); }
div.DivClassName
{
background-color: #610885;
}
.BgClassName
{
background-color: #610885;
}
</style>
border-color css
<style>
span { border-color: #610885; }
span { border-color: rgb(97,8,133); }
td.TdClassName
{
border-color: #610885;
}
.TagClassName
{
border-color: #610885;
}
</style>