Shades of Indigo #61099D
Tints of Indigo #61099D
RGB
CMYK
RGB Variations
Color information
#61099D (or 0x61099D) is known color: Indigo. HEX triplet: 61, 09 and 9D. RGB value is (97,9,157). Sum of RGB (Red+Green+Blue) = 97+9+157=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #61099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61099D is #9EF662. Grayscale: #333333. Windows color (decimal): -10417763 or 10291553. OLE color: 10291553.
HSL color Cylindrical-coordinate representation of color #61099D: hue angle of 275.68º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61099D is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 9 | 157 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.38 |
| HSL | 275.68º | 0.89% | 0.33% | - |
| HSV(B) | 275.68º | 0.94% | 0.62% | - |
| XYZ | 11.11 | 5.17 | 32.31 | - |
| YUV | 52.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 157 | 0.38 | 0.94 | 0 | 0.38 | 275.68 | 0.89 | 0.33 |
| Hex | 61 | 9 | 9D | 26 | 5E | 0 | 26 | 114 | 59 | 21 |
| Octal | 141 | 11 | 235 | 46 | 136 | 0 | 46 | 424 | 131 | 41 |
| Binary | 1100001 | 1001 | 10011101 | 100110 | 1011110 | 0 | 100110 | 100010100 | 1011001 | 100001 |
Color Harmonies of #61099D
Complementary color
Monochromatic Colors of #61099D
Black with #61099D
Text Example
Text Example
White with #61099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61099D; }
p { color: rgb(97,9,157); }
H1.HeaderClassName
{
color: #61099D;
}
.AnyTagClassName
{
color: #61099D;
}
</style>
background-color css
<style>
a { background-color: #61099D; }
a { background-color: rgb(97,9,157); }
div.DivClassName
{
background-color: #61099D;
}
.BgClassName
{
background-color: #61099D;
}
</style>
border-color css
<style>
span { border-color: #61099D; }
span { border-color: rgb(97,9,157); }
td.TdClassName
{
border-color: #61099D;
}
.TagClassName
{
border-color: #61099D;
}
</style>