Shades of Indigo #45087B
Tints of Indigo #45087B
RGB
CMYK
RGB Variations
Color information
#45087B (or 0x45087B) is known color: Indigo. HEX triplet: 45, 08 and 7B. RGB value is (69,8,123). Sum of RGB (Red+Green+Blue) = 69+8+123=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #45087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45087B is #BAF784. Grayscale: #262626. Windows color (decimal): -12253061 or 8063045. OLE color: 8063045.
HSL color Cylindrical-coordinate representation of color #45087B: hue angle of 271.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45087B is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 8 | 123 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.52 |
| HSL | 271.83º | 0.88% | 0.26% | - |
| HSV(B) | 271.83º | 0.93% | 0.48% | - |
| XYZ | 6.12 | 2.87 | 18.97 | - |
| YUV | 39.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 123 | 0.44 | 0.93 | 0 | 0.52 | 271.83 | 0.88 | 0.26 |
| Hex | 45 | 8 | 7B | 2C | 5D | 0 | 34 | 110 | 58 | 1A |
| Octal | 105 | 10 | 173 | 54 | 135 | 0 | 64 | 420 | 130 | 32 |
| Binary | 1000101 | 1000 | 1111011 | 101100 | 1011101 | 0 | 110100 | 100010000 | 1011000 | 11010 |
Color Harmonies of #45087B
Complementary color
Monochromatic Colors of #45087B
Black with #45087B
Text Example
Text Example
White with #45087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45087B; }
p { color: rgb(69,8,123); }
H1.HeaderClassName
{
color: #45087B;
}
.AnyTagClassName
{
color: #45087B;
}
</style>
background-color css
<style>
a { background-color: #45087B; }
a { background-color: rgb(69,8,123); }
div.DivClassName
{
background-color: #45087B;
}
.BgClassName
{
background-color: #45087B;
}
</style>
border-color css
<style>
span { border-color: #45087B; }
span { border-color: rgb(69,8,123); }
td.TdClassName
{
border-color: #45087B;
}
.TagClassName
{
border-color: #45087B;
}
</style>