Shades of Indigo #470061
Tints of Indigo #470061
RGB
CMYK
RGB Variations
Color information
#470061 (or 0x470061) is known color: Indigo. HEX triplet: 47, 00 and 61. RGB value is (71,0,97). Sum of RGB (Red+Green+Blue) = 71+0+97=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #470061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470061 is #B8FF9E. Grayscale: #1F1F1F. Windows color (decimal): -12124063 or 6357063. OLE color: 6357063.
HSL color Cylindrical-coordinate representation of color #470061: hue angle of 283.92º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470061 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 0 | 97 | - |
| CMYK | 0.27 | 1 | 0 | 0.62 |
| HSL | 283.92º | 1% | 0.19% | - |
| HSV(B) | 283.92º | 1% | 0.38% | - |
| XYZ | 4.76 | 2.2 | 11.48 | - |
| YUV | 32.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 97 | 0.27 | 1 | 0 | 0.62 | 283.92 | 1 | 0.19 |
| Hex | 47 | 0 | 61 | 1B | 64 | 0 | 3E | 11C | 64 | 13 |
| Octal | 107 | 0 | 141 | 33 | 144 | 0 | 76 | 434 | 144 | 23 |
| Binary | 1000111 | 0 | 1100001 | 11011 | 1100100 | 0 | 111110 | 100011100 | 1100100 | 10011 |
Color Harmonies of #470061
Complementary color
Monochromatic Colors of #470061
Black with #470061
Text Example
Text Example
White with #470061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470061; }
p { color: rgb(71,0,97); }
H1.HeaderClassName
{
color: #470061;
}
.AnyTagClassName
{
color: #470061;
}
</style>
background-color css
<style>
a { background-color: #470061; }
a { background-color: rgb(71,0,97); }
div.DivClassName
{
background-color: #470061;
}
.BgClassName
{
background-color: #470061;
}
</style>
border-color css
<style>
span { border-color: #470061; }
span { border-color: rgb(71,0,97); }
td.TdClassName
{
border-color: #470061;
}
.TagClassName
{
border-color: #470061;
}
</style>