Shades of Indigo #45147D
Tints of Indigo #45147D
RGB
CMYK
RGB Variations
Color information
#45147D (or 0x45147D) is known color: Indigo. HEX triplet: 45, 14 and 7D. RGB value is (69,20,125). Sum of RGB (Red+Green+Blue) = 69+20+125=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #45147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45147D is #BAEB82. Grayscale: #2E2E2E. Windows color (decimal): -12249987 or 8197189. OLE color: 8197189.
HSL color Cylindrical-coordinate representation of color #45147D: hue angle of 268º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45147D is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 20 | 125 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.51 |
| HSL | 268º | 0.72% | 0.28% | - |
| HSV(B) | 268º | 0.84% | 0.49% | - |
| XYZ | 6.41 | 3.25 | 19.69 | - |
| YUV | 46.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 125 | 0.45 | 0.84 | 0 | 0.51 | 268 | 0.72 | 0.28 |
| Hex | 45 | 14 | 7D | 2D | 54 | 0 | 33 | 10C | 48 | 1C |
| Octal | 105 | 24 | 175 | 55 | 124 | 0 | 63 | 414 | 110 | 34 |
| Binary | 1000101 | 10100 | 1111101 | 101101 | 1010100 | 0 | 110011 | 100001100 | 1001000 | 11100 |
Color Harmonies of #45147D
Complementary color
Monochromatic Colors of #45147D
Black with #45147D
Text Example
Text Example
White with #45147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45147D; }
p { color: rgb(69,20,125); }
H1.HeaderClassName
{
color: #45147D;
}
.AnyTagClassName
{
color: #45147D;
}
</style>
background-color css
<style>
a { background-color: #45147D; }
a { background-color: rgb(69,20,125); }
div.DivClassName
{
background-color: #45147D;
}
.BgClassName
{
background-color: #45147D;
}
</style>
border-color css
<style>
span { border-color: #45147D; }
span { border-color: rgb(69,20,125); }
td.TdClassName
{
border-color: #45147D;
}
.TagClassName
{
border-color: #45147D;
}
</style>