Shades of Indigo #45008C
Tints of Indigo #45008C
RGB
CMYK
RGB Variations
Color information
#45008C (or 0x45008C) is known color: Indigo. HEX triplet: 45, 00 and 8C. RGB value is (69,0,140). Sum of RGB (Red+Green+Blue) = 69+0+140=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #45008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45008C is #BAFF73. Grayscale: #242424. Windows color (decimal): -12255092 or 9175109. OLE color: 9175109.
HSL color Cylindrical-coordinate representation of color #45008C: hue angle of 269.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45008C is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 0 | 140 | - |
| CMYK | 0.51 | 1 | 0 | 0.45 |
| HSL | 269.57º | 1% | 0.27% | - |
| HSV(B) | 269.57º | 1% | 0.55% | - |
| XYZ | 7.19 | 3.16 | 25.04 | - |
| YUV | 36.59 | 186.36 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 140 | 0.51 | 1 | 0 | 0.45 | 269.57 | 1 | 0.27 |
| Hex | 45 | 0 | 8C | 33 | 64 | 0 | 2D | 10E | 64 | 1B |
| Octal | 105 | 0 | 214 | 63 | 144 | 0 | 55 | 416 | 144 | 33 |
| Binary | 1000101 | 0 | 10001100 | 110011 | 1100100 | 0 | 101101 | 100001110 | 1100100 | 11011 |
Color Harmonies of #45008C
Complementary color
Monochromatic Colors of #45008C
Black with #45008C
Text Example
Text Example
White with #45008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45008C; }
p { color: rgb(69,0,140); }
H1.HeaderClassName
{
color: #45008C;
}
.AnyTagClassName
{
color: #45008C;
}
</style>
background-color css
<style>
a { background-color: #45008C; }
a { background-color: rgb(69,0,140); }
div.DivClassName
{
background-color: #45008C;
}
.BgClassName
{
background-color: #45008C;
}
</style>
border-color css
<style>
span { border-color: #45008C; }
span { border-color: rgb(69,0,140); }
td.TdClassName
{
border-color: #45008C;
}
.TagClassName
{
border-color: #45008C;
}
</style>