Shades of Indigo #45076F
Tints of Indigo #45076F
RGB
CMYK
RGB Variations
Color information
#45076F (or 0x45076F) is known color: Indigo. HEX triplet: 45, 07 and 6F. RGB value is (69,7,111). Sum of RGB (Red+Green+Blue) = 69+7+111=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #45076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45076F is #BAF890. Grayscale: #252525. Windows color (decimal): -12253329 or 7276357. OLE color: 7276357.
HSL color Cylindrical-coordinate representation of color #45076F: hue angle of 275.77º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45076F is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 7 | 111 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.56 |
| HSL | 275.77º | 0.88% | 0.23% | - |
| HSV(B) | 275.77º | 0.94% | 0.44% | - |
| XYZ | 5.4 | 2.56 | 15.25 | - |
| YUV | 37.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 111 | 0.38 | 0.94 | 0 | 0.56 | 275.77 | 0.88 | 0.23 |
| Hex | 45 | 7 | 6F | 26 | 5E | 0 | 38 | 114 | 58 | 17 |
| Octal | 105 | 7 | 157 | 46 | 136 | 0 | 70 | 424 | 130 | 27 |
| Binary | 1000101 | 111 | 1101111 | 100110 | 1011110 | 0 | 111000 | 100010100 | 1011000 | 10111 |
Color Harmonies of #45076F
Complementary color
Monochromatic Colors of #45076F
Black with #45076F
Text Example
Text Example
White with #45076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45076F; }
p { color: rgb(69,7,111); }
H1.HeaderClassName
{
color: #45076F;
}
.AnyTagClassName
{
color: #45076F;
}
</style>
background-color css
<style>
a { background-color: #45076F; }
a { background-color: rgb(69,7,111); }
div.DivClassName
{
background-color: #45076F;
}
.BgClassName
{
background-color: #45076F;
}
</style>
border-color css
<style>
span { border-color: #45076F; }
span { border-color: rgb(69,7,111); }
td.TdClassName
{
border-color: #45076F;
}
.TagClassName
{
border-color: #45076F;
}
</style>