Shades of Indigo #60008D
Tints of Indigo #60008D
RGB
CMYK
RGB Variations
Color information
#60008D (or 0x60008D) is known color: Indigo. HEX triplet: 60, 00 and 8D. RGB value is (96,0,141). Sum of RGB (Red+Green+Blue) = 96+0+141=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #60008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60008D is #9FFF72. Grayscale: #2C2C2C. Windows color (decimal): -10485619 or 9240672. OLE color: 9240672.
HSL color Cylindrical-coordinate representation of color #60008D: hue angle of 280.85º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60008D is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 0 | 141 | - |
| CMYK | 0.32 | 1 | 0 | 0.45 |
| HSL | 280.85º | 1% | 0.28% | - |
| HSV(B) | 280.85º | 1% | 0.55% | - |
| XYZ | 9.63 | 4.41 | 25.54 | - |
| YUV | 44.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 141 | 0.32 | 1 | 0 | 0.45 | 280.85 | 1 | 0.28 |
| Hex | 60 | 0 | 8D | 20 | 64 | 0 | 2D | 119 | 64 | 1C |
| Octal | 140 | 0 | 215 | 40 | 144 | 0 | 55 | 431 | 144 | 34 |
| Binary | 1100000 | 0 | 10001101 | 100000 | 1100100 | 0 | 101101 | 100011001 | 1100100 | 11100 |
Color Harmonies of #60008D
Complementary color
Monochromatic Colors of #60008D
Black with #60008D
Text Example
Text Example
White with #60008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60008D; }
p { color: rgb(96,0,141); }
H1.HeaderClassName
{
color: #60008D;
}
.AnyTagClassName
{
color: #60008D;
}
</style>
background-color css
<style>
a { background-color: #60008D; }
a { background-color: rgb(96,0,141); }
div.DivClassName
{
background-color: #60008D;
}
.BgClassName
{
background-color: #60008D;
}
</style>
border-color css
<style>
span { border-color: #60008D; }
span { border-color: rgb(96,0,141); }
td.TdClassName
{
border-color: #60008D;
}
.TagClassName
{
border-color: #60008D;
}
</style>