Shades of Indigo #60137F
Tints of Indigo #60137F
RGB
CMYK
RGB Variations
Color information
#60137F (or 0x60137F) is known color: Indigo. HEX triplet: 60, 13 and 7F. RGB value is (96,19,127). Sum of RGB (Red+Green+Blue) = 96+19+127=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #60137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60137F is #9FEC80. Grayscale: #353535. Windows color (decimal): -10480769 or 8328032. OLE color: 8328032.
HSL color Cylindrical-coordinate representation of color #60137F: hue angle of 282.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60137F is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 19 | 127 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.50 |
| HSL | 282.78º | 0.74% | 0.29% | - |
| HSV(B) | 282.78º | 0.85% | 0.5% | - |
| XYZ | 8.89 | 4.48 | 20.48 | - |
| YUV | 54.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 127 | 0.24 | 0.85 | 0 | 0.50 | 282.78 | 0.74 | 0.29 |
| Hex | 60 | 13 | 7F | 18 | 55 | 0 | 32 | 11B | 4A | 1D |
| Octal | 140 | 23 | 177 | 30 | 125 | 0 | 62 | 433 | 112 | 35 |
| Binary | 1100000 | 10011 | 1111111 | 11000 | 1010101 | 0 | 110010 | 100011011 | 1001010 | 11101 |
Color Harmonies of #60137F
Complementary color
Monochromatic Colors of #60137F
Black with #60137F
Text Example
Text Example
White with #60137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60137F; }
p { color: rgb(96,19,127); }
H1.HeaderClassName
{
color: #60137F;
}
.AnyTagClassName
{
color: #60137F;
}
</style>
background-color css
<style>
a { background-color: #60137F; }
a { background-color: rgb(96,19,127); }
div.DivClassName
{
background-color: #60137F;
}
.BgClassName
{
background-color: #60137F;
}
</style>
border-color css
<style>
span { border-color: #60137F; }
span { border-color: rgb(96,19,127); }
td.TdClassName
{
border-color: #60137F;
}
.TagClassName
{
border-color: #60137F;
}
</style>