Shades of Indigo #47069B
Tints of Indigo #47069B
RGB
CMYK
RGB Variations
Color information
#47069B (or 0x47069B) is known color: Indigo. HEX triplet: 47, 06 and 9B. RGB value is (71,6,155). Sum of RGB (Red+Green+Blue) = 71+6+155=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #47069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47069B is #B8F964. Grayscale: #292929. Windows color (decimal): -12122469 or 10159687. OLE color: 10159687.
HSL color Cylindrical-coordinate representation of color #47069B: hue angle of 266.17º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47069B is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 6 | 155 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.39 |
| HSL | 266.17º | 0.93% | 0.32% | - |
| HSV(B) | 266.17º | 0.96% | 0.61% | - |
| XYZ | 8.58 | 3.84 | 31.3 | - |
| YUV | 42.42 | 191.53 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 155 | 0.54 | 0.96 | 0 | 0.39 | 266.17 | 0.93 | 0.32 |
| Hex | 47 | 6 | 9B | 36 | 60 | 0 | 27 | 10A | 5D | 20 |
| Octal | 107 | 6 | 233 | 66 | 140 | 0 | 47 | 412 | 135 | 40 |
| Binary | 1000111 | 110 | 10011011 | 110110 | 1100000 | 0 | 100111 | 100001010 | 1011101 | 100000 |
Color Harmonies of #47069B
Complementary color
Monochromatic Colors of #47069B
Black with #47069B
Text Example
Text Example
White with #47069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47069B; }
p { color: rgb(71,6,155); }
H1.HeaderClassName
{
color: #47069B;
}
.AnyTagClassName
{
color: #47069B;
}
</style>
background-color css
<style>
a { background-color: #47069B; }
a { background-color: rgb(71,6,155); }
div.DivClassName
{
background-color: #47069B;
}
.BgClassName
{
background-color: #47069B;
}
</style>
border-color css
<style>
span { border-color: #47069B; }
span { border-color: rgb(71,6,155); }
td.TdClassName
{
border-color: #47069B;
}
.TagClassName
{
border-color: #47069B;
}
</style>