Shades of Indigo #60157C
Tints of Indigo #60157C
RGB
CMYK
RGB Variations
Color information
#60157C (or 0x60157C) is known color: Indigo. HEX triplet: 60, 15 and 7C. RGB value is (96,21,124). Sum of RGB (Red+Green+Blue) = 96+21+124=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #60157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60157C is #9FEA83. Grayscale: #363636. Windows color (decimal): -10480260 or 8131936. OLE color: 8131936.
HSL color Cylindrical-coordinate representation of color #60157C: hue angle of 283.69º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60157C is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 21 | 124 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.51 |
| HSL | 283.69º | 0.71% | 0.28% | - |
| HSV(B) | 283.69º | 0.83% | 0.49% | - |
| XYZ | 8.73 | 4.48 | 19.47 | - |
| YUV | 55.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 124 | 0.23 | 0.83 | 0 | 0.51 | 283.69 | 0.71 | 0.28 |
| Hex | 60 | 15 | 7C | 17 | 53 | 0 | 33 | 11C | 47 | 1C |
| Octal | 140 | 25 | 174 | 27 | 123 | 0 | 63 | 434 | 107 | 34 |
| Binary | 1100000 | 10101 | 1111100 | 10111 | 1010011 | 0 | 110011 | 100011100 | 1000111 | 11100 |
Color Harmonies of #60157C
Complementary color
Monochromatic Colors of #60157C
Black with #60157C
Text Example
Text Example
White with #60157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60157C; }
p { color: rgb(96,21,124); }
H1.HeaderClassName
{
color: #60157C;
}
.AnyTagClassName
{
color: #60157C;
}
</style>
background-color css
<style>
a { background-color: #60157C; }
a { background-color: rgb(96,21,124); }
div.DivClassName
{
background-color: #60157C;
}
.BgClassName
{
background-color: #60157C;
}
</style>
border-color css
<style>
span { border-color: #60157C; }
span { border-color: rgb(96,21,124); }
td.TdClassName
{
border-color: #60157C;
}
.TagClassName
{
border-color: #60157C;
}
</style>