Shades of Indigo #450EA1
Tints of Indigo #450EA1
RGB
CMYK
RGB Variations
Color information
#450EA1 (or 0x450EA1) is known color: Indigo. HEX triplet: 45, 0E and A1. RGB value is (69,14,161). Sum of RGB (Red+Green+Blue) = 69+14+161=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #450EA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450EA1 is #BAF15E. Grayscale: #2E2E2E. Windows color (decimal): -12251487 or 10554949. OLE color: 10554949.
HSL color Cylindrical-coordinate representation of color #450EA1: hue angle of 262.45º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450EA1 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 14 | 161 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.37 |
| HSL | 262.45º | 0.84% | 0.34% | - |
| HSV(B) | 262.45º | 0.91% | 0.63% | - |
| XYZ | 9.04 | 4.15 | 34.04 | - |
| YUV | 47.2 | 192.22 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 161 | 0.57 | 0.91 | 0 | 0.37 | 262.45 | 0.84 | 0.34 |
| Hex | 45 | E | A1 | 39 | 5B | 0 | 25 | 106 | 54 | 22 |
| Octal | 105 | 16 | 241 | 71 | 133 | 0 | 45 | 406 | 124 | 42 |
| Binary | 1000101 | 1110 | 10100001 | 111001 | 1011011 | 0 | 100101 | 100000110 | 1010100 | 100010 |
Color Harmonies of #450EA1
Complementary color
Monochromatic Colors of #450EA1
Black with #450EA1
Text Example
Text Example
White with #450EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EA1; }
p { color: rgb(69,14,161); }
H1.HeaderClassName
{
color: #450EA1;
}
.AnyTagClassName
{
color: #450EA1;
}
</style>
background-color css
<style>
a { background-color: #450EA1; }
a { background-color: rgb(69,14,161); }
div.DivClassName
{
background-color: #450EA1;
}
.BgClassName
{
background-color: #450EA1;
}
</style>
border-color css
<style>
span { border-color: #450EA1; }
span { border-color: rgb(69,14,161); }
td.TdClassName
{
border-color: #450EA1;
}
.TagClassName
{
border-color: #450EA1;
}
</style>