Shades of Indigo #60077C
Tints of Indigo #60077C
RGB
CMYK
RGB Variations
Color information
#60077C (or 0x60077C) is known color: Indigo. HEX triplet: 60, 07 and 7C. RGB value is (96,7,124). Sum of RGB (Red+Green+Blue) = 96+7+124=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 7 (3.12% from 255 or 3.08% 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 #60077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60077C is #9FF883. Grayscale: #2E2E2E. Windows color (decimal): -10483844 or 8128352. OLE color: 8128352.
HSL color Cylindrical-coordinate representation of color #60077C: hue angle of 285.64º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60077C is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 7 | 124 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.51 |
| HSL | 285.64º | 0.89% | 0.26% | - |
| HSV(B) | 285.64º | 0.94% | 0.49% | - |
| XYZ | 8.54 | 4.09 | 19.41 | - |
| YUV | 46.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 124 | 0.23 | 0.94 | 0 | 0.51 | 285.64 | 0.89 | 0.26 |
| Hex | 60 | 7 | 7C | 17 | 5E | 0 | 33 | 11E | 59 | 1A |
| Octal | 140 | 7 | 174 | 27 | 136 | 0 | 63 | 436 | 131 | 32 |
| Binary | 1100000 | 111 | 1111100 | 10111 | 1011110 | 0 | 110011 | 100011110 | 1011001 | 11010 |
Color Harmonies of #60077C
Complementary color
Monochromatic Colors of #60077C
Black with #60077C
Text Example
Text Example
White with #60077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60077C; }
p { color: rgb(96,7,124); }
H1.HeaderClassName
{
color: #60077C;
}
.AnyTagClassName
{
color: #60077C;
}
</style>
background-color css
<style>
a { background-color: #60077C; }
a { background-color: rgb(96,7,124); }
div.DivClassName
{
background-color: #60077C;
}
.BgClassName
{
background-color: #60077C;
}
</style>
border-color css
<style>
span { border-color: #60077C; }
span { border-color: rgb(96,7,124); }
td.TdClassName
{
border-color: #60077C;
}
.TagClassName
{
border-color: #60077C;
}
</style>