Shades of Indigo #60177D
Tints of Indigo #60177D
RGB
CMYK
RGB Variations
Color information
#60177D (or 0x60177D) is known color: Indigo. HEX triplet: 60, 17 and 7D. RGB value is (96,23,125). Sum of RGB (Red+Green+Blue) = 96+23+125=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #60177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60177D is #9FE882. Grayscale: #383838. Windows color (decimal): -10479747 or 8197984. OLE color: 8197984.
HSL color Cylindrical-coordinate representation of color #60177D: hue angle of 282.94º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60177D is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 23 | 125 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.51 |
| HSL | 282.94º | 0.69% | 0.29% | - |
| HSV(B) | 282.94º | 0.82% | 0.49% | - |
| XYZ | 8.83 | 4.58 | 19.82 | - |
| YUV | 56.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 125 | 0.23 | 0.82 | 0 | 0.51 | 282.94 | 0.69 | 0.29 |
| Hex | 60 | 17 | 7D | 17 | 52 | 0 | 33 | 11B | 45 | 1D |
| Octal | 140 | 27 | 175 | 27 | 122 | 0 | 63 | 433 | 105 | 35 |
| Binary | 1100000 | 10111 | 1111101 | 10111 | 1010010 | 0 | 110011 | 100011011 | 1000101 | 11101 |
Color Harmonies of #60177D
Complementary color
Monochromatic Colors of #60177D
Black with #60177D
Text Example
Text Example
White with #60177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60177D; }
p { color: rgb(96,23,125); }
H1.HeaderClassName
{
color: #60177D;
}
.AnyTagClassName
{
color: #60177D;
}
</style>
background-color css
<style>
a { background-color: #60177D; }
a { background-color: rgb(96,23,125); }
div.DivClassName
{
background-color: #60177D;
}
.BgClassName
{
background-color: #60177D;
}
</style>
border-color css
<style>
span { border-color: #60177D; }
span { border-color: rgb(96,23,125); }
td.TdClassName
{
border-color: #60177D;
}
.TagClassName
{
border-color: #60177D;
}
</style>