Shades of Indigo #45007B
Tints of Indigo #45007B
RGB
CMYK
RGB Variations
Color information
#45007B (or 0x45007B) is known color: Indigo. HEX triplet: 45, 00 and 7B. RGB value is (69,0,123). Sum of RGB (Red+Green+Blue) = 69+0+123=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #45007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45007B is #BAFF84. Grayscale: #222222. Windows color (decimal): -12255109 or 8060997. OLE color: 8060997.
HSL color Cylindrical-coordinate representation of color #45007B: hue angle of 273.66º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45007B is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 0 | 123 | - |
| CMYK | 0.44 | 1 | 0 | 0.52 |
| HSL | 273.66º | 1% | 0.24% | - |
| HSV(B) | 273.66º | 1% | 0.48% | - |
| XYZ | 6.03 | 2.7 | 18.94 | - |
| YUV | 34.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 123 | 0.44 | 1 | 0 | 0.52 | 273.66 | 1 | 0.24 |
| Hex | 45 | 0 | 7B | 2C | 64 | 0 | 34 | 112 | 64 | 18 |
| Octal | 105 | 0 | 173 | 54 | 144 | 0 | 64 | 422 | 144 | 30 |
| Binary | 1000101 | 0 | 1111011 | 101100 | 1100100 | 0 | 110100 | 100010010 | 1100100 | 11000 |
Color Harmonies of #45007B
Complementary color
Monochromatic Colors of #45007B
Black with #45007B
Text Example
Text Example
White with #45007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45007B; }
p { color: rgb(69,0,123); }
H1.HeaderClassName
{
color: #45007B;
}
.AnyTagClassName
{
color: #45007B;
}
</style>
background-color css
<style>
a { background-color: #45007B; }
a { background-color: rgb(69,0,123); }
div.DivClassName
{
background-color: #45007B;
}
.BgClassName
{
background-color: #45007B;
}
</style>
border-color css
<style>
span { border-color: #45007B; }
span { border-color: rgb(69,0,123); }
td.TdClassName
{
border-color: #45007B;
}
.TagClassName
{
border-color: #45007B;
}
</style>