Shades of Indigo #470C86
Tints of Indigo #470C86
RGB
CMYK
RGB Variations
Color information
#470C86 (or 0x470C86) is known color: Indigo. HEX triplet: 47, 0C and 86. RGB value is (71,12,134). Sum of RGB (Red+Green+Blue) = 71+12+134=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #470C86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470C86 is #B8F379. Grayscale: #2B2B2B. Windows color (decimal): -12120954 or 8784967. OLE color: 8784967.
HSL color Cylindrical-coordinate representation of color #470C86: hue angle of 269.02º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470C86 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 12 | 134 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.47 |
| HSL | 269.02º | 0.84% | 0.29% | - |
| HSV(B) | 269.02º | 0.91% | 0.53% | - |
| XYZ | 7.03 | 3.32 | 22.83 | - |
| YUV | 43.55 | 179.05 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 134 | 0.47 | 0.91 | 0 | 0.47 | 269.02 | 0.84 | 0.29 |
| Hex | 47 | C | 86 | 2F | 5B | 0 | 2F | 10D | 54 | 1D |
| Octal | 107 | 14 | 206 | 57 | 133 | 0 | 57 | 415 | 124 | 35 |
| Binary | 1000111 | 1100 | 10000110 | 101111 | 1011011 | 0 | 101111 | 100001101 | 1010100 | 11101 |
Color Harmonies of #470C86
Complementary color
Monochromatic Colors of #470C86
Black with #470C86
Text Example
Text Example
White with #470C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C86; }
p { color: rgb(71,12,134); }
H1.HeaderClassName
{
color: #470C86;
}
.AnyTagClassName
{
color: #470C86;
}
</style>
background-color css
<style>
a { background-color: #470C86; }
a { background-color: rgb(71,12,134); }
div.DivClassName
{
background-color: #470C86;
}
.BgClassName
{
background-color: #470C86;
}
</style>
border-color css
<style>
span { border-color: #470C86; }
span { border-color: rgb(71,12,134); }
td.TdClassName
{
border-color: #470C86;
}
.TagClassName
{
border-color: #470C86;
}
</style>