Shades of Indigo #60177C
Tints of Indigo #60177C
RGB
CMYK
RGB Variations
Color information
#60177C (or 0x60177C) is known color: Indigo. HEX triplet: 60, 17 and 7C. RGB value is (96,23,124). Sum of RGB (Red+Green+Blue) = 96+23+124=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #60177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60177C is #9FE883. Grayscale: #383838. Windows color (decimal): -10479748 or 8132448. OLE color: 8132448.
HSL color Cylindrical-coordinate representation of color #60177C: hue angle of 283.37º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60177C is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 23 | 124 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.51 |
| HSL | 283.37º | 0.69% | 0.29% | - |
| HSV(B) | 283.37º | 0.81% | 0.49% | - |
| XYZ | 8.77 | 4.55 | 19.49 | - |
| YUV | 56.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 124 | 0.23 | 0.81 | 0 | 0.51 | 283.37 | 0.69 | 0.29 |
| Hex | 60 | 17 | 7C | 17 | 51 | 0 | 33 | 11B | 45 | 1D |
| Octal | 140 | 27 | 174 | 27 | 121 | 0 | 63 | 433 | 105 | 35 |
| Binary | 1100000 | 10111 | 1111100 | 10111 | 1010001 | 0 | 110011 | 100011011 | 1000101 | 11101 |
Color Harmonies of #60177C
Complementary color
Monochromatic Colors of #60177C
Black with #60177C
Text Example
Text Example
White with #60177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60177C; }
p { color: rgb(96,23,124); }
H1.HeaderClassName
{
color: #60177C;
}
.AnyTagClassName
{
color: #60177C;
}
</style>
background-color css
<style>
a { background-color: #60177C; }
a { background-color: rgb(96,23,124); }
div.DivClassName
{
background-color: #60177C;
}
.BgClassName
{
background-color: #60177C;
}
</style>
border-color css
<style>
span { border-color: #60177C; }
span { border-color: rgb(96,23,124); }
td.TdClassName
{
border-color: #60177C;
}
.TagClassName
{
border-color: #60177C;
}
</style>