Shades of Indigo #60037C
Tints of Indigo #60037C
RGB
CMYK
RGB Variations
Color information
#60037C (or 0x60037C) is known color: Indigo. HEX triplet: 60, 03 and 7C. RGB value is (96,3,124). Sum of RGB (Red+Green+Blue) = 96+3+124=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #60037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60037C is #9FFC83. Grayscale: #2C2C2C. Windows color (decimal): -10484868 or 8127328. OLE color: 8127328.
HSL color Cylindrical-coordinate representation of color #60037C: hue angle of 286.12º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60037C is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 3 | 124 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.51 |
| HSL | 286.12º | 0.95% | 0.25% | - |
| HSV(B) | 286.12º | 0.98% | 0.49% | - |
| XYZ | 8.49 | 4.01 | 19.39 | - |
| YUV | 44.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 124 | 0.23 | 0.98 | 0 | 0.51 | 286.12 | 0.95 | 0.25 |
| Hex | 60 | 3 | 7C | 17 | 62 | 0 | 33 | 11E | 5F | 19 |
| Octal | 140 | 3 | 174 | 27 | 142 | 0 | 63 | 436 | 137 | 31 |
| Binary | 1100000 | 11 | 1111100 | 10111 | 1100010 | 0 | 110011 | 100011110 | 1011111 | 11001 |
Color Harmonies of #60037C
Complementary color
Monochromatic Colors of #60037C
Black with #60037C
Text Example
Text Example
White with #60037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60037C; }
p { color: rgb(96,3,124); }
H1.HeaderClassName
{
color: #60037C;
}
.AnyTagClassName
{
color: #60037C;
}
</style>
background-color css
<style>
a { background-color: #60037C; }
a { background-color: rgb(96,3,124); }
div.DivClassName
{
background-color: #60037C;
}
.BgClassName
{
background-color: #60037C;
}
</style>
border-color css
<style>
span { border-color: #60037C; }
span { border-color: rgb(96,3,124); }
td.TdClassName
{
border-color: #60037C;
}
.TagClassName
{
border-color: #60037C;
}
</style>