Shades of Indigo #470F7C
Tints of Indigo #470F7C
RGB
CMYK
RGB Variations
Color information
#470F7C (or 0x470F7C) is known color: Indigo. HEX triplet: 47, 0F and 7C. RGB value is (71,15,124). Sum of RGB (Red+Green+Blue) = 71+15+124=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #470F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F7C is #B8F083. Grayscale: #2B2B2B. Windows color (decimal): -12120196 or 8130375. OLE color: 8130375.
HSL color Cylindrical-coordinate representation of color #470F7C: hue angle of 270.83º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470F7C is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 15 | 124 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.51 |
| HSL | 270.83º | 0.78% | 0.27% | - |
| HSV(B) | 270.83º | 0.88% | 0.49% | - |
| XYZ | 6.41 | 3.14 | 19.34 | - |
| YUV | 44.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 124 | 0.43 | 0.88 | 0 | 0.51 | 270.83 | 0.78 | 0.27 |
| Hex | 47 | F | 7C | 2B | 58 | 0 | 33 | 10F | 4E | 1B |
| Octal | 107 | 17 | 174 | 53 | 130 | 0 | 63 | 417 | 116 | 33 |
| Binary | 1000111 | 1111 | 1111100 | 101011 | 1011000 | 0 | 110011 | 100001111 | 1001110 | 11011 |
Color Harmonies of #470F7C
Complementary color
Monochromatic Colors of #470F7C
Black with #470F7C
Text Example
Text Example
White with #470F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F7C; }
p { color: rgb(71,15,124); }
H1.HeaderClassName
{
color: #470F7C;
}
.AnyTagClassName
{
color: #470F7C;
}
</style>
background-color css
<style>
a { background-color: #470F7C; }
a { background-color: rgb(71,15,124); }
div.DivClassName
{
background-color: #470F7C;
}
.BgClassName
{
background-color: #470F7C;
}
</style>
border-color css
<style>
span { border-color: #470F7C; }
span { border-color: rgb(71,15,124); }
td.TdClassName
{
border-color: #470F7C;
}
.TagClassName
{
border-color: #470F7C;
}
</style>