Shades of Indigo #470565
Tints of Indigo #470565
RGB
CMYK
RGB Variations
Color information
#470565 (or 0x470565) is known color: Indigo. HEX triplet: 47, 05 and 65. RGB value is (71,5,101). Sum of RGB (Red+Green+Blue) = 71+5+101=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #470565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470565 is #B8FA9A. Grayscale: #232323. Windows color (decimal): -12122779 or 6620487. OLE color: 6620487.
HSL color Cylindrical-coordinate representation of color #470565: hue angle of 281.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470565 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 5 | 101 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.60 |
| HSL | 281.25º | 0.91% | 0.21% | - |
| HSV(B) | 281.25º | 0.95% | 0.4% | - |
| XYZ | 5 | 2.39 | 12.51 | - |
| YUV | 35.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 101 | 0.30 | 0.95 | 0 | 0.60 | 281.25 | 0.91 | 0.21 |
| Hex | 47 | 5 | 65 | 1E | 5F | 0 | 3C | 119 | 5B | 15 |
| Octal | 107 | 5 | 145 | 36 | 137 | 0 | 74 | 431 | 133 | 25 |
| Binary | 1000111 | 101 | 1100101 | 11110 | 1011111 | 0 | 111100 | 100011001 | 1011011 | 10101 |
Color Harmonies of #470565
Complementary color
Monochromatic Colors of #470565
Black with #470565
Text Example
Text Example
White with #470565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470565; }
p { color: rgb(71,5,101); }
H1.HeaderClassName
{
color: #470565;
}
.AnyTagClassName
{
color: #470565;
}
</style>
background-color css
<style>
a { background-color: #470565; }
a { background-color: rgb(71,5,101); }
div.DivClassName
{
background-color: #470565;
}
.BgClassName
{
background-color: #470565;
}
</style>
border-color css
<style>
span { border-color: #470565; }
span { border-color: rgb(71,5,101); }
td.TdClassName
{
border-color: #470565;
}
.TagClassName
{
border-color: #470565;
}
</style>