Shades of Indigo #470AAC
Tints of Indigo #470AAC
RGB
CMYK
RGB Variations
Color information
#470AAC (or 0x470AAC) is known color: Indigo. HEX triplet: 47, 0A and AC. RGB value is (71,10,172). Sum of RGB (Red+Green+Blue) = 71+10+172=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #470AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470AAC is #B8F553. Grayscale: #2E2E2E. Windows color (decimal): -12121428 or 11274823. OLE color: 11274823.
HSL color Cylindrical-coordinate representation of color #470AAC: hue angle of 262.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470AAC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 10 | 172 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.33 |
| HSL | 262.59º | 0.89% | 0.36% | - |
| HSV(B) | 262.59º | 0.94% | 0.67% | - |
| XYZ | 10.15 | 4.54 | 39.37 | - |
| YUV | 46.71 | 198.71 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 172 | 0.59 | 0.94 | 0 | 0.33 | 262.59 | 0.89 | 0.36 |
| Hex | 47 | A | AC | 3B | 5E | 0 | 21 | 107 | 59 | 24 |
| Octal | 107 | 12 | 254 | 73 | 136 | 0 | 41 | 407 | 131 | 44 |
| Binary | 1000111 | 1010 | 10101100 | 111011 | 1011110 | 0 | 100001 | 100000111 | 1011001 | 100100 |
Color Harmonies of #470AAC
Complementary color
Monochromatic Colors of #470AAC
Black with #470AAC
Text Example
Text Example
White with #470AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470AAC; }
p { color: rgb(71,10,172); }
H1.HeaderClassName
{
color: #470AAC;
}
.AnyTagClassName
{
color: #470AAC;
}
</style>
background-color css
<style>
a { background-color: #470AAC; }
a { background-color: rgb(71,10,172); }
div.DivClassName
{
background-color: #470AAC;
}
.BgClassName
{
background-color: #470AAC;
}
</style>
border-color css
<style>
span { border-color: #470AAC; }
span { border-color: rgb(71,10,172); }
td.TdClassName
{
border-color: #470AAC;
}
.TagClassName
{
border-color: #470AAC;
}
</style>