Shades of Indigo #60049F
Tints of Indigo #60049F
RGB
CMYK
RGB Variations
Color information
#60049F (or 0x60049F) is known color: Indigo. HEX triplet: 60, 04 and 9F. RGB value is (96,4,159). Sum of RGB (Red+Green+Blue) = 96+4+159=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #60049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60049F is #9FFB60. Grayscale: #303030. Windows color (decimal): -10484577 or 10421344. OLE color: 10421344.
HSL color Cylindrical-coordinate representation of color #60049F: hue angle of 275.61º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60049F is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 4 | 159 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.38 |
| HSL | 275.61º | 0.95% | 0.32% | - |
| HSV(B) | 275.61º | 0.97% | 0.62% | - |
| XYZ | 11.13 | 5.08 | 33.19 | - |
| YUV | 49.18 | 189.98 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 159 | 0.40 | 0.97 | 0 | 0.38 | 275.61 | 0.95 | 0.32 |
| Hex | 60 | 4 | 9F | 28 | 61 | 0 | 26 | 114 | 5F | 20 |
| Octal | 140 | 4 | 237 | 50 | 141 | 0 | 46 | 424 | 137 | 40 |
| Binary | 1100000 | 100 | 10011111 | 101000 | 1100001 | 0 | 100110 | 100010100 | 1011111 | 100000 |
Color Harmonies of #60049F
Complementary color
Monochromatic Colors of #60049F
Black with #60049F
Text Example
Text Example
White with #60049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60049F; }
p { color: rgb(96,4,159); }
H1.HeaderClassName
{
color: #60049F;
}
.AnyTagClassName
{
color: #60049F;
}
</style>
background-color css
<style>
a { background-color: #60049F; }
a { background-color: rgb(96,4,159); }
div.DivClassName
{
background-color: #60049F;
}
.BgClassName
{
background-color: #60049F;
}
</style>
border-color css
<style>
span { border-color: #60049F; }
span { border-color: rgb(96,4,159); }
td.TdClassName
{
border-color: #60049F;
}
.TagClassName
{
border-color: #60049F;
}
</style>