Shades of Indigo #4706AA
Tints of Indigo #4706AA
RGB
CMYK
RGB Variations
Color information
#4706AA (or 0x4706AA) is known color: Indigo. HEX triplet: 47, 06 and AA. RGB value is (71,6,170). Sum of RGB (Red+Green+Blue) = 71+6+170=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #4706AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4706AA is #B8F955. Grayscale: #2B2B2B. Windows color (decimal): -12122454 or 11142727. OLE color: 11142727.
HSL color Cylindrical-coordinate representation of color #4706AA: hue angle of 263.78º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4706AA is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 6 | 170 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.33 |
| HSL | 263.78º | 0.93% | 0.35% | - |
| HSV(B) | 263.78º | 0.96% | 0.67% | - |
| XYZ | 9.92 | 4.37 | 38.35 | - |
| YUV | 44.13 | 199.03 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 170 | 0.58 | 0.96 | 0 | 0.33 | 263.78 | 0.93 | 0.35 |
| Hex | 47 | 6 | AA | 3A | 60 | 0 | 21 | 108 | 5D | 23 |
| Octal | 107 | 6 | 252 | 72 | 140 | 0 | 41 | 410 | 135 | 43 |
| Binary | 1000111 | 110 | 10101010 | 111010 | 1100000 | 0 | 100001 | 100001000 | 1011101 | 100011 |
Color Harmonies of #4706AA
Complementary color
Monochromatic Colors of #4706AA
Black with #4706AA
Text Example
Text Example
White with #4706AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4706AA; }
p { color: rgb(71,6,170); }
H1.HeaderClassName
{
color: #4706AA;
}
.AnyTagClassName
{
color: #4706AA;
}
</style>
background-color css
<style>
a { background-color: #4706AA; }
a { background-color: rgb(71,6,170); }
div.DivClassName
{
background-color: #4706AA;
}
.BgClassName
{
background-color: #4706AA;
}
</style>
border-color css
<style>
span { border-color: #4706AA; }
span { border-color: rgb(71,6,170); }
td.TdClassName
{
border-color: #4706AA;
}
.TagClassName
{
border-color: #4706AA;
}
</style>