Shades of Indigo #610F8E
Tints of Indigo #610F8E
RGB
CMYK
RGB Variations
Color information
#610F8E (or 0x610F8E) is known color: Indigo. HEX triplet: 61, 0F and 8E. RGB value is (97,15,142). Sum of RGB (Red+Green+Blue) = 97+15+142=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #610F8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610F8E is #9EF071. Grayscale: #353535. Windows color (decimal): -10416242 or 9310049. OLE color: 9310049.
HSL color Cylindrical-coordinate representation of color #610F8E: hue angle of 278.74º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610F8E is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 15 | 142 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.44 |
| HSL | 278.74º | 0.81% | 0.31% | - |
| HSV(B) | 278.74º | 0.89% | 0.56% | - |
| XYZ | 9.98 | 4.84 | 26 | - |
| YUV | 54 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 142 | 0.32 | 0.89 | 0 | 0.44 | 278.74 | 0.81 | 0.31 |
| Hex | 61 | F | 8E | 20 | 59 | 0 | 2C | 117 | 51 | 1F |
| Octal | 141 | 17 | 216 | 40 | 131 | 0 | 54 | 427 | 121 | 37 |
| Binary | 1100001 | 1111 | 10001110 | 100000 | 1011001 | 0 | 101100 | 100010111 | 1010001 | 11111 |
Color Harmonies of #610F8E
Complementary color
Monochromatic Colors of #610F8E
Black with #610F8E
Text Example
Text Example
White with #610F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F8E; }
p { color: rgb(97,15,142); }
H1.HeaderClassName
{
color: #610F8E;
}
.AnyTagClassName
{
color: #610F8E;
}
</style>
background-color css
<style>
a { background-color: #610F8E; }
a { background-color: rgb(97,15,142); }
div.DivClassName
{
background-color: #610F8E;
}
.BgClassName
{
background-color: #610F8E;
}
</style>
border-color css
<style>
span { border-color: #610F8E; }
span { border-color: rgb(97,15,142); }
td.TdClassName
{
border-color: #610F8E;
}
.TagClassName
{
border-color: #610F8E;
}
</style>