Shades of Indigo #45118C
Tints of Indigo #45118C
RGB
CMYK
RGB Variations
Color information
#45118C (or 0x45118C) is known color: Indigo. HEX triplet: 45, 11 and 8C. RGB value is (69,17,140). Sum of RGB (Red+Green+Blue) = 69+17+140=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #45118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45118C is #BAEE73. Grayscale: #2E2E2E. Windows color (decimal): -12250740 or 9179461. OLE color: 9179461.
HSL color Cylindrical-coordinate representation of color #45118C: hue angle of 265.37º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45118C is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 17 | 140 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.45 |
| HSL | 265.37º | 0.78% | 0.31% | - |
| HSV(B) | 265.37º | 0.88% | 0.55% | - |
| XYZ | 7.39 | 3.56 | 25.11 | - |
| YUV | 46.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 140 | 0.51 | 0.88 | 0 | 0.45 | 265.37 | 0.78 | 0.31 |
| Hex | 45 | 11 | 8C | 33 | 58 | 0 | 2D | 109 | 4E | 1F |
| Octal | 105 | 21 | 214 | 63 | 130 | 0 | 55 | 411 | 116 | 37 |
| Binary | 1000101 | 10001 | 10001100 | 110011 | 1011000 | 0 | 101101 | 100001001 | 1001110 | 11111 |
Color Harmonies of #45118C
Complementary color
Monochromatic Colors of #45118C
Black with #45118C
Text Example
Text Example
White with #45118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45118C; }
p { color: rgb(69,17,140); }
H1.HeaderClassName
{
color: #45118C;
}
.AnyTagClassName
{
color: #45118C;
}
</style>
background-color css
<style>
a { background-color: #45118C; }
a { background-color: rgb(69,17,140); }
div.DivClassName
{
background-color: #45118C;
}
.BgClassName
{
background-color: #45118C;
}
</style>
border-color css
<style>
span { border-color: #45118C; }
span { border-color: rgb(69,17,140); }
td.TdClassName
{
border-color: #45118C;
}
.TagClassName
{
border-color: #45118C;
}
</style>