Shades of Indigo #611892
Tints of Indigo #611892
RGB
CMYK
RGB Variations
Color information
#611892 (or 0x611892) is known color: Indigo. HEX triplet: 61, 18 and 92. RGB value is (97,24,146). Sum of RGB (Red+Green+Blue) = 97+24+146=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #611892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611892 is #9EE76D. Grayscale: #3B3B3B. Windows color (decimal): -10413934 or 9574497. OLE color: 9574497.
HSL color Cylindrical-coordinate representation of color #611892: hue angle of 275.9º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611892 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 24 | 146 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.43 |
| HSL | 275.9º | 0.72% | 0.33% | - |
| HSV(B) | 275.9º | 0.84% | 0.57% | - |
| XYZ | 10.44 | 5.27 | 27.66 | - |
| YUV | 59.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 24 | 146 | 0.34 | 0.84 | 0 | 0.43 | 275.9 | 0.72 | 0.33 |
| Hex | 61 | 18 | 92 | 22 | 54 | 0 | 2B | 114 | 48 | 21 |
| Octal | 141 | 30 | 222 | 42 | 124 | 0 | 53 | 424 | 110 | 41 |
| Binary | 1100001 | 11000 | 10010010 | 100010 | 1010100 | 0 | 101011 | 100010100 | 1001000 | 100001 |
Color Harmonies of #611892
Complementary color
Monochromatic Colors of #611892
Black with #611892
Text Example
Text Example
White with #611892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611892; }
p { color: rgb(97,24,146); }
H1.HeaderClassName
{
color: #611892;
}
.AnyTagClassName
{
color: #611892;
}
</style>
background-color css
<style>
a { background-color: #611892; }
a { background-color: rgb(97,24,146); }
div.DivClassName
{
background-color: #611892;
}
.BgClassName
{
background-color: #611892;
}
</style>
border-color css
<style>
span { border-color: #611892; }
span { border-color: rgb(97,24,146); }
td.TdClassName
{
border-color: #611892;
}
.TagClassName
{
border-color: #611892;
}
</style>