Shades of Indigo #610F7D
Tints of Indigo #610F7D
RGB
CMYK
RGB Variations
Color information
#610F7D (or 0x610F7D) is known color: Indigo. HEX triplet: 61, 0F and 7D. RGB value is (97,15,125). Sum of RGB (Red+Green+Blue) = 97+15+125=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #610F7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F7D is #9EF082. Grayscale: #333333. Windows color (decimal): -10416259 or 8195937. OLE color: 8195937.
HSL color Cylindrical-coordinate representation of color #610F7D: hue angle of 284.73º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610F7D is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 15 | 125 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.51 |
| HSL | 284.73º | 0.79% | 0.27% | - |
| HSV(B) | 284.73º | 0.88% | 0.49% | - |
| XYZ | 8.8 | 4.36 | 19.78 | - |
| YUV | 52.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 125 | 0.22 | 0.88 | 0 | 0.51 | 284.73 | 0.79 | 0.27 |
| Hex | 61 | F | 7D | 16 | 58 | 0 | 33 | 11D | 4F | 1B |
| Octal | 141 | 17 | 175 | 26 | 130 | 0 | 63 | 435 | 117 | 33 |
| Binary | 1100001 | 1111 | 1111101 | 10110 | 1011000 | 0 | 110011 | 100011101 | 1001111 | 11011 |
Color Harmonies of #610F7D
Complementary color
Monochromatic Colors of #610F7D
Black with #610F7D
Text Example
Text Example
White with #610F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F7D; }
p { color: rgb(97,15,125); }
H1.HeaderClassName
{
color: #610F7D;
}
.AnyTagClassName
{
color: #610F7D;
}
</style>
background-color css
<style>
a { background-color: #610F7D; }
a { background-color: rgb(97,15,125); }
div.DivClassName
{
background-color: #610F7D;
}
.BgClassName
{
background-color: #610F7D;
}
</style>
border-color css
<style>
span { border-color: #610F7D; }
span { border-color: rgb(97,15,125); }
td.TdClassName
{
border-color: #610F7D;
}
.TagClassName
{
border-color: #610F7D;
}
</style>