Shades of Indigo #60178F
Tints of Indigo #60178F
RGB
CMYK
RGB Variations
Color information
#60178F (or 0x60178F) is known color: Indigo. HEX triplet: 60, 17 and 8F. RGB value is (96,23,143). Sum of RGB (Red+Green+Blue) = 96+23+143=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #60178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60178F is #9FE870. Grayscale: #3A3A3A. Windows color (decimal): -10479729 or 9377632. OLE color: 9377632.
HSL color Cylindrical-coordinate representation of color #60178F: hue angle of 276.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60178F is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 23 | 143 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.44 |
| HSL | 276.5º | 0.72% | 0.33% | - |
| HSV(B) | 276.5º | 0.84% | 0.56% | - |
| XYZ | 10.09 | 5.08 | 26.44 | - |
| YUV | 58.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 143 | 0.33 | 0.84 | 0 | 0.44 | 276.5 | 0.72 | 0.33 |
| Hex | 60 | 17 | 8F | 21 | 54 | 0 | 2C | 114 | 48 | 21 |
| Octal | 140 | 27 | 217 | 41 | 124 | 0 | 54 | 424 | 110 | 41 |
| Binary | 1100000 | 10111 | 10001111 | 100001 | 1010100 | 0 | 101100 | 100010100 | 1001000 | 100001 |
Color Harmonies of #60178F
Complementary color
Monochromatic Colors of #60178F
Black with #60178F
Text Example
Text Example
White with #60178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60178F; }
p { color: rgb(96,23,143); }
H1.HeaderClassName
{
color: #60178F;
}
.AnyTagClassName
{
color: #60178F;
}
</style>
background-color css
<style>
a { background-color: #60178F; }
a { background-color: rgb(96,23,143); }
div.DivClassName
{
background-color: #60178F;
}
.BgClassName
{
background-color: #60178F;
}
</style>
border-color css
<style>
span { border-color: #60178F; }
span { border-color: rgb(96,23,143); }
td.TdClassName
{
border-color: #60178F;
}
.TagClassName
{
border-color: #60178F;
}
</style>