Shades of Indigo #4502AA
Tints of Indigo #4502AA
RGB
CMYK
RGB Variations
Color information
#4502AA (or 0x4502AA) is known color: Indigo. HEX triplet: 45, 02 and AA. RGB value is (69,2,170). Sum of RGB (Red+Green+Blue) = 69+2+170=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #4502AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4502AA is #BAFD55. Grayscale: #282828. Windows color (decimal): -12254550 or 11141701. OLE color: 11141701.
HSL color Cylindrical-coordinate representation of color #4502AA: hue angle of 263.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4502AA is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 2 | 170 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.33 |
| HSL | 263.93º | 0.98% | 0.34% | - |
| HSV(B) | 263.93º | 0.99% | 0.67% | - |
| XYZ | 9.73 | 4.21 | 38.33 | - |
| YUV | 41.19 | 200.7 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 170 | 0.59 | 0.99 | 0 | 0.33 | 263.93 | 0.98 | 0.34 |
| Hex | 45 | 2 | AA | 3B | 63 | 0 | 21 | 108 | 62 | 22 |
| Octal | 105 | 2 | 252 | 73 | 143 | 0 | 41 | 410 | 142 | 42 |
| Binary | 1000101 | 10 | 10101010 | 111011 | 1100011 | 0 | 100001 | 100001000 | 1100010 | 100010 |
Color Harmonies of #4502AA
Complementary color
Monochromatic Colors of #4502AA
Black with #4502AA
Text Example
Text Example
White with #4502AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4502AA; }
p { color: rgb(69,2,170); }
H1.HeaderClassName
{
color: #4502AA;
}
.AnyTagClassName
{
color: #4502AA;
}
</style>
background-color css
<style>
a { background-color: #4502AA; }
a { background-color: rgb(69,2,170); }
div.DivClassName
{
background-color: #4502AA;
}
.BgClassName
{
background-color: #4502AA;
}
</style>
border-color css
<style>
span { border-color: #4502AA; }
span { border-color: rgb(69,2,170); }
td.TdClassName
{
border-color: #4502AA;
}
.TagClassName
{
border-color: #4502AA;
}
</style>