Shades of Indigo #47106B
Tints of Indigo #47106B
RGB
CMYK
RGB Variations
Color information
#47106B (or 0x47106B) is known color: Indigo. HEX triplet: 47, 10 and 6B. RGB value is (71,16,107). Sum of RGB (Red+Green+Blue) = 71+16+107=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #47106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47106B is #B8EF94. Grayscale: #2A2A2A. Windows color (decimal): -12119957 or 7016519. OLE color: 7016519.
HSL color Cylindrical-coordinate representation of color #47106B: hue angle of 276.26º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47106B is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 16 | 107 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.58 |
| HSL | 276.26º | 0.74% | 0.24% | - |
| HSV(B) | 276.26º | 0.85% | 0.42% | - |
| XYZ | 5.44 | 2.77 | 14.16 | - |
| YUV | 42.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 107 | 0.34 | 0.85 | 0 | 0.58 | 276.26 | 0.74 | 0.24 |
| Hex | 47 | 10 | 6B | 22 | 55 | 0 | 3A | 114 | 4A | 18 |
| Octal | 107 | 20 | 153 | 42 | 125 | 0 | 72 | 424 | 112 | 30 |
| Binary | 1000111 | 10000 | 1101011 | 100010 | 1010101 | 0 | 111010 | 100010100 | 1001010 | 11000 |
Color Harmonies of #47106B
Complementary color
Monochromatic Colors of #47106B
Black with #47106B
Text Example
Text Example
White with #47106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47106B; }
p { color: rgb(71,16,107); }
H1.HeaderClassName
{
color: #47106B;
}
.AnyTagClassName
{
color: #47106B;
}
</style>
background-color css
<style>
a { background-color: #47106B; }
a { background-color: rgb(71,16,107); }
div.DivClassName
{
background-color: #47106B;
}
.BgClassName
{
background-color: #47106B;
}
</style>
border-color css
<style>
span { border-color: #47106B; }
span { border-color: rgb(71,16,107); }
td.TdClassName
{
border-color: #47106B;
}
.TagClassName
{
border-color: #47106B;
}
</style>