Shades of Indigo #600E80
Tints of Indigo #600E80
RGB
CMYK
RGB Variations
Color information
#600E80 (or 0x600E80) is known color: Indigo. HEX triplet: 60, 0E and 80. RGB value is (96,14,128). Sum of RGB (Red+Green+Blue) = 96+14+128=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #600E80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600E80 is #9FF17F. Grayscale: #333333. Windows color (decimal): -10482048 or 8392288. OLE color: 8392288.
HSL color Cylindrical-coordinate representation of color #600E80: hue angle of 283.16º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600E80 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 14 | 128 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.50 |
| HSL | 283.16º | 0.8% | 0.28% | - |
| HSV(B) | 283.16º | 0.89% | 0.5% | - |
| XYZ | 8.88 | 4.36 | 20.8 | - |
| YUV | 51.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 128 | 0.25 | 0.89 | 0 | 0.50 | 283.16 | 0.8 | 0.28 |
| Hex | 60 | E | 80 | 19 | 59 | 0 | 32 | 11B | 50 | 1C |
| Octal | 140 | 16 | 200 | 31 | 131 | 0 | 62 | 433 | 120 | 34 |
| Binary | 1100000 | 1110 | 10000000 | 11001 | 1011001 | 0 | 110010 | 100011011 | 1010000 | 11100 |
Color Harmonies of #600E80
Complementary color
Monochromatic Colors of #600E80
Black with #600E80
Text Example
Text Example
White with #600E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600E80; }
p { color: rgb(96,14,128); }
H1.HeaderClassName
{
color: #600E80;
}
.AnyTagClassName
{
color: #600E80;
}
</style>
background-color css
<style>
a { background-color: #600E80; }
a { background-color: rgb(96,14,128); }
div.DivClassName
{
background-color: #600E80;
}
.BgClassName
{
background-color: #600E80;
}
</style>
border-color css
<style>
span { border-color: #600E80; }
span { border-color: rgb(96,14,128); }
td.TdClassName
{
border-color: #600E80;
}
.TagClassName
{
border-color: #600E80;
}
</style>