Shades of Indigo #60157E
Tints of Indigo #60157E
RGB
CMYK
RGB Variations
Color information
#60157E (or 0x60157E) is known color: Indigo. HEX triplet: 60, 15 and 7E. RGB value is (96,21,126). Sum of RGB (Red+Green+Blue) = 96+21+126=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #60157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60157E is #9FEA81. Grayscale: #373737. Windows color (decimal): -10480258 or 8263008. OLE color: 8263008.
HSL color Cylindrical-coordinate representation of color #60157E: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60157E is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 21 | 126 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.51 |
| HSL | 282.86º | 0.71% | 0.29% | - |
| HSV(B) | 282.86º | 0.83% | 0.49% | - |
| XYZ | 8.86 | 4.53 | 20.15 | - |
| YUV | 55.4 | 167.85 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 126 | 0.24 | 0.83 | 0 | 0.51 | 282.86 | 0.71 | 0.29 |
| Hex | 60 | 15 | 7E | 18 | 53 | 0 | 33 | 11B | 47 | 1D |
| Octal | 140 | 25 | 176 | 30 | 123 | 0 | 63 | 433 | 107 | 35 |
| Binary | 1100000 | 10101 | 1111110 | 11000 | 1010011 | 0 | 110011 | 100011011 | 1000111 | 11101 |
Color Harmonies of #60157E
Complementary color
Monochromatic Colors of #60157E
Black with #60157E
Text Example
Text Example
White with #60157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60157E; }
p { color: rgb(96,21,126); }
H1.HeaderClassName
{
color: #60157E;
}
.AnyTagClassName
{
color: #60157E;
}
</style>
background-color css
<style>
a { background-color: #60157E; }
a { background-color: rgb(96,21,126); }
div.DivClassName
{
background-color: #60157E;
}
.BgClassName
{
background-color: #60157E;
}
</style>
border-color css
<style>
span { border-color: #60157E; }
span { border-color: rgb(96,21,126); }
td.TdClassName
{
border-color: #60157E;
}
.TagClassName
{
border-color: #60157E;
}
</style>