Shades of Indigo #47088B
Tints of Indigo #47088B
RGB
CMYK
RGB Variations
Color information
#47088B (or 0x47088B) is known color: Indigo. HEX triplet: 47, 08 and 8B. RGB value is (71,8,139). Sum of RGB (Red+Green+Blue) = 71+8+139=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #47088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47088B is #B8F774. Grayscale: #292929. Windows color (decimal): -12121973 or 9111623. OLE color: 9111623.
HSL color Cylindrical-coordinate representation of color #47088B: hue angle of 268.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47088B is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 8 | 139 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.45 |
| HSL | 268.85º | 0.89% | 0.29% | - |
| HSV(B) | 268.85º | 0.94% | 0.55% | - |
| XYZ | 7.35 | 3.38 | 24.69 | - |
| YUV | 41.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 139 | 0.49 | 0.94 | 0 | 0.45 | 268.85 | 0.89 | 0.29 |
| Hex | 47 | 8 | 8B | 31 | 5E | 0 | 2D | 10D | 59 | 1D |
| Octal | 107 | 10 | 213 | 61 | 136 | 0 | 55 | 415 | 131 | 35 |
| Binary | 1000111 | 1000 | 10001011 | 110001 | 1011110 | 0 | 101101 | 100001101 | 1011001 | 11101 |
Color Harmonies of #47088B
Complementary color
Monochromatic Colors of #47088B
Black with #47088B
Text Example
Text Example
White with #47088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47088B; }
p { color: rgb(71,8,139); }
H1.HeaderClassName
{
color: #47088B;
}
.AnyTagClassName
{
color: #47088B;
}
</style>
background-color css
<style>
a { background-color: #47088B; }
a { background-color: rgb(71,8,139); }
div.DivClassName
{
background-color: #47088B;
}
.BgClassName
{
background-color: #47088B;
}
</style>
border-color css
<style>
span { border-color: #47088B; }
span { border-color: rgb(71,8,139); }
td.TdClassName
{
border-color: #47088B;
}
.TagClassName
{
border-color: #47088B;
}
</style>