Shades of Indigo #4505A1
Tints of Indigo #4505A1
RGB
CMYK
RGB Variations
Color information
#4505A1 (or 0x4505A1) is known color: Indigo. HEX triplet: 45, 05 and A1. RGB value is (69,5,161). Sum of RGB (Red+Green+Blue) = 69+5+161=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 161 (63.28% from 255 or 68.51% from 235); Max value from RGB is 161 - color contains mainly: blue. Hex color #4505A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4505A1 is #BAFA5E. Grayscale: #292929. Windows color (decimal): -12253791 or 10552645. OLE color: 10552645.
HSL color Cylindrical-coordinate representation of color #4505A1: hue angle of 264.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4505A1 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 5 | 161 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.37 |
| HSL | 264.62º | 0.94% | 0.33% | - |
| HSV(B) | 264.62º | 0.97% | 0.63% | - |
| XYZ | 8.94 | 3.95 | 34.01 | - |
| YUV | 41.92 | 195.2 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 161 | 0.57 | 0.97 | 0 | 0.37 | 264.62 | 0.94 | 0.33 |
| Hex | 45 | 5 | A1 | 39 | 61 | 0 | 25 | 109 | 5E | 21 |
| Octal | 105 | 5 | 241 | 71 | 141 | 0 | 45 | 411 | 136 | 41 |
| Binary | 1000101 | 101 | 10100001 | 111001 | 1100001 | 0 | 100101 | 100001001 | 1011110 | 100001 |
Color Harmonies of #4505A1
Complementary color
Monochromatic Colors of #4505A1
Black with #4505A1
Text Example
Text Example
White with #4505A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4505A1; }
p { color: rgb(69,5,161); }
H1.HeaderClassName
{
color: #4505A1;
}
.AnyTagClassName
{
color: #4505A1;
}
</style>
background-color css
<style>
a { background-color: #4505A1; }
a { background-color: rgb(69,5,161); }
div.DivClassName
{
background-color: #4505A1;
}
.BgClassName
{
background-color: #4505A1;
}
</style>
border-color css
<style>
span { border-color: #4505A1; }
span { border-color: rgb(69,5,161); }
td.TdClassName
{
border-color: #4505A1;
}
.TagClassName
{
border-color: #4505A1;
}
</style>