Shades of Indigo #601491
Tints of Indigo #601491
RGB
CMYK
RGB Variations
Color information
#601491 (or 0x601491) is known color: Indigo. HEX triplet: 60, 14 and 91. RGB value is (96,20,145). Sum of RGB (Red+Green+Blue) = 96+20+145=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #601491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601491 is #9FEB6E. Grayscale: #383838. Windows color (decimal): -10480495 or 9507936. OLE color: 9507936.
HSL color Cylindrical-coordinate representation of color #601491: hue angle of 276.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601491 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 20 | 145 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.43 |
| HSL | 276.48º | 0.76% | 0.32% | - |
| HSV(B) | 276.48º | 0.86% | 0.57% | - |
| XYZ | 10.18 | 5.03 | 27.22 | - |
| YUV | 56.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 145 | 0.34 | 0.86 | 0 | 0.43 | 276.48 | 0.76 | 0.32 |
| Hex | 60 | 14 | 91 | 22 | 56 | 0 | 2B | 114 | 4C | 20 |
| Octal | 140 | 24 | 221 | 42 | 126 | 0 | 53 | 424 | 114 | 40 |
| Binary | 1100000 | 10100 | 10010001 | 100010 | 1010110 | 0 | 101011 | 100010100 | 1001100 | 100000 |
Color Harmonies of #601491
Complementary color
Monochromatic Colors of #601491
Black with #601491
Text Example
Text Example
White with #601491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601491; }
p { color: rgb(96,20,145); }
H1.HeaderClassName
{
color: #601491;
}
.AnyTagClassName
{
color: #601491;
}
</style>
background-color css
<style>
a { background-color: #601491; }
a { background-color: rgb(96,20,145); }
div.DivClassName
{
background-color: #601491;
}
.BgClassName
{
background-color: #601491;
}
</style>
border-color css
<style>
span { border-color: #601491; }
span { border-color: rgb(96,20,145); }
td.TdClassName
{
border-color: #601491;
}
.TagClassName
{
border-color: #601491;
}
</style>