Shades of Indigo #60059C
Tints of Indigo #60059C
RGB
CMYK
RGB Variations
Color information
#60059C (or 0x60059C) is known color: Indigo. HEX triplet: 60, 05 and 9C. RGB value is (96,5,156). Sum of RGB (Red+Green+Blue) = 96+5+156=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #60059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60059C is #9FFA63. Grayscale: #303030. Windows color (decimal): -10484324 or 10224992. OLE color: 10224992.
HSL color Cylindrical-coordinate representation of color #60059C: hue angle of 276.16º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60059C is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 5 | 156 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.39 |
| HSL | 276.16º | 0.94% | 0.32% | - |
| HSV(B) | 276.16º | 0.97% | 0.61% | - |
| XYZ | 10.88 | 5 | 31.84 | - |
| YUV | 49.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 156 | 0.38 | 0.97 | 0 | 0.39 | 276.16 | 0.94 | 0.32 |
| Hex | 60 | 5 | 9C | 26 | 61 | 0 | 27 | 114 | 5E | 20 |
| Octal | 140 | 5 | 234 | 46 | 141 | 0 | 47 | 424 | 136 | 40 |
| Binary | 1100000 | 101 | 10011100 | 100110 | 1100001 | 0 | 100111 | 100010100 | 1011110 | 100000 |
Color Harmonies of #60059C
Complementary color
Monochromatic Colors of #60059C
Black with #60059C
Text Example
Text Example
White with #60059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60059C; }
p { color: rgb(96,5,156); }
H1.HeaderClassName
{
color: #60059C;
}
.AnyTagClassName
{
color: #60059C;
}
</style>
background-color css
<style>
a { background-color: #60059C; }
a { background-color: rgb(96,5,156); }
div.DivClassName
{
background-color: #60059C;
}
.BgClassName
{
background-color: #60059C;
}
</style>
border-color css
<style>
span { border-color: #60059C; }
span { border-color: rgb(96,5,156); }
td.TdClassName
{
border-color: #60059C;
}
.TagClassName
{
border-color: #60059C;
}
</style>