Shades of Indigo #470265
Tints of Indigo #470265
RGB
CMYK
RGB Variations
Color information
#470265 (or 0x470265) is known color: Indigo. HEX triplet: 47, 02 and 65. RGB value is (71,2,101). Sum of RGB (Red+Green+Blue) = 71+2+101=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #470265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470265 is #B8FD9A. Grayscale: #212121. Windows color (decimal): -12123547 or 6619719. OLE color: 6619719.
HSL color Cylindrical-coordinate representation of color #470265: hue angle of 281.82º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470265 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 2 | 101 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.60 |
| HSL | 281.82º | 0.96% | 0.2% | - |
| HSV(B) | 281.82º | 0.98% | 0.4% | - |
| XYZ | 4.97 | 2.32 | 12.5 | - |
| YUV | 33.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 101 | 0.30 | 0.98 | 0 | 0.60 | 281.82 | 0.96 | 0.2 |
| Hex | 47 | 2 | 65 | 1E | 62 | 0 | 3C | 11A | 60 | 14 |
| Octal | 107 | 2 | 145 | 36 | 142 | 0 | 74 | 432 | 140 | 24 |
| Binary | 1000111 | 10 | 1100101 | 11110 | 1100010 | 0 | 111100 | 100011010 | 1100000 | 10100 |
Color Harmonies of #470265
Complementary color
Monochromatic Colors of #470265
Black with #470265
Text Example
Text Example
White with #470265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470265; }
p { color: rgb(71,2,101); }
H1.HeaderClassName
{
color: #470265;
}
.AnyTagClassName
{
color: #470265;
}
</style>
background-color css
<style>
a { background-color: #470265; }
a { background-color: rgb(71,2,101); }
div.DivClassName
{
background-color: #470265;
}
.BgClassName
{
background-color: #470265;
}
</style>
border-color css
<style>
span { border-color: #470265; }
span { border-color: rgb(71,2,101); }
td.TdClassName
{
border-color: #470265;
}
.TagClassName
{
border-color: #470265;
}
</style>