Shades of Indigo #610085
Tints of Indigo #610085
RGB
CMYK
RGB Variations
Color information
#610085 (or 0x610085) is known color: Indigo. HEX triplet: 61, 00 and 85. RGB value is (97,0,133). Sum of RGB (Red+Green+Blue) = 97+0+133=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #610085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610085 is #9EFF7A. Grayscale: #2B2B2B. Windows color (decimal): -10420091 or 8716385. OLE color: 8716385.
HSL color Cylindrical-coordinate representation of color #610085: hue angle of 283.76º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610085 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 0 | 133 | - |
| CMYK | 0.27 | 1 | 0 | 0.48 |
| HSL | 283.76º | 1% | 0.26% | - |
| HSV(B) | 283.76º | 1% | 0.52% | - |
| XYZ | 9.16 | 4.23 | 22.52 | - |
| YUV | 44.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 133 | 0.27 | 1 | 0 | 0.48 | 283.76 | 1 | 0.26 |
| Hex | 61 | 0 | 85 | 1B | 64 | 0 | 30 | 11C | 64 | 1A |
| Octal | 141 | 0 | 205 | 33 | 144 | 0 | 60 | 434 | 144 | 32 |
| Binary | 1100001 | 0 | 10000101 | 11011 | 1100100 | 0 | 110000 | 100011100 | 1100100 | 11010 |
Color Harmonies of #610085
Complementary color
Monochromatic Colors of #610085
Black with #610085
Text Example
Text Example
White with #610085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610085; }
p { color: rgb(97,0,133); }
H1.HeaderClassName
{
color: #610085;
}
.AnyTagClassName
{
color: #610085;
}
</style>
background-color css
<style>
a { background-color: #610085; }
a { background-color: rgb(97,0,133); }
div.DivClassName
{
background-color: #610085;
}
.BgClassName
{
background-color: #610085;
}
</style>
border-color css
<style>
span { border-color: #610085; }
span { border-color: rgb(97,0,133); }
td.TdClassName
{
border-color: #610085;
}
.TagClassName
{
border-color: #610085;
}
</style>