Shades of Indigo #4500AD
Tints of Indigo #4500AD
RGB
CMYK
RGB Variations
Color information
#4500AD (or 0x4500AD) is known color: Indigo. HEX triplet: 45, 00 and AD. RGB value is (69,0,173). Sum of RGB (Red+Green+Blue) = 69+0+173=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #4500AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4500AD is #BAFF52. Grayscale: #272727. Windows color (decimal): -12255059 or 11337797. OLE color: 11337797.
HSL color Cylindrical-coordinate representation of color #4500AD: hue angle of 263.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500AD is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 0 | 173 | - |
| CMYK | 0.60 | 1 | 0 | 0.32 |
| HSL | 263.93º | 1% | 0.34% | - |
| HSV(B) | 263.93º | 1% | 0.68% | - |
| XYZ | 10 | 4.28 | 39.83 | - |
| YUV | 40.35 | 202.86 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 173 | 0.60 | 1 | 0 | 0.32 | 263.93 | 1 | 0.34 |
| Hex | 45 | 0 | AD | 3C | 64 | 0 | 20 | 108 | 64 | 22 |
| Octal | 105 | 0 | 255 | 74 | 144 | 0 | 40 | 410 | 144 | 42 |
| Binary | 1000101 | 0 | 10101101 | 111100 | 1100100 | 0 | 100000 | 100001000 | 1100100 | 100010 |
Color Harmonies of #4500AD
Complementary color
Monochromatic Colors of #4500AD
Black with #4500AD
Text Example
Text Example
White with #4500AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500AD; }
p { color: rgb(69,0,173); }
H1.HeaderClassName
{
color: #4500AD;
}
.AnyTagClassName
{
color: #4500AD;
}
</style>
background-color css
<style>
a { background-color: #4500AD; }
a { background-color: rgb(69,0,173); }
div.DivClassName
{
background-color: #4500AD;
}
.BgClassName
{
background-color: #4500AD;
}
</style>
border-color css
<style>
span { border-color: #4500AD; }
span { border-color: rgb(69,0,173); }
td.TdClassName
{
border-color: #4500AD;
}
.TagClassName
{
border-color: #4500AD;
}
</style>