Shades of Indigo #470B65
Tints of Indigo #470B65
RGB
CMYK
RGB Variations
Color information
#470B65 (or 0x470B65) is known color: Indigo. HEX triplet: 47, 0B and 65. RGB value is (71,11,101). Sum of RGB (Red+Green+Blue) = 71+11+101=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #470B65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B65 is #B8F49A. Grayscale: #262626. Windows color (decimal): -12121243 or 6622023. OLE color: 6622023.
HSL color Cylindrical-coordinate representation of color #470B65: hue angle of 280º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470B65 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 11 | 101 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.60 |
| HSL | 280º | 0.8% | 0.22% | - |
| HSV(B) | 280º | 0.89% | 0.4% | - |
| XYZ | 5.07 | 2.52 | 12.53 | - |
| YUV | 39.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 101 | 0.30 | 0.89 | 0 | 0.60 | 280 | 0.8 | 0.22 |
| Hex | 47 | B | 65 | 1E | 59 | 0 | 3C | 118 | 50 | 16 |
| Octal | 107 | 13 | 145 | 36 | 131 | 0 | 74 | 430 | 120 | 26 |
| Binary | 1000111 | 1011 | 1100101 | 11110 | 1011001 | 0 | 111100 | 100011000 | 1010000 | 10110 |
Color Harmonies of #470B65
Complementary color
Monochromatic Colors of #470B65
Black with #470B65
Text Example
Text Example
White with #470B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470B65; }
p { color: rgb(71,11,101); }
H1.HeaderClassName
{
color: #470B65;
}
.AnyTagClassName
{
color: #470B65;
}
</style>
background-color css
<style>
a { background-color: #470B65; }
a { background-color: rgb(71,11,101); }
div.DivClassName
{
background-color: #470B65;
}
.BgClassName
{
background-color: #470B65;
}
</style>
border-color css
<style>
span { border-color: #470B65; }
span { border-color: rgb(71,11,101); }
td.TdClassName
{
border-color: #470B65;
}
.TagClassName
{
border-color: #470B65;
}
</style>