Shades of Indigo #60188C
Tints of Indigo #60188C
RGB
CMYK
RGB Variations
Color information
#60188C (or 0x60188C) is known color: Indigo. HEX triplet: 60, 18 and 8C. RGB value is (96,24,140). Sum of RGB (Red+Green+Blue) = 96+24+140=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #60188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60188C is #9FE773. Grayscale: #3A3A3A. Windows color (decimal): -10479476 or 9181280. OLE color: 9181280.
HSL color Cylindrical-coordinate representation of color #60188C: hue angle of 277.24º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60188C is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 24 | 140 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.45 |
| HSL | 277.24º | 0.71% | 0.32% | - |
| HSV(B) | 277.24º | 0.83% | 0.55% | - |
| XYZ | 9.88 | 5.03 | 25.26 | - |
| YUV | 58.75 | 173.85 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 140 | 0.31 | 0.83 | 0 | 0.45 | 277.24 | 0.71 | 0.32 |
| Hex | 60 | 18 | 8C | 1F | 53 | 0 | 2D | 115 | 47 | 20 |
| Octal | 140 | 30 | 214 | 37 | 123 | 0 | 55 | 425 | 107 | 40 |
| Binary | 1100000 | 11000 | 10001100 | 11111 | 1010011 | 0 | 101101 | 100010101 | 1000111 | 100000 |
Color Harmonies of #60188C
Complementary color
Monochromatic Colors of #60188C
Black with #60188C
Text Example
Text Example
White with #60188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60188C; }
p { color: rgb(96,24,140); }
H1.HeaderClassName
{
color: #60188C;
}
.AnyTagClassName
{
color: #60188C;
}
</style>
background-color css
<style>
a { background-color: #60188C; }
a { background-color: rgb(96,24,140); }
div.DivClassName
{
background-color: #60188C;
}
.BgClassName
{
background-color: #60188C;
}
</style>
border-color css
<style>
span { border-color: #60188C; }
span { border-color: rgb(96,24,140); }
td.TdClassName
{
border-color: #60188C;
}
.TagClassName
{
border-color: #60188C;
}
</style>