Shades of Indigo #611982
Tints of Indigo #611982
RGB
CMYK
RGB Variations
Color information
#611982 (or 0x611982) is known color: Indigo. HEX triplet: 61, 19 and 82. RGB value is (97,25,130). Sum of RGB (Red+Green+Blue) = 97+25+130=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #611982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611982 is #9EE67D. Grayscale: #3A3A3A. Windows color (decimal): -10413694 or 8526177. OLE color: 8526177.
HSL color Cylindrical-coordinate representation of color #611982: hue angle of 281.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611982 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 25 | 130 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.49 |
| HSL | 281.14º | 0.68% | 0.3% | - |
| HSV(B) | 281.14º | 0.81% | 0.51% | - |
| XYZ | 9.31 | 4.85 | 21.56 | - |
| YUV | 58.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 130 | 0.25 | 0.81 | 0 | 0.49 | 281.14 | 0.68 | 0.3 |
| Hex | 61 | 19 | 82 | 19 | 51 | 0 | 31 | 119 | 44 | 1E |
| Octal | 141 | 31 | 202 | 31 | 121 | 0 | 61 | 431 | 104 | 36 |
| Binary | 1100001 | 11001 | 10000010 | 11001 | 1010001 | 0 | 110001 | 100011001 | 1000100 | 11110 |
Color Harmonies of #611982
Complementary color
Monochromatic Colors of #611982
Black with #611982
Text Example
Text Example
White with #611982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611982; }
p { color: rgb(97,25,130); }
H1.HeaderClassName
{
color: #611982;
}
.AnyTagClassName
{
color: #611982;
}
</style>
background-color css
<style>
a { background-color: #611982; }
a { background-color: rgb(97,25,130); }
div.DivClassName
{
background-color: #611982;
}
.BgClassName
{
background-color: #611982;
}
</style>
border-color css
<style>
span { border-color: #611982; }
span { border-color: rgb(97,25,130); }
td.TdClassName
{
border-color: #611982;
}
.TagClassName
{
border-color: #611982;
}
</style>