Shades of Indigo #47028B
Tints of Indigo #47028B
RGB
CMYK
RGB Variations
Color information
#47028B (or 0x47028B) is known color: Indigo. HEX triplet: 47, 02 and 8B. RGB value is (71,2,139). Sum of RGB (Red+Green+Blue) = 71+2+139=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #47028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47028B is #B8FD74. Grayscale: #252525. Windows color (decimal): -12123509 or 9110087. OLE color: 9110087.
HSL color Cylindrical-coordinate representation of color #47028B: hue angle of 270.22º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47028B is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 2 | 139 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.45 |
| HSL | 270.22º | 0.97% | 0.28% | - |
| HSV(B) | 270.22º | 0.99% | 0.55% | - |
| XYZ | 7.28 | 3.25 | 24.67 | - |
| YUV | 38.25 | 184.86 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 139 | 0.49 | 0.99 | 0 | 0.45 | 270.22 | 0.97 | 0.28 |
| Hex | 47 | 2 | 8B | 31 | 63 | 0 | 2D | 10E | 61 | 1C |
| Octal | 107 | 2 | 213 | 61 | 143 | 0 | 55 | 416 | 141 | 34 |
| Binary | 1000111 | 10 | 10001011 | 110001 | 1100011 | 0 | 101101 | 100001110 | 1100001 | 11100 |
Color Harmonies of #47028B
Complementary color
Monochromatic Colors of #47028B
Black with #47028B
Text Example
Text Example
White with #47028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47028B; }
p { color: rgb(71,2,139); }
H1.HeaderClassName
{
color: #47028B;
}
.AnyTagClassName
{
color: #47028B;
}
</style>
background-color css
<style>
a { background-color: #47028B; }
a { background-color: rgb(71,2,139); }
div.DivClassName
{
background-color: #47028B;
}
.BgClassName
{
background-color: #47028B;
}
</style>
border-color css
<style>
span { border-color: #47028B; }
span { border-color: rgb(71,2,139); }
td.TdClassName
{
border-color: #47028B;
}
.TagClassName
{
border-color: #47028B;
}
</style>