Shades of Indigo #601486
Tints of Indigo #601486
RGB
CMYK
RGB Variations
Color information
#601486 (or 0x601486) is known color: Indigo. HEX triplet: 60, 14 and 86. RGB value is (96,20,134). Sum of RGB (Red+Green+Blue) = 96+20+134=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #601486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601486 is #9FEB79. Grayscale: #373737. Windows color (decimal): -10480506 or 8787040. OLE color: 8787040.
HSL color Cylindrical-coordinate representation of color #601486: hue angle of 280º 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 #601486 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 20 | 134 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.47 |
| HSL | 280º | 0.74% | 0.3% | - |
| HSV(B) | 280º | 0.85% | 0.53% | - |
| XYZ | 9.38 | 4.71 | 22.97 | - |
| YUV | 55.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 134 | 0.28 | 0.85 | 0 | 0.47 | 280 | 0.74 | 0.3 |
| Hex | 60 | 14 | 86 | 1C | 55 | 0 | 2F | 118 | 4A | 1E |
| Octal | 140 | 24 | 206 | 34 | 125 | 0 | 57 | 430 | 112 | 36 |
| Binary | 1100000 | 10100 | 10000110 | 11100 | 1010101 | 0 | 101111 | 100011000 | 1001010 | 11110 |
Color Harmonies of #601486
Complementary color
Monochromatic Colors of #601486
Black with #601486
Text Example
Text Example
White with #601486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601486; }
p { color: rgb(96,20,134); }
H1.HeaderClassName
{
color: #601486;
}
.AnyTagClassName
{
color: #601486;
}
</style>
background-color css
<style>
a { background-color: #601486; }
a { background-color: rgb(96,20,134); }
div.DivClassName
{
background-color: #601486;
}
.BgClassName
{
background-color: #601486;
}
</style>
border-color css
<style>
span { border-color: #601486; }
span { border-color: rgb(96,20,134); }
td.TdClassName
{
border-color: #601486;
}
.TagClassName
{
border-color: #601486;
}
</style>