Shades of Indigo #47045C
Tints of Indigo #47045C
RGB
CMYK
RGB Variations
Color information
#47045C (or 0x47045C) is known color: Indigo. HEX triplet: 47, 04 and 5C. RGB value is (71,4,92). Sum of RGB (Red+Green+Blue) = 71+4+92=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #47045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47045C is #B8FBA3. Grayscale: #212121. Windows color (decimal): -12123044 or 6030407. OLE color: 6030407.
HSL color Cylindrical-coordinate representation of color #47045C: hue angle of 285.68º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47045C is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 4 | 92 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.64 |
| HSL | 285.68º | 0.92% | 0.19% | - |
| HSV(B) | 285.68º | 0.96% | 0.36% | - |
| XYZ | 4.57 | 2.2 | 10.31 | - |
| YUV | 34.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 92 | 0.23 | 0.96 | 0 | 0.64 | 285.68 | 0.92 | 0.19 |
| Hex | 47 | 4 | 5C | 17 | 60 | 0 | 40 | 11E | 5C | 13 |
| Octal | 107 | 4 | 134 | 27 | 140 | 0 | 100 | 436 | 134 | 23 |
| Binary | 1000111 | 100 | 1011100 | 10111 | 1100000 | 0 | 1000000 | 100011110 | 1011100 | 10011 |
Color Harmonies of #47045C
Complementary color
Monochromatic Colors of #47045C
Black with #47045C
Text Example
Text Example
White with #47045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47045C; }
p { color: rgb(71,4,92); }
H1.HeaderClassName
{
color: #47045C;
}
.AnyTagClassName
{
color: #47045C;
}
</style>
background-color css
<style>
a { background-color: #47045C; }
a { background-color: rgb(71,4,92); }
div.DivClassName
{
background-color: #47045C;
}
.BgClassName
{
background-color: #47045C;
}
</style>
border-color css
<style>
span { border-color: #47045C; }
span { border-color: rgb(71,4,92); }
td.TdClassName
{
border-color: #47045C;
}
.TagClassName
{
border-color: #47045C;
}
</style>