Shades of Indigo #47169D
Tints of Indigo #47169D
RGB
CMYK
RGB Variations
Color information
#47169D (or 0x47169D) is known color: Indigo. HEX triplet: 47, 16 and 9D. RGB value is (71,22,157). Sum of RGB (Red+Green+Blue) = 71+22+157=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #47169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47169D is #B8E962. Grayscale: #333333. Windows color (decimal): -12118371 or 10294855. OLE color: 10294855.
HSL color Cylindrical-coordinate representation of color #47169D: hue angle of 261.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47169D is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 22 | 157 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.38 |
| HSL | 261.78º | 0.75% | 0.35% | - |
| HSV(B) | 261.78º | 0.86% | 0.62% | - |
| XYZ | 8.97 | 4.35 | 32.26 | - |
| YUV | 52.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 157 | 0.55 | 0.86 | 0 | 0.38 | 261.78 | 0.75 | 0.35 |
| Hex | 47 | 16 | 9D | 37 | 56 | 0 | 26 | 106 | 4B | 23 |
| Octal | 107 | 26 | 235 | 67 | 126 | 0 | 46 | 406 | 113 | 43 |
| Binary | 1000111 | 10110 | 10011101 | 110111 | 1010110 | 0 | 100110 | 100000110 | 1001011 | 100011 |
Color Harmonies of #47169D
Complementary color
Monochromatic Colors of #47169D
Black with #47169D
Text Example
Text Example
White with #47169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47169D; }
p { color: rgb(71,22,157); }
H1.HeaderClassName
{
color: #47169D;
}
.AnyTagClassName
{
color: #47169D;
}
</style>
background-color css
<style>
a { background-color: #47169D; }
a { background-color: rgb(71,22,157); }
div.DivClassName
{
background-color: #47169D;
}
.BgClassName
{
background-color: #47169D;
}
</style>
border-color css
<style>
span { border-color: #47169D; }
span { border-color: rgb(71,22,157); }
td.TdClassName
{
border-color: #47169D;
}
.TagClassName
{
border-color: #47169D;
}
</style>