Shades of Indigo #470FAA
Tints of Indigo #470FAA
RGB
CMYK
RGB Variations
Color information
#470FAA (or 0x470FAA) is known color: Indigo. HEX triplet: 47, 0F and AA. RGB value is (71,15,170). Sum of RGB (Red+Green+Blue) = 71+15+170=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #470FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470FAA is #B8F055. Grayscale: #303030. Windows color (decimal): -12120150 or 11145031. OLE color: 11145031.
HSL color Cylindrical-coordinate representation of color #470FAA: hue angle of 261.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470FAA is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 15 | 170 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.33 |
| HSL | 261.68º | 0.84% | 0.36% | - |
| HSV(B) | 261.68º | 0.91% | 0.67% | - |
| XYZ | 10.03 | 4.58 | 38.39 | - |
| YUV | 49.41 | 196.05 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 170 | 0.58 | 0.91 | 0 | 0.33 | 261.68 | 0.84 | 0.36 |
| Hex | 47 | F | AA | 3A | 5B | 0 | 21 | 106 | 54 | 24 |
| Octal | 107 | 17 | 252 | 72 | 133 | 0 | 41 | 406 | 124 | 44 |
| Binary | 1000111 | 1111 | 10101010 | 111010 | 1011011 | 0 | 100001 | 100000110 | 1010100 | 100100 |
Color Harmonies of #470FAA
Complementary color
Monochromatic Colors of #470FAA
Black with #470FAA
Text Example
Text Example
White with #470FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470FAA; }
p { color: rgb(71,15,170); }
H1.HeaderClassName
{
color: #470FAA;
}
.AnyTagClassName
{
color: #470FAA;
}
</style>
background-color css
<style>
a { background-color: #470FAA; }
a { background-color: rgb(71,15,170); }
div.DivClassName
{
background-color: #470FAA;
}
.BgClassName
{
background-color: #470FAA;
}
</style>
border-color css
<style>
span { border-color: #470FAA; }
span { border-color: rgb(71,15,170); }
td.TdClassName
{
border-color: #470FAA;
}
.TagClassName
{
border-color: #470FAA;
}
</style>