Shades of Indigo #610E84
Tints of Indigo #610E84
RGB
CMYK
RGB Variations
Color information
#610E84 (or 0x610E84) is known color: Indigo. HEX triplet: 61, 0E and 84. RGB value is (97,14,132). Sum of RGB (Red+Green+Blue) = 97+14+132=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #610E84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610E84 is #9EF17B. Grayscale: #333333. Windows color (decimal): -10416508 or 8654433. OLE color: 8654433.
HSL color Cylindrical-coordinate representation of color #610E84: hue angle of 282.2º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610E84 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 14 | 132 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.48 |
| HSL | 282.2º | 0.81% | 0.29% | - |
| HSV(B) | 282.2º | 0.89% | 0.52% | - |
| XYZ | 9.25 | 4.52 | 22.21 | - |
| YUV | 52.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 132 | 0.27 | 0.89 | 0 | 0.48 | 282.2 | 0.81 | 0.29 |
| Hex | 61 | E | 84 | 1B | 59 | 0 | 30 | 11A | 51 | 1D |
| Octal | 141 | 16 | 204 | 33 | 131 | 0 | 60 | 432 | 121 | 35 |
| Binary | 1100001 | 1110 | 10000100 | 11011 | 1011001 | 0 | 110000 | 100011010 | 1010001 | 11101 |
Color Harmonies of #610E84
Complementary color
Monochromatic Colors of #610E84
Black with #610E84
Text Example
Text Example
White with #610E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E84; }
p { color: rgb(97,14,132); }
H1.HeaderClassName
{
color: #610E84;
}
.AnyTagClassName
{
color: #610E84;
}
</style>
background-color css
<style>
a { background-color: #610E84; }
a { background-color: rgb(97,14,132); }
div.DivClassName
{
background-color: #610E84;
}
.BgClassName
{
background-color: #610E84;
}
</style>
border-color css
<style>
span { border-color: #610E84; }
span { border-color: rgb(97,14,132); }
td.TdClassName
{
border-color: #610E84;
}
.TagClassName
{
border-color: #610E84;
}
</style>