Shades of Indigo #60177B
Tints of Indigo #60177B
RGB
CMYK
RGB Variations
Color information
#60177B (or 0x60177B) is known color: Indigo. HEX triplet: 60, 17 and 7B. RGB value is (96,23,123). Sum of RGB (Red+Green+Blue) = 96+23+123=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #60177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60177B is #9FE884. Grayscale: #373737. Windows color (decimal): -10479749 or 8066912. OLE color: 8066912.
HSL color Cylindrical-coordinate representation of color #60177B: hue angle of 283.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60177B is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 23 | 123 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.52 |
| HSL | 283.8º | 0.68% | 0.29% | - |
| HSV(B) | 283.8º | 0.81% | 0.48% | - |
| XYZ | 8.71 | 4.53 | 19.15 | - |
| YUV | 56.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 123 | 0.22 | 0.81 | 0 | 0.52 | 283.8 | 0.68 | 0.29 |
| Hex | 60 | 17 | 7B | 16 | 51 | 0 | 34 | 11C | 44 | 1D |
| Octal | 140 | 27 | 173 | 26 | 121 | 0 | 64 | 434 | 104 | 35 |
| Binary | 1100000 | 10111 | 1111011 | 10110 | 1010001 | 0 | 110100 | 100011100 | 1000100 | 11101 |
Color Harmonies of #60177B
Complementary color
Monochromatic Colors of #60177B
Black with #60177B
Text Example
Text Example
White with #60177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60177B; }
p { color: rgb(96,23,123); }
H1.HeaderClassName
{
color: #60177B;
}
.AnyTagClassName
{
color: #60177B;
}
</style>
background-color css
<style>
a { background-color: #60177B; }
a { background-color: rgb(96,23,123); }
div.DivClassName
{
background-color: #60177B;
}
.BgClassName
{
background-color: #60177B;
}
</style>
border-color css
<style>
span { border-color: #60177B; }
span { border-color: rgb(96,23,123); }
td.TdClassName
{
border-color: #60177B;
}
.TagClassName
{
border-color: #60177B;
}
</style>