Shades of Indigo #4502AE
Tints of Indigo #4502AE
RGB
CMYK
RGB Variations
Color information
#4502AE (or 0x4502AE) is known color: Indigo. HEX triplet: 45, 02 and AE. RGB value is (69,2,174). Sum of RGB (Red+Green+Blue) = 69+2+174=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #4502AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4502AE is #BAFD51. Grayscale: #292929. Windows color (decimal): -12254546 or 11403845. OLE color: 11403845.
HSL color Cylindrical-coordinate representation of color #4502AE: hue angle of 263.37º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4502AE is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 2 | 174 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.32 |
| HSL | 263.37º | 0.98% | 0.35% | - |
| HSV(B) | 263.37º | 0.99% | 0.68% | - |
| XYZ | 10.12 | 4.36 | 40.35 | - |
| YUV | 41.64 | 202.7 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 174 | 0.60 | 0.99 | 0 | 0.32 | 263.37 | 0.98 | 0.35 |
| Hex | 45 | 2 | AE | 3C | 63 | 0 | 20 | 107 | 62 | 23 |
| Octal | 105 | 2 | 256 | 74 | 143 | 0 | 40 | 407 | 142 | 43 |
| Binary | 1000101 | 10 | 10101110 | 111100 | 1100011 | 0 | 100000 | 100000111 | 1100010 | 100011 |
Color Harmonies of #4502AE
Complementary color
Monochromatic Colors of #4502AE
Black with #4502AE
Text Example
Text Example
White with #4502AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4502AE; }
p { color: rgb(69,2,174); }
H1.HeaderClassName
{
color: #4502AE;
}
.AnyTagClassName
{
color: #4502AE;
}
</style>
background-color css
<style>
a { background-color: #4502AE; }
a { background-color: rgb(69,2,174); }
div.DivClassName
{
background-color: #4502AE;
}
.BgClassName
{
background-color: #4502AE;
}
</style>
border-color css
<style>
span { border-color: #4502AE; }
span { border-color: rgb(69,2,174); }
td.TdClassName
{
border-color: #4502AE;
}
.TagClassName
{
border-color: #4502AE;
}
</style>