Shades of Indigo #470C91
Tints of Indigo #470C91
RGB
CMYK
RGB Variations
Color information
#470C91 (or 0x470C91) is known color: Indigo. HEX triplet: 47, 0C and 91. RGB value is (71,12,145). Sum of RGB (Red+Green+Blue) = 71+12+145=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #470C91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470C91 is #B8F36E. Grayscale: #2C2C2C. Windows color (decimal): -12120943 or 9505863. OLE color: 9505863.
HSL color Cylindrical-coordinate representation of color #470C91: hue angle of 266.62º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470C91 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 12 | 145 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.43 |
| HSL | 266.62º | 0.85% | 0.31% | - |
| HSV(B) | 266.62º | 0.92% | 0.57% | - |
| XYZ | 7.84 | 3.65 | 27.08 | - |
| YUV | 44.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 145 | 0.51 | 0.92 | 0 | 0.43 | 266.62 | 0.85 | 0.31 |
| Hex | 47 | C | 91 | 33 | 5C | 0 | 2B | 10B | 55 | 1F |
| Octal | 107 | 14 | 221 | 63 | 134 | 0 | 53 | 413 | 125 | 37 |
| Binary | 1000111 | 1100 | 10010001 | 110011 | 1011100 | 0 | 101011 | 100001011 | 1010101 | 11111 |
Color Harmonies of #470C91
Complementary color
Monochromatic Colors of #470C91
Black with #470C91
Text Example
Text Example
White with #470C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C91; }
p { color: rgb(71,12,145); }
H1.HeaderClassName
{
color: #470C91;
}
.AnyTagClassName
{
color: #470C91;
}
</style>
background-color css
<style>
a { background-color: #470C91; }
a { background-color: rgb(71,12,145); }
div.DivClassName
{
background-color: #470C91;
}
.BgClassName
{
background-color: #470C91;
}
</style>
border-color css
<style>
span { border-color: #470C91; }
span { border-color: rgb(71,12,145); }
td.TdClassName
{
border-color: #470C91;
}
.TagClassName
{
border-color: #470C91;
}
</style>