Shades of Indigo #601799
Tints of Indigo #601799
RGB
CMYK
RGB Variations
Color information
#601799 (or 0x601799) is known color: Indigo. HEX triplet: 60, 17 and 99. RGB value is (96,23,153). Sum of RGB (Red+Green+Blue) = 96+23+153=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #601799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601799 is #9FE866. Grayscale: #3B3B3B. Windows color (decimal): -10479719 or 10032992. OLE color: 10032992.
HSL color Cylindrical-coordinate representation of color #601799: hue angle of 273.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601799 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 23 | 153 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.4 |
| HSL | 273.69º | 0.74% | 0.35% | - |
| HSV(B) | 273.69º | 0.85% | 0.6% | - |
| XYZ | 10.88 | 5.4 | 30.61 | - |
| YUV | 59.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 153 | 0.37 | 0.85 | 0 | 0.4 | 273.69 | 0.74 | 0.35 |
| Hex | 60 | 17 | 99 | 25 | 55 | 0 | 28 | 112 | 4A | 23 |
| Octal | 140 | 27 | 231 | 45 | 125 | 0 | 50 | 422 | 112 | 43 |
| Binary | 1100000 | 10111 | 10011001 | 100101 | 1010101 | 0 | 101000 | 100010010 | 1001010 | 100011 |
Color Harmonies of #601799
Complementary color
Monochromatic Colors of #601799
Black with #601799
Text Example
Text Example
White with #601799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601799; }
p { color: rgb(96,23,153); }
H1.HeaderClassName
{
color: #601799;
}
.AnyTagClassName
{
color: #601799;
}
</style>
background-color css
<style>
a { background-color: #601799; }
a { background-color: rgb(96,23,153); }
div.DivClassName
{
background-color: #601799;
}
.BgClassName
{
background-color: #601799;
}
</style>
border-color css
<style>
span { border-color: #601799; }
span { border-color: rgb(96,23,153); }
td.TdClassName
{
border-color: #601799;
}
.TagClassName
{
border-color: #601799;
}
</style>