Shades of Indigo #47015D
Tints of Indigo #47015D
RGB
CMYK
RGB Variations
Color information
#47015D (or 0x47015D) is known color: Indigo. HEX triplet: 47, 01 and 5D. RGB value is (71,1,93). Sum of RGB (Red+Green+Blue) = 71+1+93=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #47015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47015D is #B8FEA2. Grayscale: #202020. Windows color (decimal): -12123811 or 6095175. OLE color: 6095175.
HSL color Cylindrical-coordinate representation of color #47015D: hue angle of 285.65º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47015D is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 1 | 93 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.64 |
| HSL | 285.65º | 0.98% | 0.18% | - |
| HSV(B) | 285.65º | 0.99% | 0.36% | - |
| XYZ | 4.59 | 2.15 | 10.53 | - |
| YUV | 32.42 | 162.19 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 93 | 0.24 | 0.99 | 0 | 0.64 | 285.65 | 0.98 | 0.18 |
| Hex | 47 | 1 | 5D | 18 | 63 | 0 | 40 | 11E | 62 | 12 |
| Octal | 107 | 1 | 135 | 30 | 143 | 0 | 100 | 436 | 142 | 22 |
| Binary | 1000111 | 1 | 1011101 | 11000 | 1100011 | 0 | 1000000 | 100011110 | 1100010 | 10010 |
Color Harmonies of #47015D
Complementary color
Monochromatic Colors of #47015D
Black with #47015D
Text Example
Text Example
White with #47015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47015D; }
p { color: rgb(71,1,93); }
H1.HeaderClassName
{
color: #47015D;
}
.AnyTagClassName
{
color: #47015D;
}
</style>
background-color css
<style>
a { background-color: #47015D; }
a { background-color: rgb(71,1,93); }
div.DivClassName
{
background-color: #47015D;
}
.BgClassName
{
background-color: #47015D;
}
</style>
border-color css
<style>
span { border-color: #47015D; }
span { border-color: rgb(71,1,93); }
td.TdClassName
{
border-color: #47015D;
}
.TagClassName
{
border-color: #47015D;
}
</style>