Shades of Indigo #61007C
Tints of Indigo #61007C
RGB
CMYK
RGB Variations
Color information
#61007C (or 0x61007C) is known color: Indigo. HEX triplet: 61, 00 and 7C. RGB value is (97,0,124). Sum of RGB (Red+Green+Blue) = 97+0+124=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #61007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61007C is #9EFF83. Grayscale: #2A2A2A. Windows color (decimal): -10420100 or 8126561. OLE color: 8126561.
HSL color Cylindrical-coordinate representation of color #61007C: hue angle of 286.94º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61007C is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 0 | 124 | - |
| CMYK | 0.22 | 1 | 0 | 0.51 |
| HSL | 286.94º | 1% | 0.24% | - |
| HSV(B) | 286.94º | 1% | 0.49% | - |
| XYZ | 8.57 | 4 | 19.39 | - |
| YUV | 43.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 124 | 0.22 | 1 | 0 | 0.51 | 286.94 | 1 | 0.24 |
| Hex | 61 | 0 | 7C | 16 | 64 | 0 | 33 | 11F | 64 | 18 |
| Octal | 141 | 0 | 174 | 26 | 144 | 0 | 63 | 437 | 144 | 30 |
| Binary | 1100001 | 0 | 1111100 | 10110 | 1100100 | 0 | 110011 | 100011111 | 1100100 | 11000 |
Color Harmonies of #61007C
Complementary color
Monochromatic Colors of #61007C
Black with #61007C
Text Example
Text Example
White with #61007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61007C; }
p { color: rgb(97,0,124); }
H1.HeaderClassName
{
color: #61007C;
}
.AnyTagClassName
{
color: #61007C;
}
</style>
background-color css
<style>
a { background-color: #61007C; }
a { background-color: rgb(97,0,124); }
div.DivClassName
{
background-color: #61007C;
}
.BgClassName
{
background-color: #61007C;
}
</style>
border-color css
<style>
span { border-color: #61007C; }
span { border-color: rgb(97,0,124); }
td.TdClassName
{
border-color: #61007C;
}
.TagClassName
{
border-color: #61007C;
}
</style>