Shades of Indigo #47148D
Tints of Indigo #47148D
RGB
CMYK
RGB Variations
Color information
#47148D (or 0x47148D) is known color: Indigo. HEX triplet: 47, 14 and 8D. RGB value is (71,20,141). Sum of RGB (Red+Green+Blue) = 71+20+141=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #47148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47148D is #B8EB72. Grayscale: #303030. Windows color (decimal): -12118899 or 9245767. OLE color: 9245767.
HSL color Cylindrical-coordinate representation of color #47148D: hue angle of 265.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47148D is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 20 | 141 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.45 |
| HSL | 265.29º | 0.75% | 0.32% | - |
| HSV(B) | 265.29º | 0.86% | 0.55% | - |
| XYZ | 7.66 | 3.76 | 25.52 | - |
| YUV | 49.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 141 | 0.50 | 0.86 | 0 | 0.45 | 265.29 | 0.75 | 0.32 |
| Hex | 47 | 14 | 8D | 32 | 56 | 0 | 2D | 109 | 4B | 20 |
| Octal | 107 | 24 | 215 | 62 | 126 | 0 | 55 | 411 | 113 | 40 |
| Binary | 1000111 | 10100 | 10001101 | 110010 | 1010110 | 0 | 101101 | 100001001 | 1001011 | 100000 |
Color Harmonies of #47148D
Complementary color
Monochromatic Colors of #47148D
Black with #47148D
Text Example
Text Example
White with #47148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47148D; }
p { color: rgb(71,20,141); }
H1.HeaderClassName
{
color: #47148D;
}
.AnyTagClassName
{
color: #47148D;
}
</style>
background-color css
<style>
a { background-color: #47148D; }
a { background-color: rgb(71,20,141); }
div.DivClassName
{
background-color: #47148D;
}
.BgClassName
{
background-color: #47148D;
}
</style>
border-color css
<style>
span { border-color: #47148D; }
span { border-color: rgb(71,20,141); }
td.TdClassName
{
border-color: #47148D;
}
.TagClassName
{
border-color: #47148D;
}
</style>