Shades of Indigo #60179A
Tints of Indigo #60179A
RGB
CMYK
RGB Variations
Color information
#60179A (or 0x60179A) is known color: Indigo. HEX triplet: 60, 17 and 9A. RGB value is (96,23,154). Sum of RGB (Red+Green+Blue) = 96+23+154=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #60179A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60179A is #9FE865. Grayscale: #3B3B3B. Windows color (decimal): -10479718 or 10098528. OLE color: 10098528.
HSL color Cylindrical-coordinate representation of color #60179A: hue angle of 273.44º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60179A is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 23 | 154 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.40 |
| HSL | 273.44º | 0.74% | 0.35% | - |
| HSV(B) | 273.44º | 0.85% | 0.6% | - |
| XYZ | 10.96 | 5.43 | 31.04 | - |
| YUV | 59.76 | 181.18 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 154 | 0.38 | 0.85 | 0 | 0.40 | 273.44 | 0.74 | 0.35 |
| Hex | 60 | 17 | 9A | 26 | 55 | 0 | 28 | 111 | 4A | 23 |
| Octal | 140 | 27 | 232 | 46 | 125 | 0 | 50 | 421 | 112 | 43 |
| Binary | 1100000 | 10111 | 10011010 | 100110 | 1010101 | 0 | 101000 | 100010001 | 1001010 | 100011 |
Color Harmonies of #60179A
Complementary color
Monochromatic Colors of #60179A
Black with #60179A
Text Example
Text Example
White with #60179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60179A; }
p { color: rgb(96,23,154); }
H1.HeaderClassName
{
color: #60179A;
}
.AnyTagClassName
{
color: #60179A;
}
</style>
background-color css
<style>
a { background-color: #60179A; }
a { background-color: rgb(96,23,154); }
div.DivClassName
{
background-color: #60179A;
}
.BgClassName
{
background-color: #60179A;
}
</style>
border-color css
<style>
span { border-color: #60179A; }
span { border-color: rgb(96,23,154); }
td.TdClassName
{
border-color: #60179A;
}
.TagClassName
{
border-color: #60179A;
}
</style>