Shades of Indigo #4607AD
Tints of Indigo #4607AD
RGB
CMYK
RGB Variations
Color information
#4607AD (or 0x4607AD) is known color: Indigo. HEX triplet: 46, 07 and AD. RGB value is (70,7,173). Sum of RGB (Red+Green+Blue) = 70+7+173=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #4607AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4607AD is #B9F852. Grayscale: #2C2C2C. Windows color (decimal): -12187731 or 11339590. OLE color: 11339590.
HSL color Cylindrical-coordinate representation of color #4607AD: hue angle of 262.77º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4607AD is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 7 | 173 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.32 |
| HSL | 262.77º | 0.92% | 0.35% | - |
| HSV(B) | 262.77º | 0.96% | 0.68% | - |
| XYZ | 10.14 | 4.47 | 39.86 | - |
| YUV | 44.76 | 200.37 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 173 | 0.60 | 0.96 | 0 | 0.32 | 262.77 | 0.92 | 0.35 |
| Hex | 46 | 7 | AD | 3C | 60 | 0 | 20 | 107 | 5C | 23 |
| Octal | 106 | 7 | 255 | 74 | 140 | 0 | 40 | 407 | 134 | 43 |
| Binary | 1000110 | 111 | 10101101 | 111100 | 1100000 | 0 | 100000 | 100000111 | 1011100 | 100011 |
Color Harmonies of #4607AD
Complementary color
Monochromatic Colors of #4607AD
Black with #4607AD
Text Example
Text Example
White with #4607AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4607AD; }
p { color: rgb(70,7,173); }
H1.HeaderClassName
{
color: #4607AD;
}
.AnyTagClassName
{
color: #4607AD;
}
</style>
background-color css
<style>
a { background-color: #4607AD; }
a { background-color: rgb(70,7,173); }
div.DivClassName
{
background-color: #4607AD;
}
.BgClassName
{
background-color: #4607AD;
}
</style>
border-color css
<style>
span { border-color: #4607AD; }
span { border-color: rgb(70,7,173); }
td.TdClassName
{
border-color: #4607AD;
}
.TagClassName
{
border-color: #4607AD;
}
</style>