Shades of Indigo #60127D
Tints of Indigo #60127D
RGB
CMYK
RGB Variations
Color information
#60127D (or 0x60127D) is known color: Indigo. HEX triplet: 60, 12 and 7D. RGB value is (96,18,125). Sum of RGB (Red+Green+Blue) = 96+18+125=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #60127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60127D is #9FED82. Grayscale: #353535. Windows color (decimal): -10481027 or 8196704. OLE color: 8196704.
HSL color Cylindrical-coordinate representation of color #60127D: hue angle of 283.74º degrees, saturation: 0.75, 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 #60127D is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 18 | 125 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.51 |
| HSL | 283.74º | 0.75% | 0.28% | - |
| HSV(B) | 283.74º | 0.86% | 0.49% | - |
| XYZ | 8.74 | 4.4 | 19.79 | - |
| YUV | 53.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 125 | 0.23 | 0.86 | 0 | 0.51 | 283.74 | 0.75 | 0.28 |
| Hex | 60 | 12 | 7D | 17 | 56 | 0 | 33 | 11C | 4B | 1C |
| Octal | 140 | 22 | 175 | 27 | 126 | 0 | 63 | 434 | 113 | 34 |
| Binary | 1100000 | 10010 | 1111101 | 10111 | 1010110 | 0 | 110011 | 100011100 | 1001011 | 11100 |
Color Harmonies of #60127D
Complementary color
Monochromatic Colors of #60127D
Black with #60127D
Text Example
Text Example
White with #60127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60127D; }
p { color: rgb(96,18,125); }
H1.HeaderClassName
{
color: #60127D;
}
.AnyTagClassName
{
color: #60127D;
}
</style>
background-color css
<style>
a { background-color: #60127D; }
a { background-color: rgb(96,18,125); }
div.DivClassName
{
background-color: #60127D;
}
.BgClassName
{
background-color: #60127D;
}
</style>
border-color css
<style>
span { border-color: #60127D; }
span { border-color: rgb(96,18,125); }
td.TdClassName
{
border-color: #60127D;
}
.TagClassName
{
border-color: #60127D;
}
</style>