Shades of Indigo #45077F
Tints of Indigo #45077F
RGB
CMYK
RGB Variations
Color information
#45077F (or 0x45077F) is known color: Indigo. HEX triplet: 45, 07 and 7F. RGB value is (69,7,127). Sum of RGB (Red+Green+Blue) = 69+7+127=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #45077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45077F is #BAF880. Grayscale: #262626. Windows color (decimal): -12253313 or 8324933. OLE color: 8324933.
HSL color Cylindrical-coordinate representation of color #45077F: hue angle of 271º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45077F is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 7 | 127 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.50 |
| HSL | 271º | 0.9% | 0.26% | - |
| HSV(B) | 271º | 0.94% | 0.5% | - |
| XYZ | 6.36 | 2.95 | 20.31 | - |
| YUV | 39.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 127 | 0.46 | 0.94 | 0 | 0.50 | 271 | 0.9 | 0.26 |
| Hex | 45 | 7 | 7F | 2E | 5E | 0 | 32 | 10F | 5A | 1A |
| Octal | 105 | 7 | 177 | 56 | 136 | 0 | 62 | 417 | 132 | 32 |
| Binary | 1000101 | 111 | 1111111 | 101110 | 1011110 | 0 | 110010 | 100001111 | 1011010 | 11010 |
Color Harmonies of #45077F
Complementary color
Monochromatic Colors of #45077F
Black with #45077F
Text Example
Text Example
White with #45077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45077F; }
p { color: rgb(69,7,127); }
H1.HeaderClassName
{
color: #45077F;
}
.AnyTagClassName
{
color: #45077F;
}
</style>
background-color css
<style>
a { background-color: #45077F; }
a { background-color: rgb(69,7,127); }
div.DivClassName
{
background-color: #45077F;
}
.BgClassName
{
background-color: #45077F;
}
</style>
border-color css
<style>
span { border-color: #45077F; }
span { border-color: rgb(69,7,127); }
td.TdClassName
{
border-color: #45077F;
}
.TagClassName
{
border-color: #45077F;
}
</style>