Shades of Indigo #47036E
Tints of Indigo #47036E
RGB
CMYK
RGB Variations
Color information
#47036E (or 0x47036E) is known color: Indigo. HEX triplet: 47, 03 and 6E. RGB value is (71,3,110). Sum of RGB (Red+Green+Blue) = 71+3+110=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #47036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47036E is #B8FC91. Grayscale: #232323. Windows color (decimal): -12123282 or 7209799. OLE color: 7209799.
HSL color Cylindrical-coordinate representation of color #47036E: hue angle of 278.13º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47036E is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 3 | 110 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.57 |
| HSL | 278.13º | 0.95% | 0.22% | - |
| HSV(B) | 278.13º | 0.97% | 0.43% | - |
| XYZ | 5.45 | 2.53 | 14.95 | - |
| YUV | 35.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 110 | 0.35 | 0.97 | 0 | 0.57 | 278.13 | 0.95 | 0.22 |
| Hex | 47 | 3 | 6E | 23 | 61 | 0 | 39 | 116 | 5F | 16 |
| Octal | 107 | 3 | 156 | 43 | 141 | 0 | 71 | 426 | 137 | 26 |
| Binary | 1000111 | 11 | 1101110 | 100011 | 1100001 | 0 | 111001 | 100010110 | 1011111 | 10110 |
Color Harmonies of #47036E
Complementary color
Monochromatic Colors of #47036E
Black with #47036E
Text Example
Text Example
White with #47036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47036E; }
p { color: rgb(71,3,110); }
H1.HeaderClassName
{
color: #47036E;
}
.AnyTagClassName
{
color: #47036E;
}
</style>
background-color css
<style>
a { background-color: #47036E; }
a { background-color: rgb(71,3,110); }
div.DivClassName
{
background-color: #47036E;
}
.BgClassName
{
background-color: #47036E;
}
</style>
border-color css
<style>
span { border-color: #47036E; }
span { border-color: rgb(71,3,110); }
td.TdClassName
{
border-color: #47036E;
}
.TagClassName
{
border-color: #47036E;
}
</style>