Shades of Indigo #610779
Tints of Indigo #610779
RGB
CMYK
RGB Variations
Color information
#610779 (or 0x610779) is known color: Indigo. HEX triplet: 61, 07 and 79. RGB value is (97,7,121). Sum of RGB (Red+Green+Blue) = 97+7+121=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #610779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610779 is #9EF886. Grayscale: #2E2E2E. Windows color (decimal): -10418311 or 7931745. OLE color: 7931745.
HSL color Cylindrical-coordinate representation of color #610779: hue angle of 287.37º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610779 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 7 | 121 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.53 |
| HSL | 287.37º | 0.89% | 0.25% | - |
| HSV(B) | 287.37º | 0.94% | 0.47% | - |
| XYZ | 8.46 | 4.07 | 18.43 | - |
| YUV | 46.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 121 | 0.20 | 0.94 | 0 | 0.53 | 287.37 | 0.89 | 0.25 |
| Hex | 61 | 7 | 79 | 14 | 5E | 0 | 35 | 11F | 59 | 19 |
| Octal | 141 | 7 | 171 | 24 | 136 | 0 | 65 | 437 | 131 | 31 |
| Binary | 1100001 | 111 | 1111001 | 10100 | 1011110 | 0 | 110101 | 100011111 | 1011001 | 11001 |
Color Harmonies of #610779
Complementary color
Monochromatic Colors of #610779
Black with #610779
Text Example
Text Example
White with #610779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610779; }
p { color: rgb(97,7,121); }
H1.HeaderClassName
{
color: #610779;
}
.AnyTagClassName
{
color: #610779;
}
</style>
background-color css
<style>
a { background-color: #610779; }
a { background-color: rgb(97,7,121); }
div.DivClassName
{
background-color: #610779;
}
.BgClassName
{
background-color: #610779;
}
</style>
border-color css
<style>
span { border-color: #610779; }
span { border-color: rgb(97,7,121); }
td.TdClassName
{
border-color: #610779;
}
.TagClassName
{
border-color: #610779;
}
</style>