Shades of Indigo #470C63
Tints of Indigo #470C63
RGB
CMYK
RGB Variations
Color information
#470C63 (or 0x470C63) is known color: Indigo. HEX triplet: 47, 0C and 63. RGB value is (71,12,99). Sum of RGB (Red+Green+Blue) = 71+12+99=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #470C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C63 is #B8F39C. Grayscale: #272727. Windows color (decimal): -12120989 or 6491207. OLE color: 6491207.
HSL color Cylindrical-coordinate representation of color #470C63: hue angle of 280.69º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470C63 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 12 | 99 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.61 |
| HSL | 280.69º | 0.78% | 0.22% | - |
| HSV(B) | 280.69º | 0.88% | 0.39% | - |
| XYZ | 4.98 | 2.5 | 12.02 | - |
| YUV | 39.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 99 | 0.28 | 0.88 | 0 | 0.61 | 280.69 | 0.78 | 0.22 |
| Hex | 47 | C | 63 | 1C | 58 | 0 | 3D | 119 | 4E | 16 |
| Octal | 107 | 14 | 143 | 34 | 130 | 0 | 75 | 431 | 116 | 26 |
| Binary | 1000111 | 1100 | 1100011 | 11100 | 1011000 | 0 | 111101 | 100011001 | 1001110 | 10110 |
Color Harmonies of #470C63
Complementary color
Monochromatic Colors of #470C63
Black with #470C63
Text Example
Text Example
White with #470C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C63; }
p { color: rgb(71,12,99); }
H1.HeaderClassName
{
color: #470C63;
}
.AnyTagClassName
{
color: #470C63;
}
</style>
background-color css
<style>
a { background-color: #470C63; }
a { background-color: rgb(71,12,99); }
div.DivClassName
{
background-color: #470C63;
}
.BgClassName
{
background-color: #470C63;
}
</style>
border-color css
<style>
span { border-color: #470C63; }
span { border-color: rgb(71,12,99); }
td.TdClassName
{
border-color: #470C63;
}
.TagClassName
{
border-color: #470C63;
}
</style>