Shades of Indigo #610A9F
Tints of Indigo #610A9F
RGB
CMYK
RGB Variations
Color information
#610A9F (or 0x610A9F) is known color: Indigo. HEX triplet: 61, 0A and 9F. RGB value is (97,10,159). Sum of RGB (Red+Green+Blue) = 97+10+159=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #610A9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610A9F is #9EF560. Grayscale: #343434. Windows color (decimal): -10417505 or 10422881. OLE color: 10422881.
HSL color Cylindrical-coordinate representation of color #610A9F: hue angle of 275.03º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610A9F is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 10 | 159 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.38 |
| HSL | 275.03º | 0.88% | 0.33% | - |
| HSV(B) | 275.03º | 0.94% | 0.62% | - |
| XYZ | 11.3 | 5.26 | 33.22 | - |
| YUV | 53 | 187.82 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 159 | 0.39 | 0.94 | 0 | 0.38 | 275.03 | 0.88 | 0.33 |
| Hex | 61 | A | 9F | 27 | 5E | 0 | 26 | 113 | 58 | 21 |
| Octal | 141 | 12 | 237 | 47 | 136 | 0 | 46 | 423 | 130 | 41 |
| Binary | 1100001 | 1010 | 10011111 | 100111 | 1011110 | 0 | 100110 | 100010011 | 1011000 | 100001 |
Color Harmonies of #610A9F
Complementary color
Monochromatic Colors of #610A9F
Black with #610A9F
Text Example
Text Example
White with #610A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A9F; }
p { color: rgb(97,10,159); }
H1.HeaderClassName
{
color: #610A9F;
}
.AnyTagClassName
{
color: #610A9F;
}
</style>
background-color css
<style>
a { background-color: #610A9F; }
a { background-color: rgb(97,10,159); }
div.DivClassName
{
background-color: #610A9F;
}
.BgClassName
{
background-color: #610A9F;
}
</style>
border-color css
<style>
span { border-color: #610A9F; }
span { border-color: rgb(97,10,159); }
td.TdClassName
{
border-color: #610A9F;
}
.TagClassName
{
border-color: #610A9F;
}
</style>