Shades of Indigo #610D8C
Tints of Indigo #610D8C
RGB
CMYK
RGB Variations
Color information
#610D8C (or 0x610D8C) is known color: Indigo. HEX triplet: 61, 0D and 8C. RGB value is (97,13,140). Sum of RGB (Red+Green+Blue) = 97+13+140=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #610D8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610D8C is #9EF273. Grayscale: #343434. Windows color (decimal): -10416756 or 9178465. OLE color: 9178465.
HSL color Cylindrical-coordinate representation of color #610D8C: hue angle of 279.69º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610D8C is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 13 | 140 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.45 |
| HSL | 279.69º | 0.83% | 0.3% | - |
| HSV(B) | 279.69º | 0.91% | 0.55% | - |
| XYZ | 9.81 | 4.72 | 25.21 | - |
| YUV | 52.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 140 | 0.31 | 0.91 | 0 | 0.45 | 279.69 | 0.83 | 0.3 |
| Hex | 61 | D | 8C | 1F | 5B | 0 | 2D | 118 | 53 | 1E |
| Octal | 141 | 15 | 214 | 37 | 133 | 0 | 55 | 430 | 123 | 36 |
| Binary | 1100001 | 1101 | 10001100 | 11111 | 1011011 | 0 | 101101 | 100011000 | 1010011 | 11110 |
Color Harmonies of #610D8C
Complementary color
Monochromatic Colors of #610D8C
Black with #610D8C
Text Example
Text Example
White with #610D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D8C; }
p { color: rgb(97,13,140); }
H1.HeaderClassName
{
color: #610D8C;
}
.AnyTagClassName
{
color: #610D8C;
}
</style>
background-color css
<style>
a { background-color: #610D8C; }
a { background-color: rgb(97,13,140); }
div.DivClassName
{
background-color: #610D8C;
}
.BgClassName
{
background-color: #610D8C;
}
</style>
border-color css
<style>
span { border-color: #610D8C; }
span { border-color: rgb(97,13,140); }
td.TdClassName
{
border-color: #610D8C;
}
.TagClassName
{
border-color: #610D8C;
}
</style>