Shades of Indigo #610B8A
Tints of Indigo #610B8A
RGB
CMYK
RGB Variations
Color information
#610B8A (or 0x610B8A) is known color: Indigo. HEX triplet: 61, 0B and 8A. RGB value is (97,11,138). Sum of RGB (Red+Green+Blue) = 97+11+138=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #610B8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610B8A is #9EF475. Grayscale: #323232. Windows color (decimal): -10417270 or 9046881. OLE color: 9046881.
HSL color Cylindrical-coordinate representation of color #610B8A: hue angle of 280.63º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610B8A is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 11 | 138 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.46 |
| HSL | 280.63º | 0.85% | 0.29% | - |
| HSV(B) | 280.63º | 0.92% | 0.54% | - |
| XYZ | 9.64 | 4.62 | 24.43 | - |
| YUV | 51.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 138 | 0.30 | 0.92 | 0 | 0.46 | 280.63 | 0.85 | 0.29 |
| Hex | 61 | B | 8A | 1E | 5C | 0 | 2E | 119 | 55 | 1D |
| Octal | 141 | 13 | 212 | 36 | 134 | 0 | 56 | 431 | 125 | 35 |
| Binary | 1100001 | 1011 | 10001010 | 11110 | 1011100 | 0 | 101110 | 100011001 | 1010101 | 11101 |
Color Harmonies of #610B8A
Complementary color
Monochromatic Colors of #610B8A
Black with #610B8A
Text Example
Text Example
White with #610B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B8A; }
p { color: rgb(97,11,138); }
H1.HeaderClassName
{
color: #610B8A;
}
.AnyTagClassName
{
color: #610B8A;
}
</style>
background-color css
<style>
a { background-color: #610B8A; }
a { background-color: rgb(97,11,138); }
div.DivClassName
{
background-color: #610B8A;
}
.BgClassName
{
background-color: #610B8A;
}
</style>
border-color css
<style>
span { border-color: #610B8A; }
span { border-color: rgb(97,11,138); }
td.TdClassName
{
border-color: #610B8A;
}
.TagClassName
{
border-color: #610B8A;
}
</style>