Shades of Indigo #47075F
Tints of Indigo #47075F
RGB
CMYK
RGB Variations
Color information
#47075F (or 0x47075F) is known color: Indigo. HEX triplet: 47, 07 and 5F. RGB value is (71,7,95). Sum of RGB (Red+Green+Blue) = 71+7+95=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #47075F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47075F is #B8F8A0. Grayscale: #232323. Windows color (decimal): -12122273 or 6227783. OLE color: 6227783.
HSL color Cylindrical-coordinate representation of color #47075F: hue angle of 283.64º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47075F is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 7 | 95 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.63 |
| HSL | 283.64º | 0.86% | 0.2% | - |
| HSV(B) | 283.64º | 0.93% | 0.37% | - |
| XYZ | 4.74 | 2.32 | 11.02 | - |
| YUV | 36.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 95 | 0.25 | 0.93 | 0 | 0.63 | 283.64 | 0.86 | 0.2 |
| Hex | 47 | 7 | 5F | 19 | 5D | 0 | 3F | 11C | 56 | 14 |
| Octal | 107 | 7 | 137 | 31 | 135 | 0 | 77 | 434 | 126 | 24 |
| Binary | 1000111 | 111 | 1011111 | 11001 | 1011101 | 0 | 111111 | 100011100 | 1010110 | 10100 |
Color Harmonies of #47075F
Complementary color
Monochromatic Colors of #47075F
Black with #47075F
Text Example
Text Example
White with #47075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47075F; }
p { color: rgb(71,7,95); }
H1.HeaderClassName
{
color: #47075F;
}
.AnyTagClassName
{
color: #47075F;
}
</style>
background-color css
<style>
a { background-color: #47075F; }
a { background-color: rgb(71,7,95); }
div.DivClassName
{
background-color: #47075F;
}
.BgClassName
{
background-color: #47075F;
}
</style>
border-color css
<style>
span { border-color: #47075F; }
span { border-color: rgb(71,7,95); }
td.TdClassName
{
border-color: #47075F;
}
.TagClassName
{
border-color: #47075F;
}
</style>