Shades of Indigo #61047F
Tints of Indigo #61047F
RGB
CMYK
RGB Variations
Color information
#61047F (or 0x61047F) is known color: Indigo. HEX triplet: 61, 04 and 7F. RGB value is (97,4,127). Sum of RGB (Red+Green+Blue) = 97+4+127=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #61047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61047F is #9EFB80. Grayscale: #2D2D2D. Windows color (decimal): -10419073 or 8324193. OLE color: 8324193.
HSL color Cylindrical-coordinate representation of color #61047F: hue angle of 285.37º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61047F is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 4 | 127 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.50 |
| HSL | 285.37º | 0.94% | 0.26% | - |
| HSV(B) | 285.37º | 0.97% | 0.5% | - |
| XYZ | 8.8 | 4.16 | 20.42 | - |
| YUV | 45.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 127 | 0.24 | 0.97 | 0 | 0.50 | 285.37 | 0.94 | 0.26 |
| Hex | 61 | 4 | 7F | 18 | 61 | 0 | 32 | 11D | 5E | 1A |
| Octal | 141 | 4 | 177 | 30 | 141 | 0 | 62 | 435 | 136 | 32 |
| Binary | 1100001 | 100 | 1111111 | 11000 | 1100001 | 0 | 110010 | 100011101 | 1011110 | 11010 |
Color Harmonies of #61047F
Complementary color
Monochromatic Colors of #61047F
Black with #61047F
Text Example
Text Example
White with #61047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61047F; }
p { color: rgb(97,4,127); }
H1.HeaderClassName
{
color: #61047F;
}
.AnyTagClassName
{
color: #61047F;
}
</style>
background-color css
<style>
a { background-color: #61047F; }
a { background-color: rgb(97,4,127); }
div.DivClassName
{
background-color: #61047F;
}
.BgClassName
{
background-color: #61047F;
}
</style>
border-color css
<style>
span { border-color: #61047F; }
span { border-color: rgb(97,4,127); }
td.TdClassName
{
border-color: #61047F;
}
.TagClassName
{
border-color: #61047F;
}
</style>