Shades of Indigo #470675
Tints of Indigo #470675
RGB
CMYK
RGB Variations
Color information
#470675 (or 0x470675) is known color: Indigo. HEX triplet: 47, 06 and 75. RGB value is (71,6,117). Sum of RGB (Red+Green+Blue) = 71+6+117=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #470675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470675 is #B8F98A. Grayscale: #252525. Windows color (decimal): -12122507 or 7669319. OLE color: 7669319.
HSL color Cylindrical-coordinate representation of color #470675: hue angle of 275.14º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470675 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 6 | 117 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.54 |
| HSL | 275.14º | 0.9% | 0.24% | - |
| HSV(B) | 275.14º | 0.95% | 0.46% | - |
| XYZ | 5.87 | 2.75 | 17.05 | - |
| YUV | 38.09 | 172.53 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 117 | 0.39 | 0.95 | 0 | 0.54 | 275.14 | 0.9 | 0.24 |
| Hex | 47 | 6 | 75 | 27 | 5F | 0 | 36 | 113 | 5A | 18 |
| Octal | 107 | 6 | 165 | 47 | 137 | 0 | 66 | 423 | 132 | 30 |
| Binary | 1000111 | 110 | 1110101 | 100111 | 1011111 | 0 | 110110 | 100010011 | 1011010 | 11000 |
Color Harmonies of #470675
Complementary color
Monochromatic Colors of #470675
Black with #470675
Text Example
Text Example
White with #470675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470675; }
p { color: rgb(71,6,117); }
H1.HeaderClassName
{
color: #470675;
}
.AnyTagClassName
{
color: #470675;
}
</style>
background-color css
<style>
a { background-color: #470675; }
a { background-color: rgb(71,6,117); }
div.DivClassName
{
background-color: #470675;
}
.BgClassName
{
background-color: #470675;
}
</style>
border-color css
<style>
span { border-color: #470675; }
span { border-color: rgb(71,6,117); }
td.TdClassName
{
border-color: #470675;
}
.TagClassName
{
border-color: #470675;
}
</style>