Shades of Indigo #60127C
Tints of Indigo #60127C
RGB
CMYK
RGB Variations
Color information
#60127C (or 0x60127C) is known color: Indigo. HEX triplet: 60, 12 and 7C. RGB value is (96,18,124). Sum of RGB (Red+Green+Blue) = 96+18+124=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #60127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60127C is #9FED83. Grayscale: #353535. Windows color (decimal): -10481028 or 8131168. OLE color: 8131168.
HSL color Cylindrical-coordinate representation of color #60127C: hue angle of 284.15º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60127C is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 18 | 124 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.51 |
| HSL | 284.15º | 0.75% | 0.28% | - |
| HSV(B) | 284.15º | 0.85% | 0.49% | - |
| XYZ | 8.68 | 4.37 | 19.46 | - |
| YUV | 53.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 124 | 0.23 | 0.85 | 0 | 0.51 | 284.15 | 0.75 | 0.28 |
| Hex | 60 | 12 | 7C | 17 | 55 | 0 | 33 | 11C | 4B | 1C |
| Octal | 140 | 22 | 174 | 27 | 125 | 0 | 63 | 434 | 113 | 34 |
| Binary | 1100000 | 10010 | 1111100 | 10111 | 1010101 | 0 | 110011 | 100011100 | 1001011 | 11100 |
Color Harmonies of #60127C
Complementary color
Monochromatic Colors of #60127C
Black with #60127C
Text Example
Text Example
White with #60127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60127C; }
p { color: rgb(96,18,124); }
H1.HeaderClassName
{
color: #60127C;
}
.AnyTagClassName
{
color: #60127C;
}
</style>
background-color css
<style>
a { background-color: #60127C; }
a { background-color: rgb(96,18,124); }
div.DivClassName
{
background-color: #60127C;
}
.BgClassName
{
background-color: #60127C;
}
</style>
border-color css
<style>
span { border-color: #60127C; }
span { border-color: rgb(96,18,124); }
td.TdClassName
{
border-color: #60127C;
}
.TagClassName
{
border-color: #60127C;
}
</style>