Shades of Indigo #470074
Tints of Indigo #470074
RGB
CMYK
RGB Variations
Color information
#470074 (or 0x470074) is known color: Indigo. HEX triplet: 47, 00 and 74. RGB value is (71,0,116). Sum of RGB (Red+Green+Blue) = 71+0+116=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #470074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470074 is #B8FF8B. Grayscale: #222222. Windows color (decimal): -12124044 or 7602247. OLE color: 7602247.
HSL color Cylindrical-coordinate representation of color #470074: hue angle of 276.72º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470074 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 0 | 116 | - |
| CMYK | 0.39 | 1 | 0 | 0.55 |
| HSL | 276.72º | 1% | 0.23% | - |
| HSV(B) | 276.72º | 1% | 0.45% | - |
| XYZ | 5.75 | 2.6 | 16.72 | - |
| YUV | 34.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 116 | 0.39 | 1 | 0 | 0.55 | 276.72 | 1 | 0.23 |
| Hex | 47 | 0 | 74 | 27 | 64 | 0 | 37 | 115 | 64 | 17 |
| Octal | 107 | 0 | 164 | 47 | 144 | 0 | 67 | 425 | 144 | 27 |
| Binary | 1000111 | 0 | 1110100 | 100111 | 1100100 | 0 | 110111 | 100010101 | 1100100 | 10111 |
Color Harmonies of #470074
Complementary color
Monochromatic Colors of #470074
Black with #470074
Text Example
Text Example
White with #470074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470074; }
p { color: rgb(71,0,116); }
H1.HeaderClassName
{
color: #470074;
}
.AnyTagClassName
{
color: #470074;
}
</style>
background-color css
<style>
a { background-color: #470074; }
a { background-color: rgb(71,0,116); }
div.DivClassName
{
background-color: #470074;
}
.BgClassName
{
background-color: #470074;
}
</style>
border-color css
<style>
span { border-color: #470074; }
span { border-color: rgb(71,0,116); }
td.TdClassName
{
border-color: #470074;
}
.TagClassName
{
border-color: #470074;
}
</style>