Shades of Indigo #60057D
Tints of Indigo #60057D
RGB
CMYK
RGB Variations
Color information
#60057D (or 0x60057D) is known color: Indigo. HEX triplet: 60, 05 and 7D. RGB value is (96,5,125). Sum of RGB (Red+Green+Blue) = 96+5+125=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #60057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60057D is #9FFA82. Grayscale: #2D2D2D. Windows color (decimal): -10484355 or 8193376. OLE color: 8193376.
HSL color Cylindrical-coordinate representation of color #60057D: hue angle of 285.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60057D is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 5 | 125 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.51 |
| HSL | 285.5º | 0.92% | 0.25% | - |
| HSV(B) | 285.5º | 0.96% | 0.49% | - |
| XYZ | 8.58 | 4.08 | 19.74 | - |
| YUV | 45.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 125 | 0.23 | 0.96 | 0 | 0.51 | 285.5 | 0.92 | 0.25 |
| Hex | 60 | 5 | 7D | 17 | 60 | 0 | 33 | 11E | 5C | 19 |
| Octal | 140 | 5 | 175 | 27 | 140 | 0 | 63 | 436 | 134 | 31 |
| Binary | 1100000 | 101 | 1111101 | 10111 | 1100000 | 0 | 110011 | 100011110 | 1011100 | 11001 |
Color Harmonies of #60057D
Complementary color
Monochromatic Colors of #60057D
Black with #60057D
Text Example
Text Example
White with #60057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60057D; }
p { color: rgb(96,5,125); }
H1.HeaderClassName
{
color: #60057D;
}
.AnyTagClassName
{
color: #60057D;
}
</style>
background-color css
<style>
a { background-color: #60057D; }
a { background-color: rgb(96,5,125); }
div.DivClassName
{
background-color: #60057D;
}
.BgClassName
{
background-color: #60057D;
}
</style>
border-color css
<style>
span { border-color: #60057D; }
span { border-color: rgb(96,5,125); }
td.TdClassName
{
border-color: #60057D;
}
.TagClassName
{
border-color: #60057D;
}
</style>