Shades of Indigo #4701A7
Tints of Indigo #4701A7
RGB
CMYK
RGB Variations
Color information
#4701A7 (or 0x4701A7) is known color: Indigo. HEX triplet: 47, 01 and A7. RGB value is (71,1,167). Sum of RGB (Red+Green+Blue) = 71+1+167=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 167 (65.62% from 255 or 69.87% from 239); Max value from RGB is 167 - color contains mainly: blue. Hex color #4701A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4701A7 is #B8FE58. Grayscale: #282828. Windows color (decimal): -12123737 or 10944839. OLE color: 10944839.
HSL color Cylindrical-coordinate representation of color #4701A7: hue angle of 265.3º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4701A7 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 1 | 167 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.35 |
| HSL | 265.3º | 0.99% | 0.33% | - |
| HSV(B) | 265.3º | 0.99% | 0.65% | - |
| XYZ | 9.58 | 4.15 | 36.86 | - |
| YUV | 40.85 | 199.19 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 167 | 0.57 | 0.99 | 0 | 0.35 | 265.3 | 0.99 | 0.33 |
| Hex | 47 | 1 | A7 | 39 | 63 | 0 | 23 | 109 | 63 | 21 |
| Octal | 107 | 1 | 247 | 71 | 143 | 0 | 43 | 411 | 143 | 41 |
| Binary | 1000111 | 1 | 10100111 | 111001 | 1100011 | 0 | 100011 | 100001001 | 1100011 | 100001 |
Color Harmonies of #4701A7
Complementary color
Monochromatic Colors of #4701A7
Black with #4701A7
Text Example
Text Example
White with #4701A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4701A7; }
p { color: rgb(71,1,167); }
H1.HeaderClassName
{
color: #4701A7;
}
.AnyTagClassName
{
color: #4701A7;
}
</style>
background-color css
<style>
a { background-color: #4701A7; }
a { background-color: rgb(71,1,167); }
div.DivClassName
{
background-color: #4701A7;
}
.BgClassName
{
background-color: #4701A7;
}
</style>
border-color css
<style>
span { border-color: #4701A7; }
span { border-color: rgb(71,1,167); }
td.TdClassName
{
border-color: #4701A7;
}
.TagClassName
{
border-color: #4701A7;
}
</style>