Shades of Indigo #470E7B
Tints of Indigo #470E7B
RGB
CMYK
RGB Variations
Color information
#470E7B (or 0x470E7B) is known color: Indigo. HEX triplet: 47, 0E and 7B. RGB value is (71,14,123). Sum of RGB (Red+Green+Blue) = 71+14+123=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #470E7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E7B is #B8F184. Grayscale: #2B2B2B. Windows color (decimal): -12120453 or 8064583. OLE color: 8064583.
HSL color Cylindrical-coordinate representation of color #470E7B: hue angle of 271.38º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470E7B is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 14 | 123 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.52 |
| HSL | 271.38º | 0.8% | 0.27% | - |
| HSV(B) | 271.38º | 0.89% | 0.48% | - |
| XYZ | 6.33 | 3.08 | 19 | - |
| YUV | 43.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 123 | 0.42 | 0.89 | 0 | 0.52 | 271.38 | 0.8 | 0.27 |
| Hex | 47 | E | 7B | 2A | 59 | 0 | 34 | 10F | 50 | 1B |
| Octal | 107 | 16 | 173 | 52 | 131 | 0 | 64 | 417 | 120 | 33 |
| Binary | 1000111 | 1110 | 1111011 | 101010 | 1011001 | 0 | 110100 | 100001111 | 1010000 | 11011 |
Color Harmonies of #470E7B
Complementary color
Monochromatic Colors of #470E7B
Black with #470E7B
Text Example
Text Example
White with #470E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470E7B; }
p { color: rgb(71,14,123); }
H1.HeaderClassName
{
color: #470E7B;
}
.AnyTagClassName
{
color: #470E7B;
}
</style>
background-color css
<style>
a { background-color: #470E7B; }
a { background-color: rgb(71,14,123); }
div.DivClassName
{
background-color: #470E7B;
}
.BgClassName
{
background-color: #470E7B;
}
</style>
border-color css
<style>
span { border-color: #470E7B; }
span { border-color: rgb(71,14,123); }
td.TdClassName
{
border-color: #470E7B;
}
.TagClassName
{
border-color: #470E7B;
}
</style>