Shades of Indigo #601099
Tints of Indigo #601099
RGB
CMYK
RGB Variations
Color information
#601099 (or 0x601099) is known color: Indigo. HEX triplet: 60, 10 and 99. RGB value is (96,16,153). Sum of RGB (Red+Green+Blue) = 96+16+153=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #601099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601099 is #9FEF66. Grayscale: #373737. Windows color (decimal): -10481511 or 10031200. OLE color: 10031200.
HSL color Cylindrical-coordinate representation of color #601099: hue angle of 275.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #601099 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 16 | 153 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.4 |
| HSL | 275.04º | 0.81% | 0.33% | - |
| HSV(B) | 275.04º | 0.9% | 0.6% | - |
| XYZ | 10.76 | 5.16 | 30.57 | - |
| YUV | 55.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 153 | 0.37 | 0.90 | 0 | 0.4 | 275.04 | 0.81 | 0.33 |
| Hex | 60 | 10 | 99 | 25 | 5A | 0 | 28 | 113 | 51 | 21 |
| Octal | 140 | 20 | 231 | 45 | 132 | 0 | 50 | 423 | 121 | 41 |
| Binary | 1100000 | 10000 | 10011001 | 100101 | 1011010 | 0 | 101000 | 100010011 | 1010001 | 100001 |
Color Harmonies of #601099
Complementary color
Monochromatic Colors of #601099
Black with #601099
Text Example
Text Example
White with #601099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601099; }
p { color: rgb(96,16,153); }
H1.HeaderClassName
{
color: #601099;
}
.AnyTagClassName
{
color: #601099;
}
</style>
background-color css
<style>
a { background-color: #601099; }
a { background-color: rgb(96,16,153); }
div.DivClassName
{
background-color: #601099;
}
.BgClassName
{
background-color: #601099;
}
</style>
border-color css
<style>
span { border-color: #601099; }
span { border-color: rgb(96,16,153); }
td.TdClassName
{
border-color: #601099;
}
.TagClassName
{
border-color: #601099;
}
</style>