Shades of Indigo #47158A
Tints of Indigo #47158A
RGB
CMYK
RGB Variations
Color information
#47158A (or 0x47158A) is known color: Indigo. HEX triplet: 47, 15 and 8A. RGB value is (71,21,138). Sum of RGB (Red+Green+Blue) = 71+21+138=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #47158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47158A is #B8EA75. Grayscale: #303030. Windows color (decimal): -12118646 or 9049415. OLE color: 9049415.
HSL color Cylindrical-coordinate representation of color #47158A: hue angle of 265.64º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47158A is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 21 | 138 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.46 |
| HSL | 265.64º | 0.74% | 0.31% | - |
| HSV(B) | 265.64º | 0.85% | 0.54% | - |
| XYZ | 7.45 | 3.71 | 24.37 | - |
| YUV | 49.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 138 | 0.49 | 0.85 | 0 | 0.46 | 265.64 | 0.74 | 0.31 |
| Hex | 47 | 15 | 8A | 31 | 55 | 0 | 2E | 10A | 4A | 1F |
| Octal | 107 | 25 | 212 | 61 | 125 | 0 | 56 | 412 | 112 | 37 |
| Binary | 1000111 | 10101 | 10001010 | 110001 | 1010101 | 0 | 101110 | 100001010 | 1001010 | 11111 |
Color Harmonies of #47158A
Complementary color
Monochromatic Colors of #47158A
Black with #47158A
Text Example
Text Example
White with #47158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47158A; }
p { color: rgb(71,21,138); }
H1.HeaderClassName
{
color: #47158A;
}
.AnyTagClassName
{
color: #47158A;
}
</style>
background-color css
<style>
a { background-color: #47158A; }
a { background-color: rgb(71,21,138); }
div.DivClassName
{
background-color: #47158A;
}
.BgClassName
{
background-color: #47158A;
}
</style>
border-color css
<style>
span { border-color: #47158A; }
span { border-color: rgb(71,21,138); }
td.TdClassName
{
border-color: #47158A;
}
.TagClassName
{
border-color: #47158A;
}
</style>