Shades of Indigo #470465
Tints of Indigo #470465
RGB
CMYK
RGB Variations
Color information
#470465 (or 0x470465) is known color: Indigo. HEX triplet: 47, 04 and 65. RGB value is (71,4,101). Sum of RGB (Red+Green+Blue) = 71+4+101=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #470465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470465 is #B8FB9A. Grayscale: #222222. Windows color (decimal): -12123035 or 6620231. OLE color: 6620231.
HSL color Cylindrical-coordinate representation of color #470465: hue angle of 281.44º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470465 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 4 | 101 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.60 |
| HSL | 281.44º | 0.92% | 0.21% | - |
| HSV(B) | 281.44º | 0.96% | 0.4% | - |
| XYZ | 4.99 | 2.37 | 12.51 | - |
| YUV | 35.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 101 | 0.30 | 0.96 | 0 | 0.60 | 281.44 | 0.92 | 0.21 |
| Hex | 47 | 4 | 65 | 1E | 60 | 0 | 3C | 119 | 5C | 15 |
| Octal | 107 | 4 | 145 | 36 | 140 | 0 | 74 | 431 | 134 | 25 |
| Binary | 1000111 | 100 | 1100101 | 11110 | 1100000 | 0 | 111100 | 100011001 | 1011100 | 10101 |
Color Harmonies of #470465
Complementary color
Monochromatic Colors of #470465
Black with #470465
Text Example
Text Example
White with #470465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470465; }
p { color: rgb(71,4,101); }
H1.HeaderClassName
{
color: #470465;
}
.AnyTagClassName
{
color: #470465;
}
</style>
background-color css
<style>
a { background-color: #470465; }
a { background-color: rgb(71,4,101); }
div.DivClassName
{
background-color: #470465;
}
.BgClassName
{
background-color: #470465;
}
</style>
border-color css
<style>
span { border-color: #470465; }
span { border-color: rgb(71,4,101); }
td.TdClassName
{
border-color: #470465;
}
.TagClassName
{
border-color: #470465;
}
</style>