Shades of Indigo #470F89
Tints of Indigo #470F89
RGB
CMYK
RGB Variations
Color information
#470F89 (or 0x470F89) is known color: Indigo. HEX triplet: 47, 0F and 89. RGB value is (71,15,137). Sum of RGB (Red+Green+Blue) = 71+15+137=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #470F89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470F89 is #B8F076. Grayscale: #2D2D2D. Windows color (decimal): -12120183 or 8982343. OLE color: 8982343.
HSL color Cylindrical-coordinate representation of color #470F89: hue angle of 267.54º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470F89 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 15 | 137 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.46 |
| HSL | 267.54º | 0.8% | 0.3% | - |
| HSV(B) | 267.54º | 0.89% | 0.54% | - |
| XYZ | 7.28 | 3.49 | 23.96 | - |
| YUV | 45.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 137 | 0.48 | 0.89 | 0 | 0.46 | 267.54 | 0.8 | 0.3 |
| Hex | 47 | F | 89 | 30 | 59 | 0 | 2E | 10C | 50 | 1E |
| Octal | 107 | 17 | 211 | 60 | 131 | 0 | 56 | 414 | 120 | 36 |
| Binary | 1000111 | 1111 | 10001001 | 110000 | 1011001 | 0 | 101110 | 100001100 | 1010000 | 11110 |
Color Harmonies of #470F89
Complementary color
Monochromatic Colors of #470F89
Black with #470F89
Text Example
Text Example
White with #470F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F89; }
p { color: rgb(71,15,137); }
H1.HeaderClassName
{
color: #470F89;
}
.AnyTagClassName
{
color: #470F89;
}
</style>
background-color css
<style>
a { background-color: #470F89; }
a { background-color: rgb(71,15,137); }
div.DivClassName
{
background-color: #470F89;
}
.BgClassName
{
background-color: #470F89;
}
</style>
border-color css
<style>
span { border-color: #470F89; }
span { border-color: rgb(71,15,137); }
td.TdClassName
{
border-color: #470F89;
}
.TagClassName
{
border-color: #470F89;
}
</style>