Shades of Indigo #47178A
Tints of Indigo #47178A
RGB
CMYK
RGB Variations
Color information
#47178A (or 0x47178A) is known color: Indigo. HEX triplet: 47, 17 and 8A. RGB value is (71,23,138). Sum of RGB (Red+Green+Blue) = 71+23+138=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #47178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47178A is #B8E875. Grayscale: #323232. Windows color (decimal): -12118134 or 9049927. OLE color: 9049927.
HSL color Cylindrical-coordinate representation of color #47178A: hue angle of 265.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47178A is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 23 | 138 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.46 |
| HSL | 265.04º | 0.71% | 0.32% | - |
| HSV(B) | 265.04º | 0.83% | 0.54% | - |
| XYZ | 7.49 | 3.79 | 24.38 | - |
| YUV | 50.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 138 | 0.49 | 0.83 | 0 | 0.46 | 265.04 | 0.71 | 0.32 |
| Hex | 47 | 17 | 8A | 31 | 53 | 0 | 2E | 109 | 47 | 20 |
| Octal | 107 | 27 | 212 | 61 | 123 | 0 | 56 | 411 | 107 | 40 |
| Binary | 1000111 | 10111 | 10001010 | 110001 | 1010011 | 0 | 101110 | 100001001 | 1000111 | 100000 |
Color Harmonies of #47178A
Complementary color
Monochromatic Colors of #47178A
Black with #47178A
Text Example
Text Example
White with #47178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47178A; }
p { color: rgb(71,23,138); }
H1.HeaderClassName
{
color: #47178A;
}
.AnyTagClassName
{
color: #47178A;
}
</style>
background-color css
<style>
a { background-color: #47178A; }
a { background-color: rgb(71,23,138); }
div.DivClassName
{
background-color: #47178A;
}
.BgClassName
{
background-color: #47178A;
}
</style>
border-color css
<style>
span { border-color: #47178A; }
span { border-color: rgb(71,23,138); }
td.TdClassName
{
border-color: #47178A;
}
.TagClassName
{
border-color: #47178A;
}
</style>