Shades of Indigo #470DAC
Tints of Indigo #470DAC
RGB
CMYK
RGB Variations
Color information
#470DAC (or 0x470DAC) is known color: Indigo. HEX triplet: 47, 0D and AC. RGB value is (71,13,172). Sum of RGB (Red+Green+Blue) = 71+13+172=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #470DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470DAC is #B8F253. Grayscale: #2F2F2F. Windows color (decimal): -12120660 or 11275591. OLE color: 11275591.
HSL color Cylindrical-coordinate representation of color #470DAC: hue angle of 261.89º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470DAC is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 13 | 172 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.33 |
| HSL | 261.89º | 0.86% | 0.36% | - |
| HSV(B) | 261.89º | 0.92% | 0.67% | - |
| XYZ | 10.19 | 4.61 | 39.38 | - |
| YUV | 48.47 | 197.72 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 172 | 0.59 | 0.92 | 0 | 0.33 | 261.89 | 0.86 | 0.36 |
| Hex | 47 | D | AC | 3B | 5C | 0 | 21 | 106 | 56 | 24 |
| Octal | 107 | 15 | 254 | 73 | 134 | 0 | 41 | 406 | 126 | 44 |
| Binary | 1000111 | 1101 | 10101100 | 111011 | 1011100 | 0 | 100001 | 100000110 | 1010110 | 100100 |
Color Harmonies of #470DAC
Complementary color
Monochromatic Colors of #470DAC
Black with #470DAC
Text Example
Text Example
White with #470DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470DAC; }
p { color: rgb(71,13,172); }
H1.HeaderClassName
{
color: #470DAC;
}
.AnyTagClassName
{
color: #470DAC;
}
</style>
background-color css
<style>
a { background-color: #470DAC; }
a { background-color: rgb(71,13,172); }
div.DivClassName
{
background-color: #470DAC;
}
.BgClassName
{
background-color: #470DAC;
}
</style>
border-color css
<style>
span { border-color: #470DAC; }
span { border-color: rgb(71,13,172); }
td.TdClassName
{
border-color: #470DAC;
}
.TagClassName
{
border-color: #470DAC;
}
</style>