Shades of Indigo #610E90
Tints of Indigo #610E90
RGB
CMYK
RGB Variations
Color information
#610E90 (or 0x610E90) is known color: Indigo. HEX triplet: 61, 0E and 90. RGB value is (97,14,144). Sum of RGB (Red+Green+Blue) = 97+14+144=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #610E90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610E90 is #9EF16F. Grayscale: #353535. Windows color (decimal): -10416496 or 9440865. OLE color: 9440865.
HSL color Cylindrical-coordinate representation of color #610E90: hue angle of 278.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610E90 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 14 | 144 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.44 |
| HSL | 278.31º | 0.82% | 0.31% | - |
| HSV(B) | 278.31º | 0.9% | 0.56% | - |
| XYZ | 10.12 | 4.87 | 26.79 | - |
| YUV | 53.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 144 | 0.33 | 0.90 | 0 | 0.44 | 278.31 | 0.82 | 0.31 |
| Hex | 61 | E | 90 | 21 | 5A | 0 | 2C | 116 | 52 | 1F |
| Octal | 141 | 16 | 220 | 41 | 132 | 0 | 54 | 426 | 122 | 37 |
| Binary | 1100001 | 1110 | 10010000 | 100001 | 1011010 | 0 | 101100 | 100010110 | 1010010 | 11111 |
Color Harmonies of #610E90
Complementary color
Monochromatic Colors of #610E90
Black with #610E90
Text Example
Text Example
White with #610E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E90; }
p { color: rgb(97,14,144); }
H1.HeaderClassName
{
color: #610E90;
}
.AnyTagClassName
{
color: #610E90;
}
</style>
background-color css
<style>
a { background-color: #610E90; }
a { background-color: rgb(97,14,144); }
div.DivClassName
{
background-color: #610E90;
}
.BgClassName
{
background-color: #610E90;
}
</style>
border-color css
<style>
span { border-color: #610E90; }
span { border-color: rgb(97,14,144); }
td.TdClassName
{
border-color: #610E90;
}
.TagClassName
{
border-color: #610E90;
}
</style>