Shades of Indigo #470CAA
Tints of Indigo #470CAA
RGB
CMYK
RGB Variations
Color information
#470CAA (or 0x470CAA) is known color: Indigo. HEX triplet: 47, 0C and AA. RGB value is (71,12,170). Sum of RGB (Red+Green+Blue) = 71+12+170=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #470CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470CAA is #B8F355. Grayscale: #2F2F2F. Windows color (decimal): -12120918 or 11144263. OLE color: 11144263.
HSL color Cylindrical-coordinate representation of color #470CAA: hue angle of 262.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470CAA is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 12 | 170 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.33 |
| HSL | 262.41º | 0.87% | 0.36% | - |
| HSV(B) | 262.41º | 0.93% | 0.67% | - |
| XYZ | 9.99 | 4.5 | 38.37 | - |
| YUV | 47.65 | 197.05 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 170 | 0.58 | 0.93 | 0 | 0.33 | 262.41 | 0.87 | 0.36 |
| Hex | 47 | C | AA | 3A | 5D | 0 | 21 | 106 | 57 | 24 |
| Octal | 107 | 14 | 252 | 72 | 135 | 0 | 41 | 406 | 127 | 44 |
| Binary | 1000111 | 1100 | 10101010 | 111010 | 1011101 | 0 | 100001 | 100000110 | 1010111 | 100100 |
Color Harmonies of #470CAA
Complementary color
Monochromatic Colors of #470CAA
Black with #470CAA
Text Example
Text Example
White with #470CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470CAA; }
p { color: rgb(71,12,170); }
H1.HeaderClassName
{
color: #470CAA;
}
.AnyTagClassName
{
color: #470CAA;
}
</style>
background-color css
<style>
a { background-color: #470CAA; }
a { background-color: rgb(71,12,170); }
div.DivClassName
{
background-color: #470CAA;
}
.BgClassName
{
background-color: #470CAA;
}
</style>
border-color css
<style>
span { border-color: #470CAA; }
span { border-color: rgb(71,12,170); }
td.TdClassName
{
border-color: #470CAA;
}
.TagClassName
{
border-color: #470CAA;
}
</style>