Shades of Indigo #610879
Tints of Indigo #610879
RGB
CMYK
RGB Variations
Color information
#610879 (or 0x610879) is known color: Indigo. HEX triplet: 61, 08 and 79. RGB value is (97,8,121). Sum of RGB (Red+Green+Blue) = 97+8+121=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #610879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610879 is #9EF786. Grayscale: #2F2F2F. Windows color (decimal): -10418055 or 7932001. OLE color: 7932001.
HSL color Cylindrical-coordinate representation of color #610879: hue angle of 287.26º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610879 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 8 | 121 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.53 |
| HSL | 287.26º | 0.88% | 0.25% | - |
| HSV(B) | 287.26º | 0.93% | 0.47% | - |
| XYZ | 8.47 | 4.1 | 18.43 | - |
| YUV | 47.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 121 | 0.20 | 0.93 | 0 | 0.53 | 287.26 | 0.88 | 0.25 |
| Hex | 61 | 8 | 79 | 14 | 5D | 0 | 35 | 11F | 58 | 19 |
| Octal | 141 | 10 | 171 | 24 | 135 | 0 | 65 | 437 | 130 | 31 |
| Binary | 1100001 | 1000 | 1111001 | 10100 | 1011101 | 0 | 110101 | 100011111 | 1011000 | 11001 |
Color Harmonies of #610879
Complementary color
Monochromatic Colors of #610879
Black with #610879
Text Example
Text Example
White with #610879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610879; }
p { color: rgb(97,8,121); }
H1.HeaderClassName
{
color: #610879;
}
.AnyTagClassName
{
color: #610879;
}
</style>
background-color css
<style>
a { background-color: #610879; }
a { background-color: rgb(97,8,121); }
div.DivClassName
{
background-color: #610879;
}
.BgClassName
{
background-color: #610879;
}
</style>
border-color css
<style>
span { border-color: #610879; }
span { border-color: rgb(97,8,121); }
td.TdClassName
{
border-color: #610879;
}
.TagClassName
{
border-color: #610879;
}
</style>