Shades of Indigo #470175
Tints of Indigo #470175
RGB
CMYK
RGB Variations
Color information
#470175 (or 0x470175) is known color: Indigo. HEX triplet: 47, 01 and 75. RGB value is (71,1,117). Sum of RGB (Red+Green+Blue) = 71+1+117=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #470175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470175 is #B8FE8A. Grayscale: #222222. Windows color (decimal): -12123787 or 7668039. OLE color: 7668039.
HSL color Cylindrical-coordinate representation of color #470175: hue angle of 276.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470175 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 1 | 117 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.54 |
| HSL | 276.21º | 0.98% | 0.23% | - |
| HSV(B) | 276.21º | 0.99% | 0.46% | - |
| XYZ | 5.82 | 2.65 | 17.03 | - |
| YUV | 35.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 117 | 0.39 | 0.99 | 0 | 0.54 | 276.21 | 0.98 | 0.23 |
| Hex | 47 | 1 | 75 | 27 | 63 | 0 | 36 | 114 | 62 | 17 |
| Octal | 107 | 1 | 165 | 47 | 143 | 0 | 66 | 424 | 142 | 27 |
| Binary | 1000111 | 1 | 1110101 | 100111 | 1100011 | 0 | 110110 | 100010100 | 1100010 | 10111 |
Color Harmonies of #470175
Complementary color
Monochromatic Colors of #470175
Black with #470175
Text Example
Text Example
White with #470175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470175; }
p { color: rgb(71,1,117); }
H1.HeaderClassName
{
color: #470175;
}
.AnyTagClassName
{
color: #470175;
}
</style>
background-color css
<style>
a { background-color: #470175; }
a { background-color: rgb(71,1,117); }
div.DivClassName
{
background-color: #470175;
}
.BgClassName
{
background-color: #470175;
}
</style>
border-color css
<style>
span { border-color: #470175; }
span { border-color: rgb(71,1,117); }
td.TdClassName
{
border-color: #470175;
}
.TagClassName
{
border-color: #470175;
}
</style>