Shades of Indigo #4705AB
Tints of Indigo #4705AB
RGB
CMYK
RGB Variations
Color information
#4705AB (or 0x4705AB) is known color: Indigo. HEX triplet: 47, 05 and AB. RGB value is (71,5,171). Sum of RGB (Red+Green+Blue) = 71+5+171=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #4705AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4705AB is #B8FA54. Grayscale: #2B2B2B. Windows color (decimal): -12122709 or 11208007. OLE color: 11208007.
HSL color Cylindrical-coordinate representation of color #4705AB: hue angle of 263.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4705AB is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 5 | 171 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.33 |
| HSL | 263.86º | 0.94% | 0.35% | - |
| HSV(B) | 263.86º | 0.97% | 0.67% | - |
| XYZ | 10 | 4.39 | 38.85 | - |
| YUV | 43.66 | 199.87 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 171 | 0.58 | 0.97 | 0 | 0.33 | 263.86 | 0.94 | 0.35 |
| Hex | 47 | 5 | AB | 3A | 61 | 0 | 21 | 108 | 5E | 23 |
| Octal | 107 | 5 | 253 | 72 | 141 | 0 | 41 | 410 | 136 | 43 |
| Binary | 1000111 | 101 | 10101011 | 111010 | 1100001 | 0 | 100001 | 100001000 | 1011110 | 100011 |
Color Harmonies of #4705AB
Complementary color
Monochromatic Colors of #4705AB
Black with #4705AB
Text Example
Text Example
White with #4705AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705AB; }
p { color: rgb(71,5,171); }
H1.HeaderClassName
{
color: #4705AB;
}
.AnyTagClassName
{
color: #4705AB;
}
</style>
background-color css
<style>
a { background-color: #4705AB; }
a { background-color: rgb(71,5,171); }
div.DivClassName
{
background-color: #4705AB;
}
.BgClassName
{
background-color: #4705AB;
}
</style>
border-color css
<style>
span { border-color: #4705AB; }
span { border-color: rgb(71,5,171); }
td.TdClassName
{
border-color: #4705AB;
}
.TagClassName
{
border-color: #4705AB;
}
</style>