Shades of Indigo #611099
Tints of Indigo #611099
RGB
CMYK
RGB Variations
Color information
#611099 (or 0x611099) is known color: Indigo. HEX triplet: 61, 10 and 99. RGB value is (97,16,153). Sum of RGB (Red+Green+Blue) = 97+16+153=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #611099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611099 is #9EEF66. Grayscale: #373737. Windows color (decimal): -10415975 or 10031201. OLE color: 10031201.
HSL color Cylindrical-coordinate representation of color #611099: hue angle of 275.47º 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 #611099 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 16 | 153 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.4 |
| HSL | 275.47º | 0.81% | 0.33% | - |
| HSV(B) | 275.47º | 0.9% | 0.6% | - |
| XYZ | 10.86 | 5.21 | 30.57 | - |
| YUV | 55.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 153 | 0.37 | 0.90 | 0 | 0.4 | 275.47 | 0.81 | 0.33 |
| Hex | 61 | 10 | 99 | 25 | 5A | 0 | 28 | 113 | 51 | 21 |
| Octal | 141 | 20 | 231 | 45 | 132 | 0 | 50 | 423 | 121 | 41 |
| Binary | 1100001 | 10000 | 10011001 | 100101 | 1011010 | 0 | 101000 | 100010011 | 1010001 | 100001 |
Color Harmonies of #611099
Complementary color
Monochromatic Colors of #611099
Black with #611099
Text Example
Text Example
White with #611099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611099; }
p { color: rgb(97,16,153); }
H1.HeaderClassName
{
color: #611099;
}
.AnyTagClassName
{
color: #611099;
}
</style>
background-color css
<style>
a { background-color: #611099; }
a { background-color: rgb(97,16,153); }
div.DivClassName
{
background-color: #611099;
}
.BgClassName
{
background-color: #611099;
}
</style>
border-color css
<style>
span { border-color: #611099; }
span { border-color: rgb(97,16,153); }
td.TdClassName
{
border-color: #611099;
}
.TagClassName
{
border-color: #611099;
}
</style>