Shades of Indigo #61107F
Tints of Indigo #61107F
RGB
CMYK
RGB Variations
Color information
#61107F (or 0x61107F) is known color: Indigo. HEX triplet: 61, 10 and 7F. RGB value is (97,16,127). Sum of RGB (Red+Green+Blue) = 97+16+127=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #61107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61107F is #9EEF80. Grayscale: #343434. Windows color (decimal): -10416001 or 8327265. OLE color: 8327265.
HSL color Cylindrical-coordinate representation of color #61107F: hue angle of 283.78º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61107F is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 16 | 127 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.50 |
| HSL | 283.78º | 0.78% | 0.28% | - |
| HSV(B) | 283.78º | 0.87% | 0.5% | - |
| XYZ | 8.95 | 4.44 | 20.47 | - |
| YUV | 52.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 127 | 0.24 | 0.87 | 0 | 0.50 | 283.78 | 0.78 | 0.28 |
| Hex | 61 | 10 | 7F | 18 | 57 | 0 | 32 | 11C | 4E | 1C |
| Octal | 141 | 20 | 177 | 30 | 127 | 0 | 62 | 434 | 116 | 34 |
| Binary | 1100001 | 10000 | 1111111 | 11000 | 1010111 | 0 | 110010 | 100011100 | 1001110 | 11100 |
Color Harmonies of #61107F
Complementary color
Monochromatic Colors of #61107F
Black with #61107F
Text Example
Text Example
White with #61107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61107F; }
p { color: rgb(97,16,127); }
H1.HeaderClassName
{
color: #61107F;
}
.AnyTagClassName
{
color: #61107F;
}
</style>
background-color css
<style>
a { background-color: #61107F; }
a { background-color: rgb(97,16,127); }
div.DivClassName
{
background-color: #61107F;
}
.BgClassName
{
background-color: #61107F;
}
</style>
border-color css
<style>
span { border-color: #61107F; }
span { border-color: rgb(97,16,127); }
td.TdClassName
{
border-color: #61107F;
}
.TagClassName
{
border-color: #61107F;
}
</style>