Shades of Indigo #47046D
Tints of Indigo #47046D
RGB
CMYK
RGB Variations
Color information
#47046D (or 0x47046D) is known color: Indigo. HEX triplet: 47, 04 and 6D. RGB value is (71,4,109). Sum of RGB (Red+Green+Blue) = 71+4+109=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #47046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47046D is #B8FB92. Grayscale: #232323. Windows color (decimal): -12123027 or 7144519. OLE color: 7144519.
HSL color Cylindrical-coordinate representation of color #47046D: hue angle of 278.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47046D is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 4 | 109 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.57 |
| HSL | 278.29º | 0.93% | 0.22% | - |
| HSV(B) | 278.29º | 0.96% | 0.43% | - |
| XYZ | 5.4 | 2.53 | 14.67 | - |
| YUV | 36 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 109 | 0.35 | 0.96 | 0 | 0.57 | 278.29 | 0.93 | 0.22 |
| Hex | 47 | 4 | 6D | 23 | 60 | 0 | 39 | 116 | 5D | 16 |
| Octal | 107 | 4 | 155 | 43 | 140 | 0 | 71 | 426 | 135 | 26 |
| Binary | 1000111 | 100 | 1101101 | 100011 | 1100000 | 0 | 111001 | 100010110 | 1011101 | 10110 |
Color Harmonies of #47046D
Complementary color
Monochromatic Colors of #47046D
Black with #47046D
Text Example
Text Example
White with #47046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47046D; }
p { color: rgb(71,4,109); }
H1.HeaderClassName
{
color: #47046D;
}
.AnyTagClassName
{
color: #47046D;
}
</style>
background-color css
<style>
a { background-color: #47046D; }
a { background-color: rgb(71,4,109); }
div.DivClassName
{
background-color: #47046D;
}
.BgClassName
{
background-color: #47046D;
}
</style>
border-color css
<style>
span { border-color: #47046D; }
span { border-color: rgb(71,4,109); }
td.TdClassName
{
border-color: #47046D;
}
.TagClassName
{
border-color: #47046D;
}
</style>