Shades of Indigo #601490
Tints of Indigo #601490
RGB
CMYK
RGB Variations
Color information
#601490 (or 0x601490) is known color: Indigo. HEX triplet: 60, 14 and 90. RGB value is (96,20,144). Sum of RGB (Red+Green+Blue) = 96+20+144=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #601490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601490 is #9FEB6F. Grayscale: #383838. Windows color (decimal): -10480496 or 9442400. OLE color: 9442400.
HSL color Cylindrical-coordinate representation of color #601490: hue angle of 276.77º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601490 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 20 | 144 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.44 |
| HSL | 276.77º | 0.76% | 0.32% | - |
| HSV(B) | 276.77º | 0.86% | 0.56% | - |
| XYZ | 10.11 | 5 | 26.82 | - |
| YUV | 56.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 144 | 0.33 | 0.86 | 0 | 0.44 | 276.77 | 0.76 | 0.32 |
| Hex | 60 | 14 | 90 | 21 | 56 | 0 | 2C | 115 | 4C | 20 |
| Octal | 140 | 24 | 220 | 41 | 126 | 0 | 54 | 425 | 114 | 40 |
| Binary | 1100000 | 10100 | 10010000 | 100001 | 1010110 | 0 | 101100 | 100010101 | 1001100 | 100000 |
Color Harmonies of #601490
Complementary color
Monochromatic Colors of #601490
Black with #601490
Text Example
Text Example
White with #601490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601490; }
p { color: rgb(96,20,144); }
H1.HeaderClassName
{
color: #601490;
}
.AnyTagClassName
{
color: #601490;
}
</style>
background-color css
<style>
a { background-color: #601490; }
a { background-color: rgb(96,20,144); }
div.DivClassName
{
background-color: #601490;
}
.BgClassName
{
background-color: #601490;
}
</style>
border-color css
<style>
span { border-color: #601490; }
span { border-color: rgb(96,20,144); }
td.TdClassName
{
border-color: #601490;
}
.TagClassName
{
border-color: #601490;
}
</style>