Shades of Indigo #4503AC
Tints of Indigo #4503AC
RGB
CMYK
RGB Variations
Color information
#4503AC (or 0x4503AC) is known color: Indigo. HEX triplet: 45, 03 and AC. RGB value is (69,3,172). Sum of RGB (Red+Green+Blue) = 69+3+172=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #4503AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4503AC is #BAFC53. Grayscale: #292929. Windows color (decimal): -12254292 or 11273029. OLE color: 11273029.
HSL color Cylindrical-coordinate representation of color #4503AC: hue angle of 263.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4503AC is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 3 | 172 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.33 |
| HSL | 263.43º | 0.97% | 0.34% | - |
| HSV(B) | 263.43º | 0.98% | 0.67% | - |
| XYZ | 9.93 | 4.31 | 39.34 | - |
| YUV | 42 | 201.37 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 172 | 0.60 | 0.98 | 0 | 0.33 | 263.43 | 0.97 | 0.34 |
| Hex | 45 | 3 | AC | 3C | 62 | 0 | 21 | 107 | 61 | 22 |
| Octal | 105 | 3 | 254 | 74 | 142 | 0 | 41 | 407 | 141 | 42 |
| Binary | 1000101 | 11 | 10101100 | 111100 | 1100010 | 0 | 100001 | 100000111 | 1100001 | 100010 |
Color Harmonies of #4503AC
Complementary color
Monochromatic Colors of #4503AC
Black with #4503AC
Text Example
Text Example
White with #4503AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503AC; }
p { color: rgb(69,3,172); }
H1.HeaderClassName
{
color: #4503AC;
}
.AnyTagClassName
{
color: #4503AC;
}
</style>
background-color css
<style>
a { background-color: #4503AC; }
a { background-color: rgb(69,3,172); }
div.DivClassName
{
background-color: #4503AC;
}
.BgClassName
{
background-color: #4503AC;
}
</style>
border-color css
<style>
span { border-color: #4503AC; }
span { border-color: rgb(69,3,172); }
td.TdClassName
{
border-color: #4503AC;
}
.TagClassName
{
border-color: #4503AC;
}
</style>