Shades of Indigo #60058C
Tints of Indigo #60058C
RGB
CMYK
RGB Variations
Color information
#60058C (or 0x60058C) is known color: Indigo. HEX triplet: 60, 05 and 8C. RGB value is (96,5,140). Sum of RGB (Red+Green+Blue) = 96+5+140=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #60058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60058C is #9FFA73. Grayscale: #2F2F2F. Windows color (decimal): -10484340 or 9176416. OLE color: 9176416.
HSL color Cylindrical-coordinate representation of color #60058C: hue angle of 280.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60058C is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 5 | 140 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.45 |
| HSL | 280.44º | 0.93% | 0.28% | - |
| HSV(B) | 280.44º | 0.96% | 0.55% | - |
| XYZ | 9.61 | 4.49 | 25.17 | - |
| YUV | 47.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 140 | 0.31 | 0.96 | 0 | 0.45 | 280.44 | 0.93 | 0.28 |
| Hex | 60 | 5 | 8C | 1F | 60 | 0 | 2D | 118 | 5D | 1C |
| Octal | 140 | 5 | 214 | 37 | 140 | 0 | 55 | 430 | 135 | 34 |
| Binary | 1100000 | 101 | 10001100 | 11111 | 1100000 | 0 | 101101 | 100011000 | 1011101 | 11100 |
Color Harmonies of #60058C
Complementary color
Monochromatic Colors of #60058C
Black with #60058C
Text Example
Text Example
White with #60058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60058C; }
p { color: rgb(96,5,140); }
H1.HeaderClassName
{
color: #60058C;
}
.AnyTagClassName
{
color: #60058C;
}
</style>
background-color css
<style>
a { background-color: #60058C; }
a { background-color: rgb(96,5,140); }
div.DivClassName
{
background-color: #60058C;
}
.BgClassName
{
background-color: #60058C;
}
</style>
border-color css
<style>
span { border-color: #60058C; }
span { border-color: rgb(96,5,140); }
td.TdClassName
{
border-color: #60058C;
}
.TagClassName
{
border-color: #60058C;
}
</style>