Shades of Indigo #61109B
Tints of Indigo #61109B
RGB
CMYK
RGB Variations
Color information
#61109B (or 0x61109B) is known color: Indigo. HEX triplet: 61, 10 and 9B. RGB value is (97,16,155). Sum of RGB (Red+Green+Blue) = 97+16+155=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #61109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61109B is #9EEF64. Grayscale: #373737. Windows color (decimal): -10415973 or 10162273. OLE color: 10162273.
HSL color Cylindrical-coordinate representation of color #61109B: hue angle of 274.96º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61109B is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 16 | 155 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.39 |
| HSL | 274.96º | 0.81% | 0.34% | - |
| HSV(B) | 274.96º | 0.9% | 0.61% | - |
| XYZ | 11.03 | 5.28 | 31.45 | - |
| YUV | 56.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 155 | 0.37 | 0.90 | 0 | 0.39 | 274.96 | 0.81 | 0.34 |
| Hex | 61 | 10 | 9B | 25 | 5A | 0 | 27 | 113 | 51 | 22 |
| Octal | 141 | 20 | 233 | 45 | 132 | 0 | 47 | 423 | 121 | 42 |
| Binary | 1100001 | 10000 | 10011011 | 100101 | 1011010 | 0 | 100111 | 100010011 | 1010001 | 100010 |
Color Harmonies of #61109B
Complementary color
Monochromatic Colors of #61109B
Black with #61109B
Text Example
Text Example
White with #61109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61109B; }
p { color: rgb(97,16,155); }
H1.HeaderClassName
{
color: #61109B;
}
.AnyTagClassName
{
color: #61109B;
}
</style>
background-color css
<style>
a { background-color: #61109B; }
a { background-color: rgb(97,16,155); }
div.DivClassName
{
background-color: #61109B;
}
.BgClassName
{
background-color: #61109B;
}
</style>
border-color css
<style>
span { border-color: #61109B; }
span { border-color: rgb(97,16,155); }
td.TdClassName
{
border-color: #61109B;
}
.TagClassName
{
border-color: #61109B;
}
</style>