Shades of Indigo #4505A8
Tints of Indigo #4505A8
RGB
CMYK
RGB Variations
Color information
#4505A8 (or 0x4505A8) is known color: Indigo. HEX triplet: 45, 05 and A8. RGB value is (69,5,168). Sum of RGB (Red+Green+Blue) = 69+5+168=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 168 (66.02% from 255 or 69.42% from 242); Max value from RGB is 168 - color contains mainly: blue. Hex color #4505A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4505A8 is #BAFA57. Grayscale: #2A2A2A. Windows color (decimal): -12253784 or 11011397. OLE color: 11011397.
HSL color Cylindrical-coordinate representation of color #4505A8: hue angle of 263.56º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4505A8 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 5 | 168 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.34 |
| HSL | 263.56º | 0.94% | 0.34% | - |
| HSV(B) | 263.56º | 0.97% | 0.66% | - |
| XYZ | 9.58 | 4.2 | 37.35 | - |
| YUV | 42.72 | 198.7 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 168 | 0.59 | 0.97 | 0 | 0.34 | 263.56 | 0.94 | 0.34 |
| Hex | 45 | 5 | A8 | 3B | 61 | 0 | 22 | 108 | 5E | 22 |
| Octal | 105 | 5 | 250 | 73 | 141 | 0 | 42 | 410 | 136 | 42 |
| Binary | 1000101 | 101 | 10101000 | 111011 | 1100001 | 0 | 100010 | 100001000 | 1011110 | 100010 |
Color Harmonies of #4505A8
Complementary color
Monochromatic Colors of #4505A8
Black with #4505A8
Text Example
Text Example
White with #4505A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4505A8; }
p { color: rgb(69,5,168); }
H1.HeaderClassName
{
color: #4505A8;
}
.AnyTagClassName
{
color: #4505A8;
}
</style>
background-color css
<style>
a { background-color: #4505A8; }
a { background-color: rgb(69,5,168); }
div.DivClassName
{
background-color: #4505A8;
}
.BgClassName
{
background-color: #4505A8;
}
</style>
border-color css
<style>
span { border-color: #4505A8; }
span { border-color: rgb(69,5,168); }
td.TdClassName
{
border-color: #4505A8;
}
.TagClassName
{
border-color: #4505A8;
}
</style>