Shades of Indigo #4701A0
Tints of Indigo #4701A0
RGB
CMYK
RGB Variations
Color information
#4701A0 (or 0x4701A0) is known color: Indigo. HEX triplet: 47, 01 and A0. RGB value is (71,1,160). Sum of RGB (Red+Green+Blue) = 71+1+160=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 160 (62.89% from 255 or 68.97% from 232); Max value from RGB is 160 - color contains mainly: blue. Hex color #4701A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4701A0 is #B8FE5F. Grayscale: #272727. Windows color (decimal): -12123744 or 10486087. OLE color: 10486087.
HSL color Cylindrical-coordinate representation of color #4701A0: hue angle of 266.42º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4701A0 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 1 | 160 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.37 |
| HSL | 266.42º | 0.99% | 0.32% | - |
| HSV(B) | 266.42º | 0.99% | 0.63% | - |
| XYZ | 8.95 | 3.9 | 33.54 | - |
| YUV | 40.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 160 | 0.56 | 0.99 | 0 | 0.37 | 266.42 | 0.99 | 0.32 |
| Hex | 47 | 1 | A0 | 38 | 63 | 0 | 25 | 10A | 63 | 20 |
| Octal | 107 | 1 | 240 | 70 | 143 | 0 | 45 | 412 | 143 | 40 |
| Binary | 1000111 | 1 | 10100000 | 111000 | 1100011 | 0 | 100101 | 100001010 | 1100011 | 100000 |
Color Harmonies of #4701A0
Complementary color
Monochromatic Colors of #4701A0
Black with #4701A0
Text Example
Text Example
White with #4701A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4701A0; }
p { color: rgb(71,1,160); }
H1.HeaderClassName
{
color: #4701A0;
}
.AnyTagClassName
{
color: #4701A0;
}
</style>
background-color css
<style>
a { background-color: #4701A0; }
a { background-color: rgb(71,1,160); }
div.DivClassName
{
background-color: #4701A0;
}
.BgClassName
{
background-color: #4701A0;
}
</style>
border-color css
<style>
span { border-color: #4701A0; }
span { border-color: rgb(71,1,160); }
td.TdClassName
{
border-color: #4701A0;
}
.TagClassName
{
border-color: #4701A0;
}
</style>