Shades of Indigo #4500AA
Tints of Indigo #4500AA
RGB
CMYK
RGB Variations
Color information
#4500AA (or 0x4500AA) is known color: Indigo. HEX triplet: 45, 00 and AA. RGB value is (69,0,170). Sum of RGB (Red+Green+Blue) = 69+0+170=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #4500AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4500AA is #BAFF55. Grayscale: #272727. Windows color (decimal): -12255062 or 11141189. OLE color: 11141189.
HSL color Cylindrical-coordinate representation of color #4500AA: hue angle of 264.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500AA is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 0 | 170 | - |
| CMYK | 0.59 | 1 | 0 | 0.33 |
| HSL | 264.35º | 1% | 0.33% | - |
| HSV(B) | 264.35º | 1% | 0.67% | - |
| XYZ | 9.71 | 4.17 | 38.32 | - |
| YUV | 40.01 | 201.36 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 170 | 0.59 | 1 | 0 | 0.33 | 264.35 | 1 | 0.33 |
| Hex | 45 | 0 | AA | 3B | 64 | 0 | 21 | 108 | 64 | 21 |
| Octal | 105 | 0 | 252 | 73 | 144 | 0 | 41 | 410 | 144 | 41 |
| Binary | 1000101 | 0 | 10101010 | 111011 | 1100100 | 0 | 100001 | 100001000 | 1100100 | 100001 |
Color Harmonies of #4500AA
Complementary color
Monochromatic Colors of #4500AA
Black with #4500AA
Text Example
Text Example
White with #4500AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500AA; }
p { color: rgb(69,0,170); }
H1.HeaderClassName
{
color: #4500AA;
}
.AnyTagClassName
{
color: #4500AA;
}
</style>
background-color css
<style>
a { background-color: #4500AA; }
a { background-color: rgb(69,0,170); }
div.DivClassName
{
background-color: #4500AA;
}
.BgClassName
{
background-color: #4500AA;
}
</style>
border-color css
<style>
span { border-color: #4500AA; }
span { border-color: rgb(69,0,170); }
td.TdClassName
{
border-color: #4500AA;
}
.TagClassName
{
border-color: #4500AA;
}
</style>