Shades of Indigo #470E68
Tints of Indigo #470E68
RGB
CMYK
RGB Variations
Color information
#470E68 (or 0x470E68) is known color: Indigo. HEX triplet: 47, 0E and 68. RGB value is (71,14,104). Sum of RGB (Red+Green+Blue) = 71+14+104=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #470E68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E68 is #B8F197. Grayscale: #292929. Windows color (decimal): -12120472 or 6819399. OLE color: 6819399.
HSL color Cylindrical-coordinate representation of color #470E68: hue angle of 278º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470E68 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 14 | 104 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.59 |
| HSL | 278º | 0.76% | 0.23% | - |
| HSV(B) | 278º | 0.87% | 0.41% | - |
| XYZ | 5.25 | 2.65 | 13.33 | - |
| YUV | 41.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 104 | 0.32 | 0.87 | 0 | 0.59 | 278 | 0.76 | 0.23 |
| Hex | 47 | E | 68 | 20 | 57 | 0 | 3B | 116 | 4C | 17 |
| Octal | 107 | 16 | 150 | 40 | 127 | 0 | 73 | 426 | 114 | 27 |
| Binary | 1000111 | 1110 | 1101000 | 100000 | 1010111 | 0 | 111011 | 100010110 | 1001100 | 10111 |
Color Harmonies of #470E68
Complementary color
Monochromatic Colors of #470E68
Black with #470E68
Text Example
Text Example
White with #470E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470E68; }
p { color: rgb(71,14,104); }
H1.HeaderClassName
{
color: #470E68;
}
.AnyTagClassName
{
color: #470E68;
}
</style>
background-color css
<style>
a { background-color: #470E68; }
a { background-color: rgb(71,14,104); }
div.DivClassName
{
background-color: #470E68;
}
.BgClassName
{
background-color: #470E68;
}
</style>
border-color css
<style>
span { border-color: #470E68; }
span { border-color: rgb(71,14,104); }
td.TdClassName
{
border-color: #470E68;
}
.TagClassName
{
border-color: #470E68;
}
</style>