Shades of Indigo #470187
Tints of Indigo #470187
RGB
CMYK
RGB Variations
Color information
#470187 (or 0x470187) is known color: Indigo. HEX triplet: 47, 01 and 87. RGB value is (71,1,135). Sum of RGB (Red+Green+Blue) = 71+1+135=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #470187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470187 is #B8FE78. Grayscale: #242424. Windows color (decimal): -12123769 or 8847687. OLE color: 8847687.
HSL color Cylindrical-coordinate representation of color #470187: hue angle of 271.34º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470187 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 1 | 135 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.47 |
| HSL | 271.34º | 0.99% | 0.27% | - |
| HSV(B) | 271.34º | 0.99% | 0.53% | - |
| XYZ | 6.98 | 3.11 | 23.15 | - |
| YUV | 37.21 | 183.19 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 135 | 0.47 | 0.99 | 0 | 0.47 | 271.34 | 0.99 | 0.27 |
| Hex | 47 | 1 | 87 | 2F | 63 | 0 | 2F | 10F | 63 | 1B |
| Octal | 107 | 1 | 207 | 57 | 143 | 0 | 57 | 417 | 143 | 33 |
| Binary | 1000111 | 1 | 10000111 | 101111 | 1100011 | 0 | 101111 | 100001111 | 1100011 | 11011 |
Color Harmonies of #470187
Complementary color
Monochromatic Colors of #470187
Black with #470187
Text Example
Text Example
White with #470187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470187; }
p { color: rgb(71,1,135); }
H1.HeaderClassName
{
color: #470187;
}
.AnyTagClassName
{
color: #470187;
}
</style>
background-color css
<style>
a { background-color: #470187; }
a { background-color: rgb(71,1,135); }
div.DivClassName
{
background-color: #470187;
}
.BgClassName
{
background-color: #470187;
}
</style>
border-color css
<style>
span { border-color: #470187; }
span { border-color: rgb(71,1,135); }
td.TdClassName
{
border-color: #470187;
}
.TagClassName
{
border-color: #470187;
}
</style>