Shades of Indigo #610F8B
Tints of Indigo #610F8B
RGB
CMYK
RGB Variations
Color information
#610F8B (or 0x610F8B) is known color: Indigo. HEX triplet: 61, 0F and 8B. RGB value is (97,15,139). Sum of RGB (Red+Green+Blue) = 97+15+139=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #610F8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610F8B is #9EF074. Grayscale: #353535. Windows color (decimal): -10416245 or 9113441. OLE color: 9113441.
HSL color Cylindrical-coordinate representation of color #610F8B: hue angle of 279.68º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610F8B is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 15 | 139 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.45 |
| HSL | 279.68º | 0.81% | 0.3% | - |
| HSV(B) | 279.68º | 0.89% | 0.55% | - |
| XYZ | 9.76 | 4.75 | 24.83 | - |
| YUV | 53.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 139 | 0.30 | 0.89 | 0 | 0.45 | 279.68 | 0.81 | 0.3 |
| Hex | 61 | F | 8B | 1E | 59 | 0 | 2D | 118 | 51 | 1E |
| Octal | 141 | 17 | 213 | 36 | 131 | 0 | 55 | 430 | 121 | 36 |
| Binary | 1100001 | 1111 | 10001011 | 11110 | 1011001 | 0 | 101101 | 100011000 | 1010001 | 11110 |
Color Harmonies of #610F8B
Complementary color
Monochromatic Colors of #610F8B
Black with #610F8B
Text Example
Text Example
White with #610F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F8B; }
p { color: rgb(97,15,139); }
H1.HeaderClassName
{
color: #610F8B;
}
.AnyTagClassName
{
color: #610F8B;
}
</style>
background-color css
<style>
a { background-color: #610F8B; }
a { background-color: rgb(97,15,139); }
div.DivClassName
{
background-color: #610F8B;
}
.BgClassName
{
background-color: #610F8B;
}
</style>
border-color css
<style>
span { border-color: #610F8B; }
span { border-color: rgb(97,15,139); }
td.TdClassName
{
border-color: #610F8B;
}
.TagClassName
{
border-color: #610F8B;
}
</style>