Shades of Indigo #45047C
Tints of Indigo #45047C
RGB
CMYK
RGB Variations
Color information
#45047C (or 0x45047C) is known color: Indigo. HEX triplet: 45, 04 and 7C. RGB value is (69,4,124). Sum of RGB (Red+Green+Blue) = 69+4+124=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #45047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45047C is #BAFB83. Grayscale: #242424. Windows color (decimal): -12254084 or 8127557. OLE color: 8127557.
HSL color Cylindrical-coordinate representation of color #45047C: hue angle of 272.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45047C is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 4 | 124 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.51 |
| HSL | 272.5º | 0.94% | 0.25% | - |
| HSV(B) | 272.5º | 0.97% | 0.49% | - |
| XYZ | 6.14 | 2.81 | 19.29 | - |
| YUV | 37.12 | 177.03 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 124 | 0.44 | 0.97 | 0 | 0.51 | 272.5 | 0.94 | 0.25 |
| Hex | 45 | 4 | 7C | 2C | 61 | 0 | 33 | 110 | 5E | 19 |
| Octal | 105 | 4 | 174 | 54 | 141 | 0 | 63 | 420 | 136 | 31 |
| Binary | 1000101 | 100 | 1111100 | 101100 | 1100001 | 0 | 110011 | 100010000 | 1011110 | 11001 |
Color Harmonies of #45047C
Complementary color
Monochromatic Colors of #45047C
Black with #45047C
Text Example
Text Example
White with #45047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45047C; }
p { color: rgb(69,4,124); }
H1.HeaderClassName
{
color: #45047C;
}
.AnyTagClassName
{
color: #45047C;
}
</style>
background-color css
<style>
a { background-color: #45047C; }
a { background-color: rgb(69,4,124); }
div.DivClassName
{
background-color: #45047C;
}
.BgClassName
{
background-color: #45047C;
}
</style>
border-color css
<style>
span { border-color: #45047C; }
span { border-color: rgb(69,4,124); }
td.TdClassName
{
border-color: #45047C;
}
.TagClassName
{
border-color: #45047C;
}
</style>