Shades of Indigo #610878
Tints of Indigo #610878
RGB
CMYK
RGB Variations
Color information
#610878 (or 0x610878) is known color: Indigo. HEX triplet: 61, 08 and 78. RGB value is (97,8,120). Sum of RGB (Red+Green+Blue) = 97+8+120=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #610878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610878 is #9EF787. Grayscale: #2F2F2F. Windows color (decimal): -10418056 or 7866465. OLE color: 7866465.
HSL color Cylindrical-coordinate representation of color #610878: hue angle of 287.68º 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 #610878 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 8 | 120 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.53 |
| HSL | 287.68º | 0.88% | 0.25% | - |
| HSV(B) | 287.68º | 0.93% | 0.47% | - |
| XYZ | 8.41 | 4.07 | 18.11 | - |
| YUV | 47.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 120 | 0.19 | 0.93 | 0 | 0.53 | 287.68 | 0.88 | 0.25 |
| Hex | 61 | 8 | 78 | 13 | 5D | 0 | 35 | 120 | 58 | 19 |
| Octal | 141 | 10 | 170 | 23 | 135 | 0 | 65 | 440 | 130 | 31 |
| Binary | 1100001 | 1000 | 1111000 | 10011 | 1011101 | 0 | 110101 | 100100000 | 1011000 | 11001 |
Color Harmonies of #610878
Complementary color
Monochromatic Colors of #610878
Black with #610878
Text Example
Text Example
White with #610878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610878; }
p { color: rgb(97,8,120); }
H1.HeaderClassName
{
color: #610878;
}
.AnyTagClassName
{
color: #610878;
}
</style>
background-color css
<style>
a { background-color: #610878; }
a { background-color: rgb(97,8,120); }
div.DivClassName
{
background-color: #610878;
}
.BgClassName
{
background-color: #610878;
}
</style>
border-color css
<style>
span { border-color: #610878; }
span { border-color: rgb(97,8,120); }
td.TdClassName
{
border-color: #610878;
}
.TagClassName
{
border-color: #610878;
}
</style>