Shades of Indigo #60047C
Tints of Indigo #60047C
RGB
CMYK
RGB Variations
Color information
#60047C (or 0x60047C) is known color: Indigo. HEX triplet: 60, 04 and 7C. RGB value is (96,4,124). Sum of RGB (Red+Green+Blue) = 96+4+124=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #60047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60047C is #9FFB83. Grayscale: #2C2C2C. Windows color (decimal): -10484612 or 8127584. OLE color: 8127584.
HSL color Cylindrical-coordinate representation of color #60047C: hue angle of 286º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60047C is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 4 | 124 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.51 |
| HSL | 286º | 0.94% | 0.25% | - |
| HSV(B) | 286º | 0.97% | 0.49% | - |
| XYZ | 8.51 | 4.03 | 19.4 | - |
| YUV | 45.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 124 | 0.23 | 0.97 | 0 | 0.51 | 286 | 0.94 | 0.25 |
| Hex | 60 | 4 | 7C | 17 | 61 | 0 | 33 | 11E | 5E | 19 |
| Octal | 140 | 4 | 174 | 27 | 141 | 0 | 63 | 436 | 136 | 31 |
| Binary | 1100000 | 100 | 1111100 | 10111 | 1100001 | 0 | 110011 | 100011110 | 1011110 | 11001 |
Color Harmonies of #60047C
Complementary color
Monochromatic Colors of #60047C
Black with #60047C
Text Example
Text Example
White with #60047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60047C; }
p { color: rgb(96,4,124); }
H1.HeaderClassName
{
color: #60047C;
}
.AnyTagClassName
{
color: #60047C;
}
</style>
background-color css
<style>
a { background-color: #60047C; }
a { background-color: rgb(96,4,124); }
div.DivClassName
{
background-color: #60047C;
}
.BgClassName
{
background-color: #60047C;
}
</style>
border-color css
<style>
span { border-color: #60047C; }
span { border-color: rgb(96,4,124); }
td.TdClassName
{
border-color: #60047C;
}
.TagClassName
{
border-color: #60047C;
}
</style>