Shades of Indigo #47029F
Tints of Indigo #47029F
RGB
CMYK
RGB Variations
Color information
#47029F (or 0x47029F) is known color: Indigo. HEX triplet: 47, 02 and 9F. RGB value is (71,2,159). Sum of RGB (Red+Green+Blue) = 71+2+159=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #47029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47029F is #B8FD60. Grayscale: #272727. Windows color (decimal): -12123489 or 10420807. OLE color: 10420807.
HSL color Cylindrical-coordinate representation of color #47029F: hue angle of 266.37º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47029F is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 2 | 159 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.38 |
| HSL | 266.37º | 0.98% | 0.32% | - |
| HSV(B) | 266.37º | 0.99% | 0.62% | - |
| XYZ | 8.88 | 3.89 | 33.08 | - |
| YUV | 40.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 159 | 0.55 | 0.99 | 0 | 0.38 | 266.37 | 0.98 | 0.32 |
| Hex | 47 | 2 | 9F | 37 | 63 | 0 | 26 | 10A | 62 | 20 |
| Octal | 107 | 2 | 237 | 67 | 143 | 0 | 46 | 412 | 142 | 40 |
| Binary | 1000111 | 10 | 10011111 | 110111 | 1100011 | 0 | 100110 | 100001010 | 1100010 | 100000 |
Color Harmonies of #47029F
Complementary color
Monochromatic Colors of #47029F
Black with #47029F
Text Example
Text Example
White with #47029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47029F; }
p { color: rgb(71,2,159); }
H1.HeaderClassName
{
color: #47029F;
}
.AnyTagClassName
{
color: #47029F;
}
</style>
background-color css
<style>
a { background-color: #47029F; }
a { background-color: rgb(71,2,159); }
div.DivClassName
{
background-color: #47029F;
}
.BgClassName
{
background-color: #47029F;
}
</style>
border-color css
<style>
span { border-color: #47029F; }
span { border-color: rgb(71,2,159); }
td.TdClassName
{
border-color: #47029F;
}
.TagClassName
{
border-color: #47029F;
}
</style>