Shades of Indigo #4502AD
Tints of Indigo #4502AD
RGB
CMYK
RGB Variations
Color information
#4502AD (or 0x4502AD) is known color: Indigo. HEX triplet: 45, 02 and AD. RGB value is (69,2,173). Sum of RGB (Red+Green+Blue) = 69+2+173=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #4502AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4502AD is #BAFD52. Grayscale: #282828. Windows color (decimal): -12254547 or 11338309. OLE color: 11338309.
HSL color Cylindrical-coordinate representation of color #4502AD: hue angle of 263.51º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4502AD is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 2 | 173 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.32 |
| HSL | 263.51º | 0.98% | 0.34% | - |
| HSV(B) | 263.51º | 0.99% | 0.68% | - |
| XYZ | 10.02 | 4.33 | 39.84 | - |
| YUV | 41.53 | 202.2 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 173 | 0.60 | 0.99 | 0 | 0.32 | 263.51 | 0.98 | 0.34 |
| Hex | 45 | 2 | AD | 3C | 63 | 0 | 20 | 108 | 62 | 22 |
| Octal | 105 | 2 | 255 | 74 | 143 | 0 | 40 | 410 | 142 | 42 |
| Binary | 1000101 | 10 | 10101101 | 111100 | 1100011 | 0 | 100000 | 100001000 | 1100010 | 100010 |
Color Harmonies of #4502AD
Complementary color
Monochromatic Colors of #4502AD
Black with #4502AD
Text Example
Text Example
White with #4502AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4502AD; }
p { color: rgb(69,2,173); }
H1.HeaderClassName
{
color: #4502AD;
}
.AnyTagClassName
{
color: #4502AD;
}
</style>
background-color css
<style>
a { background-color: #4502AD; }
a { background-color: rgb(69,2,173); }
div.DivClassName
{
background-color: #4502AD;
}
.BgClassName
{
background-color: #4502AD;
}
</style>
border-color css
<style>
span { border-color: #4502AD; }
span { border-color: rgb(69,2,173); }
td.TdClassName
{
border-color: #4502AD;
}
.TagClassName
{
border-color: #4502AD;
}
</style>