Shades of Indigo #61099B
Tints of Indigo #61099B
RGB
CMYK
RGB Variations
Color information
#61099B (or 0x61099B) is known color: Indigo. HEX triplet: 61, 09 and 9B. RGB value is (97,9,155). Sum of RGB (Red+Green+Blue) = 97+9+155=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #61099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61099B is #9EF664. Grayscale: #333333. Windows color (decimal): -10417765 or 10160481. OLE color: 10160481.
HSL color Cylindrical-coordinate representation of color #61099B: hue angle of 276.16º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61099B is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 9 | 155 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.39 |
| HSL | 276.16º | 0.89% | 0.32% | - |
| HSV(B) | 276.16º | 0.94% | 0.61% | - |
| XYZ | 10.94 | 5.1 | 31.42 | - |
| YUV | 51.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 155 | 0.37 | 0.94 | 0 | 0.39 | 276.16 | 0.89 | 0.32 |
| Hex | 61 | 9 | 9B | 25 | 5E | 0 | 27 | 114 | 59 | 20 |
| Octal | 141 | 11 | 233 | 45 | 136 | 0 | 47 | 424 | 131 | 40 |
| Binary | 1100001 | 1001 | 10011011 | 100101 | 1011110 | 0 | 100111 | 100010100 | 1011001 | 100000 |
Color Harmonies of #61099B
Complementary color
Monochromatic Colors of #61099B
Black with #61099B
Text Example
Text Example
White with #61099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61099B; }
p { color: rgb(97,9,155); }
H1.HeaderClassName
{
color: #61099B;
}
.AnyTagClassName
{
color: #61099B;
}
</style>
background-color css
<style>
a { background-color: #61099B; }
a { background-color: rgb(97,9,155); }
div.DivClassName
{
background-color: #61099B;
}
.BgClassName
{
background-color: #61099B;
}
</style>
border-color css
<style>
span { border-color: #61099B; }
span { border-color: rgb(97,9,155); }
td.TdClassName
{
border-color: #61099B;
}
.TagClassName
{
border-color: #61099B;
}
</style>