Shades of Indigo #611199
Tints of Indigo #611199
RGB
CMYK
RGB Variations
Color information
#611199 (or 0x611199) is known color: Indigo. HEX triplet: 61, 11 and 99. RGB value is (97,17,153). Sum of RGB (Red+Green+Blue) = 97+17+153=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #611199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611199 is #9EEE66. Grayscale: #373737. Windows color (decimal): -10415719 or 10031457. OLE color: 10031457.
HSL color Cylindrical-coordinate representation of color #611199: hue angle of 275.29º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611199 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 17 | 153 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.4 |
| HSL | 275.29º | 0.8% | 0.33% | - |
| HSV(B) | 275.29º | 0.89% | 0.6% | - |
| XYZ | 10.88 | 5.24 | 30.58 | - |
| YUV | 56.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 153 | 0.37 | 0.89 | 0 | 0.4 | 275.29 | 0.8 | 0.33 |
| Hex | 61 | 11 | 99 | 25 | 59 | 0 | 28 | 113 | 50 | 21 |
| Octal | 141 | 21 | 231 | 45 | 131 | 0 | 50 | 423 | 120 | 41 |
| Binary | 1100001 | 10001 | 10011001 | 100101 | 1011001 | 0 | 101000 | 100010011 | 1010000 | 100001 |
Color Harmonies of #611199
Complementary color
Monochromatic Colors of #611199
Black with #611199
Text Example
Text Example
White with #611199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611199; }
p { color: rgb(97,17,153); }
H1.HeaderClassName
{
color: #611199;
}
.AnyTagClassName
{
color: #611199;
}
</style>
background-color css
<style>
a { background-color: #611199; }
a { background-color: rgb(97,17,153); }
div.DivClassName
{
background-color: #611199;
}
.BgClassName
{
background-color: #611199;
}
</style>
border-color css
<style>
span { border-color: #611199; }
span { border-color: rgb(97,17,153); }
td.TdClassName
{
border-color: #611199;
}
.TagClassName
{
border-color: #611199;
}
</style>