Shades of Indigo #60179C
Tints of Indigo #60179C
RGB
CMYK
RGB Variations
Color information
#60179C (or 0x60179C) is known color: Indigo. HEX triplet: 60, 17 and 9C. RGB value is (96,23,156). Sum of RGB (Red+Green+Blue) = 96+23+156=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #60179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60179C is #9FE863. Grayscale: #3B3B3B. Windows color (decimal): -10479716 or 10229600. OLE color: 10229600.
HSL color Cylindrical-coordinate representation of color #60179C: hue angle of 272.93º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60179C is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 23 | 156 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.39 |
| HSL | 272.93º | 0.74% | 0.35% | - |
| HSV(B) | 272.93º | 0.85% | 0.61% | - |
| XYZ | 11.13 | 5.5 | 31.93 | - |
| YUV | 59.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 156 | 0.38 | 0.85 | 0 | 0.39 | 272.93 | 0.74 | 0.35 |
| Hex | 60 | 17 | 9C | 26 | 55 | 0 | 27 | 111 | 4A | 23 |
| Octal | 140 | 27 | 234 | 46 | 125 | 0 | 47 | 421 | 112 | 43 |
| Binary | 1100000 | 10111 | 10011100 | 100110 | 1010101 | 0 | 100111 | 100010001 | 1001010 | 100011 |
Color Harmonies of #60179C
Complementary color
Monochromatic Colors of #60179C
Black with #60179C
Text Example
Text Example
White with #60179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60179C; }
p { color: rgb(96,23,156); }
H1.HeaderClassName
{
color: #60179C;
}
.AnyTagClassName
{
color: #60179C;
}
</style>
background-color css
<style>
a { background-color: #60179C; }
a { background-color: rgb(96,23,156); }
div.DivClassName
{
background-color: #60179C;
}
.BgClassName
{
background-color: #60179C;
}
</style>
border-color css
<style>
span { border-color: #60179C; }
span { border-color: rgb(96,23,156); }
td.TdClassName
{
border-color: #60179C;
}
.TagClassName
{
border-color: #60179C;
}
</style>