Shades of Indigo #61087A
Tints of Indigo #61087A
RGB
CMYK
RGB Variations
Color information
#61087A (or 0x61087A) is known color: Indigo. HEX triplet: 61, 08 and 7A. RGB value is (97,8,122). Sum of RGB (Red+Green+Blue) = 97+8+122=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #61087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61087A is #9EF785. Grayscale: #2F2F2F. Windows color (decimal): -10418054 or 7997537. OLE color: 7997537.
HSL color Cylindrical-coordinate representation of color #61087A: hue angle of 286.84º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61087A is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 8 | 122 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.52 |
| HSL | 286.84º | 0.88% | 0.25% | - |
| HSV(B) | 286.84º | 0.93% | 0.48% | - |
| XYZ | 8.53 | 4.12 | 18.76 | - |
| YUV | 47.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 122 | 0.20 | 0.93 | 0 | 0.52 | 286.84 | 0.88 | 0.25 |
| Hex | 61 | 8 | 7A | 14 | 5D | 0 | 34 | 11F | 58 | 19 |
| Octal | 141 | 10 | 172 | 24 | 135 | 0 | 64 | 437 | 130 | 31 |
| Binary | 1100001 | 1000 | 1111010 | 10100 | 1011101 | 0 | 110100 | 100011111 | 1011000 | 11001 |
Color Harmonies of #61087A
Complementary color
Monochromatic Colors of #61087A
Black with #61087A
Text Example
Text Example
White with #61087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61087A; }
p { color: rgb(97,8,122); }
H1.HeaderClassName
{
color: #61087A;
}
.AnyTagClassName
{
color: #61087A;
}
</style>
background-color css
<style>
a { background-color: #61087A; }
a { background-color: rgb(97,8,122); }
div.DivClassName
{
background-color: #61087A;
}
.BgClassName
{
background-color: #61087A;
}
</style>
border-color css
<style>
span { border-color: #61087A; }
span { border-color: rgb(97,8,122); }
td.TdClassName
{
border-color: #61087A;
}
.TagClassName
{
border-color: #61087A;
}
</style>