Shades of Indigo #60029C
Tints of Indigo #60029C
RGB
CMYK
RGB Variations
Color information
#60029C (or 0x60029C) is known color: Indigo. HEX triplet: 60, 02 and 9C. RGB value is (96,2,156). Sum of RGB (Red+Green+Blue) = 96+2+156=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #60029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60029C is #9FFD63. Grayscale: #2F2F2F. Windows color (decimal): -10485092 or 10224224. OLE color: 10224224.
HSL color Cylindrical-coordinate representation of color #60029C: hue angle of 276.62º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60029C is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 2 | 156 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.39 |
| HSL | 276.62º | 0.97% | 0.31% | - |
| HSV(B) | 276.62º | 0.99% | 0.61% | - |
| XYZ | 10.85 | 4.93 | 31.83 | - |
| YUV | 47.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 156 | 0.38 | 0.99 | 0 | 0.39 | 276.62 | 0.97 | 0.31 |
| Hex | 60 | 2 | 9C | 26 | 63 | 0 | 27 | 115 | 61 | 1F |
| Octal | 140 | 2 | 234 | 46 | 143 | 0 | 47 | 425 | 141 | 37 |
| Binary | 1100000 | 10 | 10011100 | 100110 | 1100011 | 0 | 100111 | 100010101 | 1100001 | 11111 |
Color Harmonies of #60029C
Complementary color
Monochromatic Colors of #60029C
Black with #60029C
Text Example
Text Example
White with #60029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60029C; }
p { color: rgb(96,2,156); }
H1.HeaderClassName
{
color: #60029C;
}
.AnyTagClassName
{
color: #60029C;
}
</style>
background-color css
<style>
a { background-color: #60029C; }
a { background-color: rgb(96,2,156); }
div.DivClassName
{
background-color: #60029C;
}
.BgClassName
{
background-color: #60029C;
}
</style>
border-color css
<style>
span { border-color: #60029C; }
span { border-color: rgb(96,2,156); }
td.TdClassName
{
border-color: #60029C;
}
.TagClassName
{
border-color: #60029C;
}
</style>