Shades of Indigo #47015A
Tints of Indigo #47015A
RGB
CMYK
RGB Variations
Color information
#47015A (or 0x47015A) is known color: Indigo. HEX triplet: 47, 01 and 5A. RGB value is (71,1,90). Sum of RGB (Red+Green+Blue) = 71+1+90=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #47015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47015A is #B8FEA5. Grayscale: #1F1F1F. Windows color (decimal): -12123814 or 5898567. OLE color: 5898567.
HSL color Cylindrical-coordinate representation of color #47015A: hue angle of 287.19º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47015A is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 1 | 90 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.65 |
| HSL | 287.19º | 0.98% | 0.18% | - |
| HSV(B) | 287.19º | 0.99% | 0.35% | - |
| XYZ | 4.45 | 2.1 | 9.84 | - |
| YUV | 32.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 90 | 0.21 | 0.99 | 0 | 0.65 | 287.19 | 0.98 | 0.18 |
| Hex | 47 | 1 | 5A | 15 | 63 | 0 | 41 | 11F | 62 | 12 |
| Octal | 107 | 1 | 132 | 25 | 143 | 0 | 101 | 437 | 142 | 22 |
| Binary | 1000111 | 1 | 1011010 | 10101 | 1100011 | 0 | 1000001 | 100011111 | 1100010 | 10010 |
Color Harmonies of #47015A
Complementary color
Monochromatic Colors of #47015A
Black with #47015A
Text Example
Text Example
White with #47015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47015A; }
p { color: rgb(71,1,90); }
H1.HeaderClassName
{
color: #47015A;
}
.AnyTagClassName
{
color: #47015A;
}
</style>
background-color css
<style>
a { background-color: #47015A; }
a { background-color: rgb(71,1,90); }
div.DivClassName
{
background-color: #47015A;
}
.BgClassName
{
background-color: #47015A;
}
</style>
border-color css
<style>
span { border-color: #47015A; }
span { border-color: rgb(71,1,90); }
td.TdClassName
{
border-color: #47015A;
}
.TagClassName
{
border-color: #47015A;
}
</style>