Shades of Indigo #60087B
Tints of Indigo #60087B
RGB
CMYK
RGB Variations
Color information
#60087B (or 0x60087B) is known color: Indigo. HEX triplet: 60, 08 and 7B. RGB value is (96,8,123). Sum of RGB (Red+Green+Blue) = 96+8+123=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #60087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60087B is #9FF784. Grayscale: #2F2F2F. Windows color (decimal): -10483589 or 8063072. OLE color: 8063072.
HSL color Cylindrical-coordinate representation of color #60087B: hue angle of 285.91º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60087B is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 8 | 123 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.52 |
| HSL | 285.91º | 0.88% | 0.26% | - |
| HSV(B) | 285.91º | 0.93% | 0.48% | - |
| XYZ | 8.49 | 4.09 | 19.08 | - |
| YUV | 47.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 123 | 0.22 | 0.93 | 0 | 0.52 | 285.91 | 0.88 | 0.26 |
| Hex | 60 | 8 | 7B | 16 | 5D | 0 | 34 | 11E | 58 | 1A |
| Octal | 140 | 10 | 173 | 26 | 135 | 0 | 64 | 436 | 130 | 32 |
| Binary | 1100000 | 1000 | 1111011 | 10110 | 1011101 | 0 | 110100 | 100011110 | 1011000 | 11010 |
Color Harmonies of #60087B
Complementary color
Monochromatic Colors of #60087B
Black with #60087B
Text Example
Text Example
White with #60087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60087B; }
p { color: rgb(96,8,123); }
H1.HeaderClassName
{
color: #60087B;
}
.AnyTagClassName
{
color: #60087B;
}
</style>
background-color css
<style>
a { background-color: #60087B; }
a { background-color: rgb(96,8,123); }
div.DivClassName
{
background-color: #60087B;
}
.BgClassName
{
background-color: #60087B;
}
</style>
border-color css
<style>
span { border-color: #60087B; }
span { border-color: rgb(96,8,123); }
td.TdClassName
{
border-color: #60087B;
}
.TagClassName
{
border-color: #60087B;
}
</style>