Shades of Indigo #61139A
Tints of Indigo #61139A
RGB
CMYK
RGB Variations
Color information
#61139A (or 0x61139A) is known color: Indigo. HEX triplet: 61, 13 and 9A. RGB value is (97,19,154). Sum of RGB (Red+Green+Blue) = 97+19+154=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #61139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61139A is #9EEC65. Grayscale: #393939. Windows color (decimal): -10415206 or 10097505. OLE color: 10097505.
HSL color Cylindrical-coordinate representation of color #61139A: hue angle of 274.67º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61139A is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 19 | 154 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.40 |
| HSL | 274.67º | 0.78% | 0.34% | - |
| HSV(B) | 274.67º | 0.88% | 0.6% | - |
| XYZ | 11 | 5.34 | 31.02 | - |
| YUV | 57.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 154 | 0.37 | 0.88 | 0 | 0.40 | 274.67 | 0.78 | 0.34 |
| Hex | 61 | 13 | 9A | 25 | 58 | 0 | 28 | 113 | 4E | 22 |
| Octal | 141 | 23 | 232 | 45 | 130 | 0 | 50 | 423 | 116 | 42 |
| Binary | 1100001 | 10011 | 10011010 | 100101 | 1011000 | 0 | 101000 | 100010011 | 1001110 | 100010 |
Color Harmonies of #61139A
Complementary color
Monochromatic Colors of #61139A
Black with #61139A
Text Example
Text Example
White with #61139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61139A; }
p { color: rgb(97,19,154); }
H1.HeaderClassName
{
color: #61139A;
}
.AnyTagClassName
{
color: #61139A;
}
</style>
background-color css
<style>
a { background-color: #61139A; }
a { background-color: rgb(97,19,154); }
div.DivClassName
{
background-color: #61139A;
}
.BgClassName
{
background-color: #61139A;
}
</style>
border-color css
<style>
span { border-color: #61139A; }
span { border-color: rgb(97,19,154); }
td.TdClassName
{
border-color: #61139A;
}
.TagClassName
{
border-color: #61139A;
}
</style>