Shades of Indigo #610B83
Tints of Indigo #610B83
RGB
CMYK
RGB Variations
Color information
#610B83 (or 0x610B83) is known color: Indigo. HEX triplet: 61, 0B and 83. RGB value is (97,11,131). Sum of RGB (Red+Green+Blue) = 97+11+131=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #610B83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610B83 is #9EF47C. Grayscale: #323232. Windows color (decimal): -10417277 or 8588129. OLE color: 8588129.
HSL color Cylindrical-coordinate representation of color #610B83: hue angle of 283º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610B83 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 11 | 131 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.49 |
| HSL | 283º | 0.85% | 0.28% | - |
| HSV(B) | 283º | 0.92% | 0.51% | - |
| XYZ | 9.15 | 4.42 | 21.84 | - |
| YUV | 50.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 131 | 0.26 | 0.92 | 0 | 0.49 | 283 | 0.85 | 0.28 |
| Hex | 61 | B | 83 | 1A | 5C | 0 | 31 | 11B | 55 | 1C |
| Octal | 141 | 13 | 203 | 32 | 134 | 0 | 61 | 433 | 125 | 34 |
| Binary | 1100001 | 1011 | 10000011 | 11010 | 1011100 | 0 | 110001 | 100011011 | 1010101 | 11100 |
Color Harmonies of #610B83
Complementary color
Monochromatic Colors of #610B83
Black with #610B83
Text Example
Text Example
White with #610B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B83; }
p { color: rgb(97,11,131); }
H1.HeaderClassName
{
color: #610B83;
}
.AnyTagClassName
{
color: #610B83;
}
</style>
background-color css
<style>
a { background-color: #610B83; }
a { background-color: rgb(97,11,131); }
div.DivClassName
{
background-color: #610B83;
}
.BgClassName
{
background-color: #610B83;
}
</style>
border-color css
<style>
span { border-color: #610B83; }
span { border-color: rgb(97,11,131); }
td.TdClassName
{
border-color: #610B83;
}
.TagClassName
{
border-color: #610B83;
}
</style>