Shades of Indigo #47037F
Tints of Indigo #47037F
RGB
CMYK
RGB Variations
Color information
#47037F (or 0x47037F) is known color: Indigo. HEX triplet: 47, 03 and 7F. RGB value is (71,3,127). Sum of RGB (Red+Green+Blue) = 71+3+127=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #47037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47037F is #B8FC80. Grayscale: #252525. Windows color (decimal): -12123265 or 8323911. OLE color: 8323911.
HSL color Cylindrical-coordinate representation of color #47037F: hue angle of 272.9º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #47037F is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 3 | 127 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.50 |
| HSL | 272.9º | 0.95% | 0.25% | - |
| HSV(B) | 272.9º | 0.98% | 0.5% | - |
| XYZ | 6.46 | 2.94 | 20.31 | - |
| YUV | 37.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 127 | 0.44 | 0.98 | 0 | 0.50 | 272.9 | 0.95 | 0.25 |
| Hex | 47 | 3 | 7F | 2C | 62 | 0 | 32 | 111 | 5F | 19 |
| Octal | 107 | 3 | 177 | 54 | 142 | 0 | 62 | 421 | 137 | 31 |
| Binary | 1000111 | 11 | 1111111 | 101100 | 1100010 | 0 | 110010 | 100010001 | 1011111 | 11001 |
Color Harmonies of #47037F
Complementary color
Monochromatic Colors of #47037F
Black with #47037F
Text Example
Text Example
White with #47037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47037F; }
p { color: rgb(71,3,127); }
H1.HeaderClassName
{
color: #47037F;
}
.AnyTagClassName
{
color: #47037F;
}
</style>
background-color css
<style>
a { background-color: #47037F; }
a { background-color: rgb(71,3,127); }
div.DivClassName
{
background-color: #47037F;
}
.BgClassName
{
background-color: #47037F;
}
</style>
border-color css
<style>
span { border-color: #47037F; }
span { border-color: rgb(71,3,127); }
td.TdClassName
{
border-color: #47037F;
}
.TagClassName
{
border-color: #47037F;
}
</style>