Shades of Indigo #60179B
Tints of Indigo #60179B
RGB
CMYK
RGB Variations
Color information
#60179B (or 0x60179B) is known color: Indigo. HEX triplet: 60, 17 and 9B. RGB value is (96,23,155). Sum of RGB (Red+Green+Blue) = 96+23+155=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #60179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60179B is #9FE864. Grayscale: #3B3B3B. Windows color (decimal): -10479717 or 10164064. OLE color: 10164064.
HSL color Cylindrical-coordinate representation of color #60179B: hue angle of 273.18º 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 #60179B is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 23 | 155 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.39 |
| HSL | 273.18º | 0.74% | 0.35% | - |
| HSV(B) | 273.18º | 0.85% | 0.61% | - |
| XYZ | 11.05 | 5.47 | 31.48 | - |
| YUV | 59.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 155 | 0.38 | 0.85 | 0 | 0.39 | 273.18 | 0.74 | 0.35 |
| Hex | 60 | 17 | 9B | 26 | 55 | 0 | 27 | 111 | 4A | 23 |
| Octal | 140 | 27 | 233 | 46 | 125 | 0 | 47 | 421 | 112 | 43 |
| Binary | 1100000 | 10111 | 10011011 | 100110 | 1010101 | 0 | 100111 | 100010001 | 1001010 | 100011 |
Color Harmonies of #60179B
Complementary color
Monochromatic Colors of #60179B
Black with #60179B
Text Example
Text Example
White with #60179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60179B; }
p { color: rgb(96,23,155); }
H1.HeaderClassName
{
color: #60179B;
}
.AnyTagClassName
{
color: #60179B;
}
</style>
background-color css
<style>
a { background-color: #60179B; }
a { background-color: rgb(96,23,155); }
div.DivClassName
{
background-color: #60179B;
}
.BgClassName
{
background-color: #60179B;
}
</style>
border-color css
<style>
span { border-color: #60179B; }
span { border-color: rgb(96,23,155); }
td.TdClassName
{
border-color: #60179B;
}
.TagClassName
{
border-color: #60179B;
}
</style>