Shades of Indigo #610983
Tints of Indigo #610983
RGB
CMYK
RGB Variations
Color information
#610983 (or 0x610983) is known color: Indigo. HEX triplet: 61, 09 and 83. RGB value is (97,9,131). Sum of RGB (Red+Green+Blue) = 97+9+131=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #610983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610983 is #9EF67C. Grayscale: #303030. Windows color (decimal): -10417789 or 8587617. OLE color: 8587617.
HSL color Cylindrical-coordinate representation of color #610983: hue angle of 283.28º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610983 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 9 | 131 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.49 |
| HSL | 283.28º | 0.87% | 0.27% | - |
| HSV(B) | 283.28º | 0.93% | 0.51% | - |
| XYZ | 9.12 | 4.38 | 21.84 | - |
| YUV | 49.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 131 | 0.26 | 0.93 | 0 | 0.49 | 283.28 | 0.87 | 0.27 |
| Hex | 61 | 9 | 83 | 1A | 5D | 0 | 31 | 11B | 57 | 1B |
| Octal | 141 | 11 | 203 | 32 | 135 | 0 | 61 | 433 | 127 | 33 |
| Binary | 1100001 | 1001 | 10000011 | 11010 | 1011101 | 0 | 110001 | 100011011 | 1010111 | 11011 |
Color Harmonies of #610983
Complementary color
Monochromatic Colors of #610983
Black with #610983
Text Example
Text Example
White with #610983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610983; }
p { color: rgb(97,9,131); }
H1.HeaderClassName
{
color: #610983;
}
.AnyTagClassName
{
color: #610983;
}
</style>
background-color css
<style>
a { background-color: #610983; }
a { background-color: rgb(97,9,131); }
div.DivClassName
{
background-color: #610983;
}
.BgClassName
{
background-color: #610983;
}
</style>
border-color css
<style>
span { border-color: #610983; }
span { border-color: rgb(97,9,131); }
td.TdClassName
{
border-color: #610983;
}
.TagClassName
{
border-color: #610983;
}
</style>