Shades of Indigo #601487
Tints of Indigo #601487
RGB
CMYK
RGB Variations
Color information
#601487 (or 0x601487) is known color: Indigo. HEX triplet: 60, 14 and 87. RGB value is (96,20,135). Sum of RGB (Red+Green+Blue) = 96+20+135=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #601487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601487 is #9FEB78. Grayscale: #373737. Windows color (decimal): -10480505 or 8852576. OLE color: 8852576.
HSL color Cylindrical-coordinate representation of color #601487: hue angle of 279.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601487 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 20 | 135 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.47 |
| HSL | 279.65º | 0.74% | 0.3% | - |
| HSV(B) | 279.65º | 0.85% | 0.53% | - |
| XYZ | 9.45 | 4.74 | 23.34 | - |
| YUV | 55.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 135 | 0.29 | 0.85 | 0 | 0.47 | 279.65 | 0.74 | 0.3 |
| Hex | 60 | 14 | 87 | 1D | 55 | 0 | 2F | 118 | 4A | 1E |
| Octal | 140 | 24 | 207 | 35 | 125 | 0 | 57 | 430 | 112 | 36 |
| Binary | 1100000 | 10100 | 10000111 | 11101 | 1010101 | 0 | 101111 | 100011000 | 1001010 | 11110 |
Color Harmonies of #601487
Complementary color
Monochromatic Colors of #601487
Black with #601487
Text Example
Text Example
White with #601487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601487; }
p { color: rgb(96,20,135); }
H1.HeaderClassName
{
color: #601487;
}
.AnyTagClassName
{
color: #601487;
}
</style>
background-color css
<style>
a { background-color: #601487; }
a { background-color: rgb(96,20,135); }
div.DivClassName
{
background-color: #601487;
}
.BgClassName
{
background-color: #601487;
}
</style>
border-color css
<style>
span { border-color: #601487; }
span { border-color: rgb(96,20,135); }
td.TdClassName
{
border-color: #601487;
}
.TagClassName
{
border-color: #601487;
}
</style>