Shades of Indigo #60157B
Tints of Indigo #60157B
RGB
CMYK
RGB Variations
Color information
#60157B (or 0x60157B) is known color: Indigo. HEX triplet: 60, 15 and 7B. RGB value is (96,21,123). Sum of RGB (Red+Green+Blue) = 96+21+123=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #60157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60157B is #9FEA84. Grayscale: #363636. Windows color (decimal): -10480261 or 8066400. OLE color: 8066400.
HSL color Cylindrical-coordinate representation of color #60157B: hue angle of 284.12º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60157B is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 21 | 123 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.52 |
| HSL | 284.12º | 0.71% | 0.28% | - |
| HSV(B) | 284.12º | 0.83% | 0.48% | - |
| XYZ | 8.67 | 4.45 | 19.14 | - |
| YUV | 55.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 123 | 0.22 | 0.83 | 0 | 0.52 | 284.12 | 0.71 | 0.28 |
| Hex | 60 | 15 | 7B | 16 | 53 | 0 | 34 | 11C | 47 | 1C |
| Octal | 140 | 25 | 173 | 26 | 123 | 0 | 64 | 434 | 107 | 34 |
| Binary | 1100000 | 10101 | 1111011 | 10110 | 1010011 | 0 | 110100 | 100011100 | 1000111 | 11100 |
Color Harmonies of #60157B
Complementary color
Monochromatic Colors of #60157B
Black with #60157B
Text Example
Text Example
White with #60157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60157B; }
p { color: rgb(96,21,123); }
H1.HeaderClassName
{
color: #60157B;
}
.AnyTagClassName
{
color: #60157B;
}
</style>
background-color css
<style>
a { background-color: #60157B; }
a { background-color: rgb(96,21,123); }
div.DivClassName
{
background-color: #60157B;
}
.BgClassName
{
background-color: #60157B;
}
</style>
border-color css
<style>
span { border-color: #60157B; }
span { border-color: rgb(96,21,123); }
td.TdClassName
{
border-color: #60157B;
}
.TagClassName
{
border-color: #60157B;
}
</style>