Shades of Indigo #45149E
Tints of Indigo #45149E
RGB
CMYK
RGB Variations
Color information
#45149E (or 0x45149E) is known color: Indigo. HEX triplet: 45, 14 and 9E. RGB value is (69,20,158). Sum of RGB (Red+Green+Blue) = 69+20+158=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #45149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45149E is #BAEB61. Grayscale: #313131. Windows color (decimal): -12249954 or 10359877. OLE color: 10359877.
HSL color Cylindrical-coordinate representation of color #45149E: hue angle of 261.3º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45149E is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 20 | 158 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.38 |
| HSL | 261.3º | 0.78% | 0.35% | - |
| HSV(B) | 261.3º | 0.87% | 0.62% | - |
| XYZ | 8.88 | 4.23 | 32.7 | - |
| YUV | 50.38 | 188.73 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 158 | 0.56 | 0.87 | 0 | 0.38 | 261.3 | 0.78 | 0.35 |
| Hex | 45 | 14 | 9E | 38 | 57 | 0 | 26 | 105 | 4E | 23 |
| Octal | 105 | 24 | 236 | 70 | 127 | 0 | 46 | 405 | 116 | 43 |
| Binary | 1000101 | 10100 | 10011110 | 111000 | 1010111 | 0 | 100110 | 100000101 | 1001110 | 100011 |
Color Harmonies of #45149E
Complementary color
Monochromatic Colors of #45149E
Black with #45149E
Text Example
Text Example
White with #45149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45149E; }
p { color: rgb(69,20,158); }
H1.HeaderClassName
{
color: #45149E;
}
.AnyTagClassName
{
color: #45149E;
}
</style>
background-color css
<style>
a { background-color: #45149E; }
a { background-color: rgb(69,20,158); }
div.DivClassName
{
background-color: #45149E;
}
.BgClassName
{
background-color: #45149E;
}
</style>
border-color css
<style>
span { border-color: #45149E; }
span { border-color: rgb(69,20,158); }
td.TdClassName
{
border-color: #45149E;
}
.TagClassName
{
border-color: #45149E;
}
</style>