Shades of Indigo #4605AD
Tints of Indigo #4605AD
RGB
CMYK
RGB Variations
Color information
#4605AD (or 0x4605AD) is known color: Indigo. HEX triplet: 46, 05 and AD. RGB value is (70,5,173). Sum of RGB (Red+Green+Blue) = 70+5+173=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #4605AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4605AD is #B9FA52. Grayscale: #2A2A2A. Windows color (decimal): -12188243 or 11339078. OLE color: 11339078.
HSL color Cylindrical-coordinate representation of color #4605AD: hue angle of 263.21º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4605AD is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 5 | 173 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.32 |
| HSL | 263.21º | 0.94% | 0.35% | - |
| HSV(B) | 263.21º | 0.97% | 0.68% | - |
| XYZ | 10.12 | 4.43 | 39.86 | - |
| YUV | 43.59 | 201.03 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 173 | 0.60 | 0.97 | 0 | 0.32 | 263.21 | 0.94 | 0.35 |
| Hex | 46 | 5 | AD | 3C | 61 | 0 | 20 | 107 | 5E | 23 |
| Octal | 106 | 5 | 255 | 74 | 141 | 0 | 40 | 407 | 136 | 43 |
| Binary | 1000110 | 101 | 10101101 | 111100 | 1100001 | 0 | 100000 | 100000111 | 1011110 | 100011 |
Color Harmonies of #4605AD
Complementary color
Monochromatic Colors of #4605AD
Black with #4605AD
Text Example
Text Example
White with #4605AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4605AD; }
p { color: rgb(70,5,173); }
H1.HeaderClassName
{
color: #4605AD;
}
.AnyTagClassName
{
color: #4605AD;
}
</style>
background-color css
<style>
a { background-color: #4605AD; }
a { background-color: rgb(70,5,173); }
div.DivClassName
{
background-color: #4605AD;
}
.BgClassName
{
background-color: #4605AD;
}
</style>
border-color css
<style>
span { border-color: #4605AD; }
span { border-color: rgb(70,5,173); }
td.TdClassName
{
border-color: #4605AD;
}
.TagClassName
{
border-color: #4605AD;
}
</style>