Shades of Indigo #61067C
Tints of Indigo #61067C
RGB
CMYK
RGB Variations
Color information
#61067C (or 0x61067C) is known color: Indigo. HEX triplet: 61, 06 and 7C. RGB value is (97,6,124). Sum of RGB (Red+Green+Blue) = 97+6+124=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #61067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61067C is #9EF983. Grayscale: #2E2E2E. Windows color (decimal): -10418564 or 8128097. OLE color: 8128097.
HSL color Cylindrical-coordinate representation of color #61067C: hue angle of 286.27º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61067C is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 6 | 124 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.51 |
| HSL | 286.27º | 0.91% | 0.25% | - |
| HSV(B) | 286.27º | 0.95% | 0.49% | - |
| XYZ | 8.63 | 4.13 | 19.41 | - |
| YUV | 46.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 124 | 0.22 | 0.95 | 0 | 0.51 | 286.27 | 0.91 | 0.25 |
| Hex | 61 | 6 | 7C | 16 | 5F | 0 | 33 | 11E | 5B | 19 |
| Octal | 141 | 6 | 174 | 26 | 137 | 0 | 63 | 436 | 133 | 31 |
| Binary | 1100001 | 110 | 1111100 | 10110 | 1011111 | 0 | 110011 | 100011110 | 1011011 | 11001 |
Color Harmonies of #61067C
Complementary color
Monochromatic Colors of #61067C
Black with #61067C
Text Example
Text Example
White with #61067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61067C; }
p { color: rgb(97,6,124); }
H1.HeaderClassName
{
color: #61067C;
}
.AnyTagClassName
{
color: #61067C;
}
</style>
background-color css
<style>
a { background-color: #61067C; }
a { background-color: rgb(97,6,124); }
div.DivClassName
{
background-color: #61067C;
}
.BgClassName
{
background-color: #61067C;
}
</style>
border-color css
<style>
span { border-color: #61067C; }
span { border-color: rgb(97,6,124); }
td.TdClassName
{
border-color: #61067C;
}
.TagClassName
{
border-color: #61067C;
}
</style>