Shades of Indigo #4702AD
Tints of Indigo #4702AD
RGB
CMYK
RGB Variations
Color information
#4702AD (or 0x4702AD) is known color: Indigo. HEX triplet: 47, 02 and AD. RGB value is (71,2,173). Sum of RGB (Red+Green+Blue) = 71+2+173=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #4702AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4702AD is #B8FD52. Grayscale: #292929. Windows color (decimal): -12123475 or 11338311. OLE color: 11338311.
HSL color Cylindrical-coordinate representation of color #4702AD: hue angle of 264.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4702AD is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 2 | 173 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.32 |
| HSL | 264.21º | 0.98% | 0.34% | - |
| HSV(B) | 264.21º | 0.99% | 0.68% | - |
| XYZ | 10.16 | 4.4 | 39.85 | - |
| YUV | 42.13 | 201.86 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 173 | 0.59 | 0.99 | 0 | 0.32 | 264.21 | 0.98 | 0.34 |
| Hex | 47 | 2 | AD | 3B | 63 | 0 | 20 | 108 | 62 | 22 |
| Octal | 107 | 2 | 255 | 73 | 143 | 0 | 40 | 410 | 142 | 42 |
| Binary | 1000111 | 10 | 10101101 | 111011 | 1100011 | 0 | 100000 | 100001000 | 1100010 | 100010 |
Color Harmonies of #4702AD
Complementary color
Monochromatic Colors of #4702AD
Black with #4702AD
Text Example
Text Example
White with #4702AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4702AD; }
p { color: rgb(71,2,173); }
H1.HeaderClassName
{
color: #4702AD;
}
.AnyTagClassName
{
color: #4702AD;
}
</style>
background-color css
<style>
a { background-color: #4702AD; }
a { background-color: rgb(71,2,173); }
div.DivClassName
{
background-color: #4702AD;
}
.BgClassName
{
background-color: #4702AD;
}
</style>
border-color css
<style>
span { border-color: #4702AD; }
span { border-color: rgb(71,2,173); }
td.TdClassName
{
border-color: #4702AD;
}
.TagClassName
{
border-color: #4702AD;
}
</style>