Shades of Indigo #470C84
Tints of Indigo #470C84
RGB
CMYK
RGB Variations
Color information
#470C84 (or 0x470C84) is known color: Indigo. HEX triplet: 47, 0C and 84. RGB value is (71,12,132). Sum of RGB (Red+Green+Blue) = 71+12+132=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #470C84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470C84 is #B8F37B. Grayscale: #2A2A2A. Windows color (decimal): -12120956 or 8653895. OLE color: 8653895.
HSL color Cylindrical-coordinate representation of color #470C84: hue angle of 269.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470C84 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 12 | 132 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.48 |
| HSL | 269.5º | 0.83% | 0.28% | - |
| HSV(B) | 269.5º | 0.91% | 0.52% | - |
| XYZ | 6.89 | 3.27 | 22.1 | - |
| YUV | 43.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 132 | 0.46 | 0.91 | 0 | 0.48 | 269.5 | 0.83 | 0.28 |
| Hex | 47 | C | 84 | 2E | 5B | 0 | 30 | 10E | 53 | 1C |
| Octal | 107 | 14 | 204 | 56 | 133 | 0 | 60 | 416 | 123 | 34 |
| Binary | 1000111 | 1100 | 10000100 | 101110 | 1011011 | 0 | 110000 | 100001110 | 1010011 | 11100 |
Color Harmonies of #470C84
Complementary color
Monochromatic Colors of #470C84
Black with #470C84
Text Example
Text Example
White with #470C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C84; }
p { color: rgb(71,12,132); }
H1.HeaderClassName
{
color: #470C84;
}
.AnyTagClassName
{
color: #470C84;
}
</style>
background-color css
<style>
a { background-color: #470C84; }
a { background-color: rgb(71,12,132); }
div.DivClassName
{
background-color: #470C84;
}
.BgClassName
{
background-color: #470C84;
}
</style>
border-color css
<style>
span { border-color: #470C84; }
span { border-color: rgb(71,12,132); }
td.TdClassName
{
border-color: #470C84;
}
.TagClassName
{
border-color: #470C84;
}
</style>