Shades of Indigo #470D6B
Tints of Indigo #470D6B
RGB
CMYK
RGB Variations
Color information
#470D6B (or 0x470D6B) is known color: Indigo. HEX triplet: 47, 0D and 6B. RGB value is (71,13,107). Sum of RGB (Red+Green+Blue) = 71+13+107=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #470D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D6B is #B8F294. Grayscale: #282828. Windows color (decimal): -12120725 or 7015751. OLE color: 7015751.
HSL color Cylindrical-coordinate representation of color #470D6B: hue angle of 277.02º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470D6B is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 13 | 107 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.58 |
| HSL | 277.02º | 0.78% | 0.24% | - |
| HSV(B) | 277.02º | 0.88% | 0.42% | - |
| XYZ | 5.4 | 2.69 | 14.14 | - |
| YUV | 41.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 107 | 0.34 | 0.88 | 0 | 0.58 | 277.02 | 0.78 | 0.24 |
| Hex | 47 | D | 6B | 22 | 58 | 0 | 3A | 115 | 4E | 18 |
| Octal | 107 | 15 | 153 | 42 | 130 | 0 | 72 | 425 | 116 | 30 |
| Binary | 1000111 | 1101 | 1101011 | 100010 | 1011000 | 0 | 111010 | 100010101 | 1001110 | 11000 |
Color Harmonies of #470D6B
Complementary color
Monochromatic Colors of #470D6B
Black with #470D6B
Text Example
Text Example
White with #470D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D6B; }
p { color: rgb(71,13,107); }
H1.HeaderClassName
{
color: #470D6B;
}
.AnyTagClassName
{
color: #470D6B;
}
</style>
background-color css
<style>
a { background-color: #470D6B; }
a { background-color: rgb(71,13,107); }
div.DivClassName
{
background-color: #470D6B;
}
.BgClassName
{
background-color: #470D6B;
}
</style>
border-color css
<style>
span { border-color: #470D6B; }
span { border-color: rgb(71,13,107); }
td.TdClassName
{
border-color: #470D6B;
}
.TagClassName
{
border-color: #470D6B;
}
</style>