Shades of Indigo #600EA1
Tints of Indigo #600EA1
RGB
CMYK
RGB Variations
Color information
#600EA1 (or 0x600EA1) is known color: Indigo. HEX triplet: 60, 0E and A1. RGB value is (96,14,161). Sum of RGB (Red+Green+Blue) = 96+14+161=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #600EA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600EA1 is #9FF15E. Grayscale: #363636. Windows color (decimal): -10482015 or 10554976. OLE color: 10554976.
HSL color Cylindrical-coordinate representation of color #600EA1: hue angle of 273.47º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600EA1 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 14 | 161 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.37 |
| HSL | 273.47º | 0.84% | 0.34% | - |
| HSV(B) | 273.47º | 0.91% | 0.63% | - |
| XYZ | 11.41 | 5.37 | 34.15 | - |
| YUV | 55.28 | 187.67 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 161 | 0.40 | 0.91 | 0 | 0.37 | 273.47 | 0.84 | 0.34 |
| Hex | 60 | E | A1 | 28 | 5B | 0 | 25 | 111 | 54 | 22 |
| Octal | 140 | 16 | 241 | 50 | 133 | 0 | 45 | 421 | 124 | 42 |
| Binary | 1100000 | 1110 | 10100001 | 101000 | 1011011 | 0 | 100101 | 100010001 | 1010100 | 100010 |
Color Harmonies of #600EA1
Complementary color
Monochromatic Colors of #600EA1
Black with #600EA1
Text Example
Text Example
White with #600EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600EA1; }
p { color: rgb(96,14,161); }
H1.HeaderClassName
{
color: #600EA1;
}
.AnyTagClassName
{
color: #600EA1;
}
</style>
background-color css
<style>
a { background-color: #600EA1; }
a { background-color: rgb(96,14,161); }
div.DivClassName
{
background-color: #600EA1;
}
.BgClassName
{
background-color: #600EA1;
}
</style>
border-color css
<style>
span { border-color: #600EA1; }
span { border-color: rgb(96,14,161); }
td.TdClassName
{
border-color: #600EA1;
}
.TagClassName
{
border-color: #600EA1;
}
</style>