Shades of Indigo #601790
Tints of Indigo #601790
RGB
CMYK
RGB Variations
Color information
#601790 (or 0x601790) is known color: Indigo. HEX triplet: 60, 17 and 90. RGB value is (96,23,144). Sum of RGB (Red+Green+Blue) = 96+23+144=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #601790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601790 is #9FE86F. Grayscale: #3A3A3A. Windows color (decimal): -10479728 or 9443168. OLE color: 9443168.
HSL color Cylindrical-coordinate representation of color #601790: hue angle of 276.2º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601790 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 23 | 144 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.44 |
| HSL | 276.2º | 0.72% | 0.33% | - |
| HSV(B) | 276.2º | 0.84% | 0.56% | - |
| XYZ | 10.16 | 5.11 | 26.84 | - |
| YUV | 58.62 | 176.18 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 144 | 0.33 | 0.84 | 0 | 0.44 | 276.2 | 0.72 | 0.33 |
| Hex | 60 | 17 | 90 | 21 | 54 | 0 | 2C | 114 | 48 | 21 |
| Octal | 140 | 27 | 220 | 41 | 124 | 0 | 54 | 424 | 110 | 41 |
| Binary | 1100000 | 10111 | 10010000 | 100001 | 1010100 | 0 | 101100 | 100010100 | 1001000 | 100001 |
Color Harmonies of #601790
Complementary color
Monochromatic Colors of #601790
Black with #601790
Text Example
Text Example
White with #601790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601790; }
p { color: rgb(96,23,144); }
H1.HeaderClassName
{
color: #601790;
}
.AnyTagClassName
{
color: #601790;
}
</style>
background-color css
<style>
a { background-color: #601790; }
a { background-color: rgb(96,23,144); }
div.DivClassName
{
background-color: #601790;
}
.BgClassName
{
background-color: #601790;
}
</style>
border-color css
<style>
span { border-color: #601790; }
span { border-color: rgb(96,23,144); }
td.TdClassName
{
border-color: #601790;
}
.TagClassName
{
border-color: #601790;
}
</style>