Shades of Indigo #61037E
Tints of Indigo #61037E
RGB
CMYK
RGB Variations
Color information
#61037E (or 0x61037E) is known color: Indigo. HEX triplet: 61, 03 and 7E. RGB value is (97,3,126). Sum of RGB (Red+Green+Blue) = 97+3+126=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #61037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61037E is #9EFC81. Grayscale: #2C2C2C. Windows color (decimal): -10419330 or 8258401. OLE color: 8258401.
HSL color Cylindrical-coordinate representation of color #61037E: hue angle of 285.85º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61037E is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 3 | 126 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.51 |
| HSL | 285.85º | 0.95% | 0.25% | - |
| HSV(B) | 285.85º | 0.98% | 0.49% | - |
| XYZ | 8.73 | 4.11 | 20.07 | - |
| YUV | 45.13 | 173.64 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 126 | 0.23 | 0.98 | 0 | 0.51 | 285.85 | 0.95 | 0.25 |
| Hex | 61 | 3 | 7E | 17 | 62 | 0 | 33 | 11E | 5F | 19 |
| Octal | 141 | 3 | 176 | 27 | 142 | 0 | 63 | 436 | 137 | 31 |
| Binary | 1100001 | 11 | 1111110 | 10111 | 1100010 | 0 | 110011 | 100011110 | 1011111 | 11001 |
Color Harmonies of #61037E
Complementary color
Monochromatic Colors of #61037E
Black with #61037E
Text Example
Text Example
White with #61037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61037E; }
p { color: rgb(97,3,126); }
H1.HeaderClassName
{
color: #61037E;
}
.AnyTagClassName
{
color: #61037E;
}
</style>
background-color css
<style>
a { background-color: #61037E; }
a { background-color: rgb(97,3,126); }
div.DivClassName
{
background-color: #61037E;
}
.BgClassName
{
background-color: #61037E;
}
</style>
border-color css
<style>
span { border-color: #61037E; }
span { border-color: rgb(97,3,126); }
td.TdClassName
{
border-color: #61037E;
}
.TagClassName
{
border-color: #61037E;
}
</style>