Shades of Indigo #45087E
Tints of Indigo #45087E
RGB
CMYK
RGB Variations
Color information
#45087E (or 0x45087E) is known color: Indigo. HEX triplet: 45, 08 and 7E. RGB value is (69,8,126). Sum of RGB (Red+Green+Blue) = 69+8+126=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #45087E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45087E is #BAF781. Grayscale: #272727. Windows color (decimal): -12253058 or 8259653. OLE color: 8259653.
HSL color Cylindrical-coordinate representation of color #45087E: hue angle of 271.02º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45087E is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 8 | 126 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.51 |
| HSL | 271.02º | 0.88% | 0.26% | - |
| HSV(B) | 271.02º | 0.94% | 0.49% | - |
| XYZ | 6.31 | 2.95 | 19.97 | - |
| YUV | 39.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 126 | 0.45 | 0.94 | 0 | 0.51 | 271.02 | 0.88 | 0.26 |
| Hex | 45 | 8 | 7E | 2D | 5E | 0 | 33 | 10F | 58 | 1A |
| Octal | 105 | 10 | 176 | 55 | 136 | 0 | 63 | 417 | 130 | 32 |
| Binary | 1000101 | 1000 | 1111110 | 101101 | 1011110 | 0 | 110011 | 100001111 | 1011000 | 11010 |
Color Harmonies of #45087E
Complementary color
Monochromatic Colors of #45087E
Black with #45087E
Text Example
Text Example
White with #45087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45087E; }
p { color: rgb(69,8,126); }
H1.HeaderClassName
{
color: #45087E;
}
.AnyTagClassName
{
color: #45087E;
}
</style>
background-color css
<style>
a { background-color: #45087E; }
a { background-color: rgb(69,8,126); }
div.DivClassName
{
background-color: #45087E;
}
.BgClassName
{
background-color: #45087E;
}
</style>
border-color css
<style>
span { border-color: #45087E; }
span { border-color: rgb(69,8,126); }
td.TdClassName
{
border-color: #45087E;
}
.TagClassName
{
border-color: #45087E;
}
</style>