Shades of Indigo #4710A3
Tints of Indigo #4710A3
RGB
CMYK
RGB Variations
Color information
#4710A3 (or 0x4710A3) is known color: Indigo. HEX triplet: 47, 10 and A3. RGB value is (71,16,163). Sum of RGB (Red+Green+Blue) = 71+16+163=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #4710A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4710A3 is #B8EF5C. Grayscale: #303030. Windows color (decimal): -12119901 or 10686535. OLE color: 10686535.
HSL color Cylindrical-coordinate representation of color #4710A3: hue angle of 262.45º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4710A3 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 16 | 163 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.36 |
| HSL | 262.45º | 0.82% | 0.35% | - |
| HSV(B) | 262.45º | 0.9% | 0.64% | - |
| XYZ | 9.39 | 4.35 | 35 | - |
| YUV | 49.2 | 192.22 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 163 | 0.56 | 0.90 | 0 | 0.36 | 262.45 | 0.82 | 0.35 |
| Hex | 47 | 10 | A3 | 38 | 5A | 0 | 24 | 106 | 52 | 23 |
| Octal | 107 | 20 | 243 | 70 | 132 | 0 | 44 | 406 | 122 | 43 |
| Binary | 1000111 | 10000 | 10100011 | 111000 | 1011010 | 0 | 100100 | 100000110 | 1010010 | 100011 |
Color Harmonies of #4710A3
Complementary color
Monochromatic Colors of #4710A3
Black with #4710A3
Text Example
Text Example
White with #4710A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4710A3; }
p { color: rgb(71,16,163); }
H1.HeaderClassName
{
color: #4710A3;
}
.AnyTagClassName
{
color: #4710A3;
}
</style>
background-color css
<style>
a { background-color: #4710A3; }
a { background-color: rgb(71,16,163); }
div.DivClassName
{
background-color: #4710A3;
}
.BgClassName
{
background-color: #4710A3;
}
</style>
border-color css
<style>
span { border-color: #4710A3; }
span { border-color: rgb(71,16,163); }
td.TdClassName
{
border-color: #4710A3;
}
.TagClassName
{
border-color: #4710A3;
}
</style>