Shades of Indigo #610B70
Tints of Indigo #610B70
RGB
CMYK
RGB Variations
Color information
#610B70 (or 0x610B70) is known color: Indigo. HEX triplet: 61, 0B and 70. RGB value is (97,11,112). Sum of RGB (Red+Green+Blue) = 97+11+112=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #610B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B70 is #9EF48F. Grayscale: #2F2F2F. Windows color (decimal): -10417296 or 7342945. OLE color: 7342945.
HSL color Cylindrical-coordinate representation of color #610B70: hue angle of 291.09º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610B70 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 11 | 112 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.56 |
| HSL | 291.09º | 0.82% | 0.24% | - |
| HSV(B) | 291.09º | 0.9% | 0.44% | - |
| XYZ | 7.97 | 3.95 | 15.67 | - |
| YUV | 48.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 112 | 0.13 | 0.90 | 0 | 0.56 | 291.09 | 0.82 | 0.24 |
| Hex | 61 | B | 70 | D | 5A | 0 | 38 | 123 | 52 | 18 |
| Octal | 141 | 13 | 160 | 15 | 132 | 0 | 70 | 443 | 122 | 30 |
| Binary | 1100001 | 1011 | 1110000 | 1101 | 1011010 | 0 | 111000 | 100100011 | 1010010 | 11000 |
Color Harmonies of #610B70
Complementary color
Monochromatic Colors of #610B70
Black with #610B70
Text Example
Text Example
White with #610B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B70; }
p { color: rgb(97,11,112); }
H1.HeaderClassName
{
color: #610B70;
}
.AnyTagClassName
{
color: #610B70;
}
</style>
background-color css
<style>
a { background-color: #610B70; }
a { background-color: rgb(97,11,112); }
div.DivClassName
{
background-color: #610B70;
}
.BgClassName
{
background-color: #610B70;
}
</style>
border-color css
<style>
span { border-color: #610B70; }
span { border-color: rgb(97,11,112); }
td.TdClassName
{
border-color: #610B70;
}
.TagClassName
{
border-color: #610B70;
}
</style>