Shades of Indigo #470C74
Tints of Indigo #470C74
RGB
CMYK
RGB Variations
Color information
#470C74 (or 0x470C74) is known color: Indigo. HEX triplet: 47, 0C and 74. RGB value is (71,12,116). Sum of RGB (Red+Green+Blue) = 71+12+116=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #470C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C74 is #B8F38B. Grayscale: #292929. Windows color (decimal): -12120972 or 7605319. OLE color: 7605319.
HSL color Cylindrical-coordinate representation of color #470C74: hue angle of 274.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470C74 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 12 | 116 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.55 |
| HSL | 274.04º | 0.81% | 0.25% | - |
| HSV(B) | 274.04º | 0.9% | 0.45% | - |
| XYZ | 5.88 | 2.86 | 16.77 | - |
| YUV | 41.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 116 | 0.39 | 0.90 | 0 | 0.55 | 274.04 | 0.81 | 0.25 |
| Hex | 47 | C | 74 | 27 | 5A | 0 | 37 | 112 | 51 | 19 |
| Octal | 107 | 14 | 164 | 47 | 132 | 0 | 67 | 422 | 121 | 31 |
| Binary | 1000111 | 1100 | 1110100 | 100111 | 1011010 | 0 | 110111 | 100010010 | 1010001 | 11001 |
Color Harmonies of #470C74
Complementary color
Monochromatic Colors of #470C74
Black with #470C74
Text Example
Text Example
White with #470C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C74; }
p { color: rgb(71,12,116); }
H1.HeaderClassName
{
color: #470C74;
}
.AnyTagClassName
{
color: #470C74;
}
</style>
background-color css
<style>
a { background-color: #470C74; }
a { background-color: rgb(71,12,116); }
div.DivClassName
{
background-color: #470C74;
}
.BgClassName
{
background-color: #470C74;
}
</style>
border-color css
<style>
span { border-color: #470C74; }
span { border-color: rgb(71,12,116); }
td.TdClassName
{
border-color: #470C74;
}
.TagClassName
{
border-color: #470C74;
}
</style>