Shades of Indigo #470A8F
Tints of Indigo #470A8F
RGB
CMYK
RGB Variations
Color information
#470A8F (or 0x470A8F) is known color: Indigo. HEX triplet: 47, 0A and 8F. RGB value is (71,10,143). Sum of RGB (Red+Green+Blue) = 71+10+143=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #470A8F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470A8F is #B8F570. Grayscale: #2A2A2A. Windows color (decimal): -12121457 or 9374279. OLE color: 9374279.
HSL color Cylindrical-coordinate representation of color #470A8F: hue angle of 267.52º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470A8F is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 10 | 143 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.44 |
| HSL | 267.52º | 0.87% | 0.3% | - |
| HSV(B) | 267.52º | 0.93% | 0.56% | - |
| XYZ | 7.67 | 3.54 | 26.27 | - |
| YUV | 43.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 143 | 0.50 | 0.93 | 0 | 0.44 | 267.52 | 0.87 | 0.3 |
| Hex | 47 | A | 8F | 32 | 5D | 0 | 2C | 10C | 57 | 1E |
| Octal | 107 | 12 | 217 | 62 | 135 | 0 | 54 | 414 | 127 | 36 |
| Binary | 1000111 | 1010 | 10001111 | 110010 | 1011101 | 0 | 101100 | 100001100 | 1010111 | 11110 |
Color Harmonies of #470A8F
Complementary color
Monochromatic Colors of #470A8F
Black with #470A8F
Text Example
Text Example
White with #470A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A8F; }
p { color: rgb(71,10,143); }
H1.HeaderClassName
{
color: #470A8F;
}
.AnyTagClassName
{
color: #470A8F;
}
</style>
background-color css
<style>
a { background-color: #470A8F; }
a { background-color: rgb(71,10,143); }
div.DivClassName
{
background-color: #470A8F;
}
.BgClassName
{
background-color: #470A8F;
}
</style>
border-color css
<style>
span { border-color: #470A8F; }
span { border-color: rgb(71,10,143); }
td.TdClassName
{
border-color: #470A8F;
}
.TagClassName
{
border-color: #470A8F;
}
</style>