Shades of Indigo #600DA0
Tints of Indigo #600DA0
RGB
CMYK
RGB Variations
Color information
#600DA0 (or 0x600DA0) is known color: Indigo. HEX triplet: 60, 0D and A0. RGB value is (96,13,160). Sum of RGB (Red+Green+Blue) = 96+13+160=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #600DA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600DA0 is #9FF25F. Grayscale: #363636. Windows color (decimal): -10482272 or 10489184. OLE color: 10489184.
HSL color Cylindrical-coordinate representation of color #600DA0: hue angle of 273.88º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600DA0 is Cyan = 0.4, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 13 | 160 | - |
| CMYK | 0.4 | 0.92 | 0 | 0.37 |
| HSL | 273.88º | 0.85% | 0.34% | - |
| HSV(B) | 273.88º | 0.92% | 0.63% | - |
| XYZ | 11.31 | 5.31 | 33.69 | - |
| YUV | 54.58 | 187.5 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 160 | 0.4 | 0.92 | 0 | 0.37 | 273.88 | 0.85 | 0.34 |
| Hex | 60 | D | A0 | 28 | 5C | 0 | 25 | 112 | 55 | 22 |
| Octal | 140 | 15 | 240 | 50 | 134 | 0 | 45 | 422 | 125 | 42 |
| Binary | 1100000 | 1101 | 10100000 | 101000 | 1011100 | 0 | 100101 | 100010010 | 1010101 | 100010 |
Color Harmonies of #600DA0
Complementary color
Monochromatic Colors of #600DA0
Black with #600DA0
Text Example
Text Example
White with #600DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DA0; }
p { color: rgb(96,13,160); }
H1.HeaderClassName
{
color: #600DA0;
}
.AnyTagClassName
{
color: #600DA0;
}
</style>
background-color css
<style>
a { background-color: #600DA0; }
a { background-color: rgb(96,13,160); }
div.DivClassName
{
background-color: #600DA0;
}
.BgClassName
{
background-color: #600DA0;
}
</style>
border-color css
<style>
span { border-color: #600DA0; }
span { border-color: rgb(96,13,160); }
td.TdClassName
{
border-color: #600DA0;
}
.TagClassName
{
border-color: #600DA0;
}
</style>