Shades of Indigo #610882
Tints of Indigo #610882
RGB
CMYK
RGB Variations
Color information
#610882 (or 0x610882) is known color: Indigo. HEX triplet: 61, 08 and 82. RGB value is (97,8,130). Sum of RGB (Red+Green+Blue) = 97+8+130=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #610882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610882 is #9EF77D. Grayscale: #303030. Windows color (decimal): -10418046 or 8521825. OLE color: 8521825.
HSL color Cylindrical-coordinate representation of color #610882: hue angle of 283.77º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610882 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 8 | 130 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.49 |
| HSL | 283.77º | 0.88% | 0.27% | - |
| HSV(B) | 283.77º | 0.94% | 0.51% | - |
| XYZ | 9.05 | 4.33 | 21.48 | - |
| YUV | 48.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 130 | 0.25 | 0.94 | 0 | 0.49 | 283.77 | 0.88 | 0.27 |
| Hex | 61 | 8 | 82 | 19 | 5E | 0 | 31 | 11C | 58 | 1B |
| Octal | 141 | 10 | 202 | 31 | 136 | 0 | 61 | 434 | 130 | 33 |
| Binary | 1100001 | 1000 | 10000010 | 11001 | 1011110 | 0 | 110001 | 100011100 | 1011000 | 11011 |
Color Harmonies of #610882
Complementary color
Monochromatic Colors of #610882
Black with #610882
Text Example
Text Example
White with #610882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610882; }
p { color: rgb(97,8,130); }
H1.HeaderClassName
{
color: #610882;
}
.AnyTagClassName
{
color: #610882;
}
</style>
background-color css
<style>
a { background-color: #610882; }
a { background-color: rgb(97,8,130); }
div.DivClassName
{
background-color: #610882;
}
.BgClassName
{
background-color: #610882;
}
</style>
border-color css
<style>
span { border-color: #610882; }
span { border-color: rgb(97,8,130); }
td.TdClassName
{
border-color: #610882;
}
.TagClassName
{
border-color: #610882;
}
</style>