Shades of Indigo #47168B
Tints of Indigo #47168B
RGB
CMYK
RGB Variations
Color information
#47168B (or 0x47168B) is known color: Indigo. HEX triplet: 47, 16 and 8B. RGB value is (71,22,139). Sum of RGB (Red+Green+Blue) = 71+22+139=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #47168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47168B is #B8E974. Grayscale: #313131. Windows color (decimal): -12118389 or 9115207. OLE color: 9115207.
HSL color Cylindrical-coordinate representation of color #47168B: hue angle of 265.13º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47168B is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 22 | 139 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.45 |
| HSL | 265.13º | 0.73% | 0.32% | - |
| HSV(B) | 265.13º | 0.84% | 0.55% | - |
| XYZ | 7.55 | 3.78 | 24.76 | - |
| YUV | 49.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 139 | 0.49 | 0.84 | 0 | 0.45 | 265.13 | 0.73 | 0.32 |
| Hex | 47 | 16 | 8B | 31 | 54 | 0 | 2D | 109 | 49 | 20 |
| Octal | 107 | 26 | 213 | 61 | 124 | 0 | 55 | 411 | 111 | 40 |
| Binary | 1000111 | 10110 | 10001011 | 110001 | 1010100 | 0 | 101101 | 100001001 | 1001001 | 100000 |
Color Harmonies of #47168B
Complementary color
Monochromatic Colors of #47168B
Black with #47168B
Text Example
Text Example
White with #47168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47168B; }
p { color: rgb(71,22,139); }
H1.HeaderClassName
{
color: #47168B;
}
.AnyTagClassName
{
color: #47168B;
}
</style>
background-color css
<style>
a { background-color: #47168B; }
a { background-color: rgb(71,22,139); }
div.DivClassName
{
background-color: #47168B;
}
.BgClassName
{
background-color: #47168B;
}
</style>
border-color css
<style>
span { border-color: #47168B; }
span { border-color: rgb(71,22,139); }
td.TdClassName
{
border-color: #47168B;
}
.TagClassName
{
border-color: #47168B;
}
</style>