Shades of Indigo #60089D
Tints of Indigo #60089D
RGB
CMYK
RGB Variations
Color information
#60089D (or 0x60089D) is known color: Indigo. HEX triplet: 60, 08 and 9D. RGB value is (96,8,157). Sum of RGB (Red+Green+Blue) = 96+8+157=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #60089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60089D is #9FF762. Grayscale: #323232. Windows color (decimal): -10483555 or 10291296. OLE color: 10291296.
HSL color Cylindrical-coordinate representation of color #60089D: hue angle of 275.44º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60089D is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 8 | 157 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.38 |
| HSL | 275.44º | 0.9% | 0.32% | - |
| HSV(B) | 275.44º | 0.95% | 0.62% | - |
| XYZ | 11 | 5.09 | 32.3 | - |
| YUV | 51.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 157 | 0.39 | 0.95 | 0 | 0.38 | 275.44 | 0.9 | 0.32 |
| Hex | 60 | 8 | 9D | 27 | 5F | 0 | 26 | 113 | 5A | 20 |
| Octal | 140 | 10 | 235 | 47 | 137 | 0 | 46 | 423 | 132 | 40 |
| Binary | 1100000 | 1000 | 10011101 | 100111 | 1011111 | 0 | 100110 | 100010011 | 1011010 | 100000 |
Color Harmonies of #60089D
Complementary color
Monochromatic Colors of #60089D
Black with #60089D
Text Example
Text Example
White with #60089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60089D; }
p { color: rgb(96,8,157); }
H1.HeaderClassName
{
color: #60089D;
}
.AnyTagClassName
{
color: #60089D;
}
</style>
background-color css
<style>
a { background-color: #60089D; }
a { background-color: rgb(96,8,157); }
div.DivClassName
{
background-color: #60089D;
}
.BgClassName
{
background-color: #60089D;
}
</style>
border-color css
<style>
span { border-color: #60089D; }
span { border-color: rgb(96,8,157); }
td.TdClassName
{
border-color: #60089D;
}
.TagClassName
{
border-color: #60089D;
}
</style>