Shades of Indigo #45137C
Tints of Indigo #45137C
RGB
CMYK
RGB Variations
Color information
#45137C (or 0x45137C) is known color: Indigo. HEX triplet: 45, 13 and 7C. RGB value is (69,19,124). Sum of RGB (Red+Green+Blue) = 69+19+124=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #45137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45137C is #BAEC83. Grayscale: #2D2D2D. Windows color (decimal): -12250244 or 8131397. OLE color: 8131397.
HSL color Cylindrical-coordinate representation of color #45137C: hue angle of 268.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45137C is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 19 | 124 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.51 |
| HSL | 268.57º | 0.73% | 0.28% | - |
| HSV(B) | 268.57º | 0.85% | 0.49% | - |
| XYZ | 6.33 | 3.19 | 19.35 | - |
| YUV | 45.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 124 | 0.44 | 0.85 | 0 | 0.51 | 268.57 | 0.73 | 0.28 |
| Hex | 45 | 13 | 7C | 2C | 55 | 0 | 33 | 10D | 49 | 1C |
| Octal | 105 | 23 | 174 | 54 | 125 | 0 | 63 | 415 | 111 | 34 |
| Binary | 1000101 | 10011 | 1111100 | 101100 | 1010101 | 0 | 110011 | 100001101 | 1001001 | 11100 |
Color Harmonies of #45137C
Complementary color
Monochromatic Colors of #45137C
Black with #45137C
Text Example
Text Example
White with #45137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45137C; }
p { color: rgb(69,19,124); }
H1.HeaderClassName
{
color: #45137C;
}
.AnyTagClassName
{
color: #45137C;
}
</style>
background-color css
<style>
a { background-color: #45137C; }
a { background-color: rgb(69,19,124); }
div.DivClassName
{
background-color: #45137C;
}
.BgClassName
{
background-color: #45137C;
}
</style>
border-color css
<style>
span { border-color: #45137C; }
span { border-color: rgb(69,19,124); }
td.TdClassName
{
border-color: #45137C;
}
.TagClassName
{
border-color: #45137C;
}
</style>