Shades of Indigo #4705A3
Tints of Indigo #4705A3
RGB
CMYK
RGB Variations
Color information
#4705A3 (or 0x4705A3) is known color: Indigo. HEX triplet: 47, 05 and A3. RGB value is (71,5,163). Sum of RGB (Red+Green+Blue) = 71+5+163=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #4705A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4705A3 is #B8FA5C. Grayscale: #2A2A2A. Windows color (decimal): -12122717 or 10683719. OLE color: 10683719.
HSL color Cylindrical-coordinate representation of color #4705A3: hue angle of 265.06º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4705A3 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 5 | 163 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.36 |
| HSL | 265.06º | 0.94% | 0.33% | - |
| HSV(B) | 265.06º | 0.97% | 0.64% | - |
| XYZ | 9.26 | 4.09 | 34.95 | - |
| YUV | 42.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 163 | 0.56 | 0.97 | 0 | 0.36 | 265.06 | 0.94 | 0.33 |
| Hex | 47 | 5 | A3 | 38 | 61 | 0 | 24 | 109 | 5E | 21 |
| Octal | 107 | 5 | 243 | 70 | 141 | 0 | 44 | 411 | 136 | 41 |
| Binary | 1000111 | 101 | 10100011 | 111000 | 1100001 | 0 | 100100 | 100001001 | 1011110 | 100001 |
Color Harmonies of #4705A3
Complementary color
Monochromatic Colors of #4705A3
Black with #4705A3
Text Example
Text Example
White with #4705A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705A3; }
p { color: rgb(71,5,163); }
H1.HeaderClassName
{
color: #4705A3;
}
.AnyTagClassName
{
color: #4705A3;
}
</style>
background-color css
<style>
a { background-color: #4705A3; }
a { background-color: rgb(71,5,163); }
div.DivClassName
{
background-color: #4705A3;
}
.BgClassName
{
background-color: #4705A3;
}
</style>
border-color css
<style>
span { border-color: #4705A3; }
span { border-color: rgb(71,5,163); }
td.TdClassName
{
border-color: #4705A3;
}
.TagClassName
{
border-color: #4705A3;
}
</style>