Shades of Indigo #60187C
Tints of Indigo #60187C
RGB
CMYK
RGB Variations
Color information
#60187C (or 0x60187C) is known color: Indigo. HEX triplet: 60, 18 and 7C. RGB value is (96,24,124). Sum of RGB (Red+Green+Blue) = 96+24+124=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #60187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60187C is #9FE783. Grayscale: #383838. Windows color (decimal): -10479492 or 8132704. OLE color: 8132704.
HSL color Cylindrical-coordinate representation of color #60187C: hue angle of 283.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60187C is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 24 | 124 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.51 |
| HSL | 283.2º | 0.68% | 0.29% | - |
| HSV(B) | 283.2º | 0.81% | 0.49% | - |
| XYZ | 8.79 | 4.6 | 19.49 | - |
| YUV | 56.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 124 | 0.23 | 0.81 | 0 | 0.51 | 283.2 | 0.68 | 0.29 |
| Hex | 60 | 18 | 7C | 17 | 51 | 0 | 33 | 11B | 44 | 1D |
| Octal | 140 | 30 | 174 | 27 | 121 | 0 | 63 | 433 | 104 | 35 |
| Binary | 1100000 | 11000 | 1111100 | 10111 | 1010001 | 0 | 110011 | 100011011 | 1000100 | 11101 |
Color Harmonies of #60187C
Complementary color
Monochromatic Colors of #60187C
Black with #60187C
Text Example
Text Example
White with #60187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60187C; }
p { color: rgb(96,24,124); }
H1.HeaderClassName
{
color: #60187C;
}
.AnyTagClassName
{
color: #60187C;
}
</style>
background-color css
<style>
a { background-color: #60187C; }
a { background-color: rgb(96,24,124); }
div.DivClassName
{
background-color: #60187C;
}
.BgClassName
{
background-color: #60187C;
}
</style>
border-color css
<style>
span { border-color: #60187C; }
span { border-color: rgb(96,24,124); }
td.TdClassName
{
border-color: #60187C;
}
.TagClassName
{
border-color: #60187C;
}
</style>