Shades of Indigo #60117C
Tints of Indigo #60117C
RGB
CMYK
RGB Variations
Color information
#60117C (or 0x60117C) is known color: Indigo. HEX triplet: 60, 11 and 7C. RGB value is (96,17,124). Sum of RGB (Red+Green+Blue) = 96+17+124=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #60117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60117C is #9FEE83. Grayscale: #343434. Windows color (decimal): -10481284 or 8130912. OLE color: 8130912.
HSL color Cylindrical-coordinate representation of color #60117C: hue angle of 284.3º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60117C is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 17 | 124 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.51 |
| HSL | 284.3º | 0.76% | 0.28% | - |
| HSV(B) | 284.3º | 0.86% | 0.49% | - |
| XYZ | 8.66 | 4.34 | 19.45 | - |
| YUV | 52.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 124 | 0.23 | 0.86 | 0 | 0.51 | 284.3 | 0.76 | 0.28 |
| Hex | 60 | 11 | 7C | 17 | 56 | 0 | 33 | 11C | 4C | 1C |
| Octal | 140 | 21 | 174 | 27 | 126 | 0 | 63 | 434 | 114 | 34 |
| Binary | 1100000 | 10001 | 1111100 | 10111 | 1010110 | 0 | 110011 | 100011100 | 1001100 | 11100 |
Color Harmonies of #60117C
Complementary color
Monochromatic Colors of #60117C
Black with #60117C
Text Example
Text Example
White with #60117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60117C; }
p { color: rgb(96,17,124); }
H1.HeaderClassName
{
color: #60117C;
}
.AnyTagClassName
{
color: #60117C;
}
</style>
background-color css
<style>
a { background-color: #60117C; }
a { background-color: rgb(96,17,124); }
div.DivClassName
{
background-color: #60117C;
}
.BgClassName
{
background-color: #60117C;
}
</style>
border-color css
<style>
span { border-color: #60117C; }
span { border-color: rgb(96,17,124); }
td.TdClassName
{
border-color: #60117C;
}
.TagClassName
{
border-color: #60117C;
}
</style>