Shades of Indigo #47079D
Tints of Indigo #47079D
RGB
CMYK
RGB Variations
Color information
#47079D (or 0x47079D) is known color: Indigo. HEX triplet: 47, 07 and 9D. RGB value is (71,7,157). Sum of RGB (Red+Green+Blue) = 71+7+157=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #47079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47079D is #B8F862. Grayscale: #2A2A2A. Windows color (decimal): -12122211 or 10291015. OLE color: 10291015.
HSL color Cylindrical-coordinate representation of color #47079D: hue angle of 265.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47079D is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 7 | 157 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.38 |
| HSL | 265.6º | 0.91% | 0.32% | - |
| HSV(B) | 265.6º | 0.96% | 0.62% | - |
| XYZ | 8.76 | 3.93 | 32.19 | - |
| YUV | 43.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 157 | 0.55 | 0.96 | 0 | 0.38 | 265.6 | 0.91 | 0.32 |
| Hex | 47 | 7 | 9D | 37 | 60 | 0 | 26 | 10A | 5B | 20 |
| Octal | 107 | 7 | 235 | 67 | 140 | 0 | 46 | 412 | 133 | 40 |
| Binary | 1000111 | 111 | 10011101 | 110111 | 1100000 | 0 | 100110 | 100001010 | 1011011 | 100000 |
Color Harmonies of #47079D
Complementary color
Monochromatic Colors of #47079D
Black with #47079D
Text Example
Text Example
White with #47079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47079D; }
p { color: rgb(71,7,157); }
H1.HeaderClassName
{
color: #47079D;
}
.AnyTagClassName
{
color: #47079D;
}
</style>
background-color css
<style>
a { background-color: #47079D; }
a { background-color: rgb(71,7,157); }
div.DivClassName
{
background-color: #47079D;
}
.BgClassName
{
background-color: #47079D;
}
</style>
border-color css
<style>
span { border-color: #47079D; }
span { border-color: rgb(71,7,157); }
td.TdClassName
{
border-color: #47079D;
}
.TagClassName
{
border-color: #47079D;
}
</style>