Shades of Indigo #470095
Tints of Indigo #470095
RGB
CMYK
RGB Variations
Color information
#470095 (or 0x470095) is known color: Indigo. HEX triplet: 47, 00 and 95. RGB value is (71,0,149). Sum of RGB (Red+Green+Blue) = 71+0+149=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #470095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470095 is #B8FF6A. Grayscale: #252525. Windows color (decimal): -12124011 or 9764935. OLE color: 9764935.
HSL color Cylindrical-coordinate representation of color #470095: hue angle of 268.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470095 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 0 | 149 | - |
| CMYK | 0.52 | 1 | 0 | 0.42 |
| HSL | 268.59º | 1% | 0.29% | - |
| HSV(B) | 268.59º | 1% | 0.58% | - |
| XYZ | 8.02 | 3.51 | 28.69 | - |
| YUV | 38.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 149 | 0.52 | 1 | 0 | 0.42 | 268.59 | 1 | 0.29 |
| Hex | 47 | 0 | 95 | 34 | 64 | 0 | 2A | 10D | 64 | 1D |
| Octal | 107 | 0 | 225 | 64 | 144 | 0 | 52 | 415 | 144 | 35 |
| Binary | 1000111 | 0 | 10010101 | 110100 | 1100100 | 0 | 101010 | 100001101 | 1100100 | 11101 |
Color Harmonies of #470095
Complementary color
Monochromatic Colors of #470095
Black with #470095
Text Example
Text Example
White with #470095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470095; }
p { color: rgb(71,0,149); }
H1.HeaderClassName
{
color: #470095;
}
.AnyTagClassName
{
color: #470095;
}
</style>
background-color css
<style>
a { background-color: #470095; }
a { background-color: rgb(71,0,149); }
div.DivClassName
{
background-color: #470095;
}
.BgClassName
{
background-color: #470095;
}
</style>
border-color css
<style>
span { border-color: #470095; }
span { border-color: rgb(71,0,149); }
td.TdClassName
{
border-color: #470095;
}
.TagClassName
{
border-color: #470095;
}
</style>