Shades of Indigo #61007E
Tints of Indigo #61007E
RGB
CMYK
RGB Variations
Color information
#61007E (or 0x61007E) is known color: Indigo. HEX triplet: 61, 00 and 7E. RGB value is (97,0,126). Sum of RGB (Red+Green+Blue) = 97+0+126=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #61007E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61007E is #9EFF81. Grayscale: #2A2A2A. Windows color (decimal): -10420098 or 8257633. OLE color: 8257633.
HSL color Cylindrical-coordinate representation of color #61007E: hue angle of 286.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61007E is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 0 | 126 | - |
| CMYK | 0.23 | 1 | 0 | 0.51 |
| HSL | 286.19º | 1% | 0.25% | - |
| HSV(B) | 286.19º | 1% | 0.49% | - |
| XYZ | 8.7 | 4.05 | 20.06 | - |
| YUV | 43.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 126 | 0.23 | 1 | 0 | 0.51 | 286.19 | 1 | 0.25 |
| Hex | 61 | 0 | 7E | 17 | 64 | 0 | 33 | 11E | 64 | 19 |
| Octal | 141 | 0 | 176 | 27 | 144 | 0 | 63 | 436 | 144 | 31 |
| Binary | 1100001 | 0 | 1111110 | 10111 | 1100100 | 0 | 110011 | 100011110 | 1100100 | 11001 |
Color Harmonies of #61007E
Complementary color
Monochromatic Colors of #61007E
Black with #61007E
Text Example
Text Example
White with #61007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61007E; }
p { color: rgb(97,0,126); }
H1.HeaderClassName
{
color: #61007E;
}
.AnyTagClassName
{
color: #61007E;
}
</style>
background-color css
<style>
a { background-color: #61007E; }
a { background-color: rgb(97,0,126); }
div.DivClassName
{
background-color: #61007E;
}
.BgClassName
{
background-color: #61007E;
}
</style>
border-color css
<style>
span { border-color: #61007E; }
span { border-color: rgb(97,0,126); }
td.TdClassName
{
border-color: #61007E;
}
.TagClassName
{
border-color: #61007E;
}
</style>