Shades of Indigo #4505AD
Tints of Indigo #4505AD
RGB
CMYK
RGB Variations
Color information
#4505AD (or 0x4505AD) is known color: Indigo. HEX triplet: 45, 05 and AD. RGB value is (69,5,173). Sum of RGB (Red+Green+Blue) = 69+5+173=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #4505AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4505AD is #BAFA52. Grayscale: #2A2A2A. Windows color (decimal): -12253779 or 11339077. OLE color: 11339077.
HSL color Cylindrical-coordinate representation of color #4505AD: hue angle of 262.86º 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 #4505AD is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 5 | 173 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.32 |
| HSL | 262.86º | 0.94% | 0.35% | - |
| HSV(B) | 262.86º | 0.97% | 0.68% | - |
| XYZ | 10.05 | 4.39 | 39.85 | - |
| YUV | 43.29 | 201.2 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 173 | 0.60 | 0.97 | 0 | 0.32 | 262.86 | 0.94 | 0.35 |
| Hex | 45 | 5 | AD | 3C | 61 | 0 | 20 | 107 | 5E | 23 |
| Octal | 105 | 5 | 255 | 74 | 141 | 0 | 40 | 407 | 136 | 43 |
| Binary | 1000101 | 101 | 10101101 | 111100 | 1100001 | 0 | 100000 | 100000111 | 1011110 | 100011 |
Color Harmonies of #4505AD
Complementary color
Monochromatic Colors of #4505AD
Black with #4505AD
Text Example
Text Example
White with #4505AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4505AD; }
p { color: rgb(69,5,173); }
H1.HeaderClassName
{
color: #4505AD;
}
.AnyTagClassName
{
color: #4505AD;
}
</style>
background-color css
<style>
a { background-color: #4505AD; }
a { background-color: rgb(69,5,173); }
div.DivClassName
{
background-color: #4505AD;
}
.BgClassName
{
background-color: #4505AD;
}
</style>
border-color css
<style>
span { border-color: #4505AD; }
span { border-color: rgb(69,5,173); }
td.TdClassName
{
border-color: #4505AD;
}
.TagClassName
{
border-color: #4505AD;
}
</style>