Shades of Indigo #61059A
Tints of Indigo #61059A
RGB
CMYK
RGB Variations
Color information
#61059A (or 0x61059A) is known color: Indigo. HEX triplet: 61, 05 and 9A. RGB value is (97,5,154). Sum of RGB (Red+Green+Blue) = 97+5+154=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #61059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61059A is #9EFA65. Grayscale: #303030. Windows color (decimal): -10418790 or 10093921. OLE color: 10093921.
HSL color Cylindrical-coordinate representation of color #61059A: hue angle of 277.05º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61059A is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 5 | 154 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.40 |
| HSL | 277.05º | 0.94% | 0.31% | - |
| HSV(B) | 277.05º | 0.97% | 0.6% | - |
| XYZ | 10.82 | 4.98 | 30.96 | - |
| YUV | 49.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 154 | 0.37 | 0.97 | 0 | 0.40 | 277.05 | 0.94 | 0.31 |
| Hex | 61 | 5 | 9A | 25 | 61 | 0 | 28 | 115 | 5E | 1F |
| Octal | 141 | 5 | 232 | 45 | 141 | 0 | 50 | 425 | 136 | 37 |
| Binary | 1100001 | 101 | 10011010 | 100101 | 1100001 | 0 | 101000 | 100010101 | 1011110 | 11111 |
Color Harmonies of #61059A
Complementary color
Monochromatic Colors of #61059A
Black with #61059A
Text Example
Text Example
White with #61059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61059A; }
p { color: rgb(97,5,154); }
H1.HeaderClassName
{
color: #61059A;
}
.AnyTagClassName
{
color: #61059A;
}
</style>
background-color css
<style>
a { background-color: #61059A; }
a { background-color: rgb(97,5,154); }
div.DivClassName
{
background-color: #61059A;
}
.BgClassName
{
background-color: #61059A;
}
</style>
border-color css
<style>
span { border-color: #61059A; }
span { border-color: rgb(97,5,154); }
td.TdClassName
{
border-color: #61059A;
}
.TagClassName
{
border-color: #61059A;
}
</style>