Shades of Indigo #45149A
Tints of Indigo #45149A
RGB
CMYK
RGB Variations
Color information
#45149A (or 0x45149A) is known color: Indigo. HEX triplet: 45, 14 and 9A. RGB value is (69,20,154). Sum of RGB (Red+Green+Blue) = 69+20+154=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #45149A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45149A is #BAEB65. Grayscale: #313131. Windows color (decimal): -12249958 or 10097733. OLE color: 10097733.
HSL color Cylindrical-coordinate representation of color #45149A: hue angle of 261.94º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45149A is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 20 | 154 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.40 |
| HSL | 261.94º | 0.77% | 0.34% | - |
| HSV(B) | 261.94º | 0.87% | 0.6% | - |
| XYZ | 8.54 | 4.1 | 30.91 | - |
| YUV | 49.93 | 186.73 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 154 | 0.55 | 0.87 | 0 | 0.40 | 261.94 | 0.77 | 0.34 |
| Hex | 45 | 14 | 9A | 37 | 57 | 0 | 28 | 106 | 4D | 22 |
| Octal | 105 | 24 | 232 | 67 | 127 | 0 | 50 | 406 | 115 | 42 |
| Binary | 1000101 | 10100 | 10011010 | 110111 | 1010111 | 0 | 101000 | 100000110 | 1001101 | 100010 |
Color Harmonies of #45149A
Complementary color
Monochromatic Colors of #45149A
Black with #45149A
Text Example
Text Example
White with #45149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45149A; }
p { color: rgb(69,20,154); }
H1.HeaderClassName
{
color: #45149A;
}
.AnyTagClassName
{
color: #45149A;
}
</style>
background-color css
<style>
a { background-color: #45149A; }
a { background-color: rgb(69,20,154); }
div.DivClassName
{
background-color: #45149A;
}
.BgClassName
{
background-color: #45149A;
}
</style>
border-color css
<style>
span { border-color: #45149A; }
span { border-color: rgb(69,20,154); }
td.TdClassName
{
border-color: #45149A;
}
.TagClassName
{
border-color: #45149A;
}
</style>