Shades of Indigo #4702A0
Tints of Indigo #4702A0
RGB
CMYK
RGB Variations
Color information
#4702A0 (or 0x4702A0) is known color: Indigo. HEX triplet: 47, 02 and A0. RGB value is (71,2,160). Sum of RGB (Red+Green+Blue) = 71+2+160=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #4702A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4702A0 is #B8FD5F. Grayscale: #282828. Windows color (decimal): -12123488 or 10486343. OLE color: 10486343.
HSL color Cylindrical-coordinate representation of color #4702A0: hue angle of 266.2º degrees, saturation: 0.98, 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 #4702A0 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 2 | 160 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.37 |
| HSL | 266.2º | 0.98% | 0.32% | - |
| HSV(B) | 266.2º | 0.99% | 0.63% | - |
| XYZ | 8.97 | 3.92 | 33.54 | - |
| YUV | 40.64 | 195.36 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 160 | 0.56 | 0.99 | 0 | 0.37 | 266.2 | 0.98 | 0.32 |
| Hex | 47 | 2 | A0 | 38 | 63 | 0 | 25 | 10A | 62 | 20 |
| Octal | 107 | 2 | 240 | 70 | 143 | 0 | 45 | 412 | 142 | 40 |
| Binary | 1000111 | 10 | 10100000 | 111000 | 1100011 | 0 | 100101 | 100001010 | 1100010 | 100000 |
Color Harmonies of #4702A0
Complementary color
Monochromatic Colors of #4702A0
Black with #4702A0
Text Example
Text Example
White with #4702A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4702A0; }
p { color: rgb(71,2,160); }
H1.HeaderClassName
{
color: #4702A0;
}
.AnyTagClassName
{
color: #4702A0;
}
</style>
background-color css
<style>
a { background-color: #4702A0; }
a { background-color: rgb(71,2,160); }
div.DivClassName
{
background-color: #4702A0;
}
.BgClassName
{
background-color: #4702A0;
}
</style>
border-color css
<style>
span { border-color: #4702A0; }
span { border-color: rgb(71,2,160); }
td.TdClassName
{
border-color: #4702A0;
}
.TagClassName
{
border-color: #4702A0;
}
</style>