Shades of Indigo #470865
Tints of Indigo #470865
RGB
CMYK
RGB Variations
Color information
#470865 (or 0x470865) is known color: Indigo. HEX triplet: 47, 08 and 65. RGB value is (71,8,101). Sum of RGB (Red+Green+Blue) = 71+8+101=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #470865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470865 is #B8F79A. Grayscale: #252525. Windows color (decimal): -12122011 or 6621255. OLE color: 6621255.
HSL color Cylindrical-coordinate representation of color #470865: hue angle of 280.65º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470865 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 8 | 101 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.60 |
| HSL | 280.65º | 0.85% | 0.21% | - |
| HSV(B) | 280.65º | 0.92% | 0.4% | - |
| XYZ | 5.03 | 2.45 | 12.52 | - |
| YUV | 37.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 101 | 0.30 | 0.92 | 0 | 0.60 | 280.65 | 0.85 | 0.21 |
| Hex | 47 | 8 | 65 | 1E | 5C | 0 | 3C | 119 | 55 | 15 |
| Octal | 107 | 10 | 145 | 36 | 134 | 0 | 74 | 431 | 125 | 25 |
| Binary | 1000111 | 1000 | 1100101 | 11110 | 1011100 | 0 | 111100 | 100011001 | 1010101 | 10101 |
Color Harmonies of #470865
Complementary color
Monochromatic Colors of #470865
Black with #470865
Text Example
Text Example
White with #470865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470865; }
p { color: rgb(71,8,101); }
H1.HeaderClassName
{
color: #470865;
}
.AnyTagClassName
{
color: #470865;
}
</style>
background-color css
<style>
a { background-color: #470865; }
a { background-color: rgb(71,8,101); }
div.DivClassName
{
background-color: #470865;
}
.BgClassName
{
background-color: #470865;
}
</style>
border-color css
<style>
span { border-color: #470865; }
span { border-color: rgb(71,8,101); }
td.TdClassName
{
border-color: #470865;
}
.TagClassName
{
border-color: #470865;
}
</style>