Shades of Indigo #4500A3
Tints of Indigo #4500A3
RGB
CMYK
RGB Variations
Color information
#4500A3 (or 0x4500A3) is known color: Indigo. HEX triplet: 45, 00 and A3. RGB value is (69,0,163). Sum of RGB (Red+Green+Blue) = 69+0+163=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #4500A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4500A3 is #BAFF5C. Grayscale: #262626. Windows color (decimal): -12255069 or 10682437. OLE color: 10682437.
HSL color Cylindrical-coordinate representation of color #4500A3: hue angle of 265.4º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500A3 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 0 | 163 | - |
| CMYK | 0.58 | 1 | 0 | 0.36 |
| HSL | 265.4º | 1% | 0.32% | - |
| HSV(B) | 265.4º | 1% | 0.64% | - |
| XYZ | 9.07 | 3.91 | 34.93 | - |
| YUV | 39.21 | 197.86 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 163 | 0.58 | 1 | 0 | 0.36 | 265.4 | 1 | 0.32 |
| Hex | 45 | 0 | A3 | 3A | 64 | 0 | 24 | 109 | 64 | 20 |
| Octal | 105 | 0 | 243 | 72 | 144 | 0 | 44 | 411 | 144 | 40 |
| Binary | 1000101 | 0 | 10100011 | 111010 | 1100100 | 0 | 100100 | 100001001 | 1100100 | 100000 |
Color Harmonies of #4500A3
Complementary color
Monochromatic Colors of #4500A3
Black with #4500A3
Text Example
Text Example
White with #4500A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500A3; }
p { color: rgb(69,0,163); }
H1.HeaderClassName
{
color: #4500A3;
}
.AnyTagClassName
{
color: #4500A3;
}
</style>
background-color css
<style>
a { background-color: #4500A3; }
a { background-color: rgb(69,0,163); }
div.DivClassName
{
background-color: #4500A3;
}
.BgClassName
{
background-color: #4500A3;
}
</style>
border-color css
<style>
span { border-color: #4500A3; }
span { border-color: rgb(69,0,163); }
td.TdClassName
{
border-color: #4500A3;
}
.TagClassName
{
border-color: #4500A3;
}
</style>