Shades of Indigo #610F9A
Tints of Indigo #610F9A
RGB
CMYK
RGB Variations
Color information
#610F9A (or 0x610F9A) is known color: Indigo. HEX triplet: 61, 0F and 9A. RGB value is (97,15,154). Sum of RGB (Red+Green+Blue) = 97+15+154=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #610F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610F9A is #9EF065. Grayscale: #363636. Windows color (decimal): -10416230 or 10096481. OLE color: 10096481.
HSL color Cylindrical-coordinate representation of color #610F9A: hue angle of 275.4º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610F9A is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 15 | 154 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.40 |
| HSL | 275.4º | 0.82% | 0.33% | - |
| HSV(B) | 275.4º | 0.9% | 0.6% | - |
| XYZ | 10.93 | 5.22 | 31 | - |
| YUV | 55.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 154 | 0.37 | 0.90 | 0 | 0.40 | 275.4 | 0.82 | 0.33 |
| Hex | 61 | F | 9A | 25 | 5A | 0 | 28 | 113 | 52 | 21 |
| Octal | 141 | 17 | 232 | 45 | 132 | 0 | 50 | 423 | 122 | 41 |
| Binary | 1100001 | 1111 | 10011010 | 100101 | 1011010 | 0 | 101000 | 100010011 | 1010010 | 100001 |
Color Harmonies of #610F9A
Complementary color
Monochromatic Colors of #610F9A
Black with #610F9A
Text Example
Text Example
White with #610F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F9A; }
p { color: rgb(97,15,154); }
H1.HeaderClassName
{
color: #610F9A;
}
.AnyTagClassName
{
color: #610F9A;
}
</style>
background-color css
<style>
a { background-color: #610F9A; }
a { background-color: rgb(97,15,154); }
div.DivClassName
{
background-color: #610F9A;
}
.BgClassName
{
background-color: #610F9A;
}
</style>
border-color css
<style>
span { border-color: #610F9A; }
span { border-color: rgb(97,15,154); }
td.TdClassName
{
border-color: #610F9A;
}
.TagClassName
{
border-color: #610F9A;
}
</style>