Shades of Indigo #45046E
Tints of Indigo #45046E
RGB
CMYK
RGB Variations
Color information
#45046E (or 0x45046E) is known color: Indigo. HEX triplet: 45, 04 and 6E. RGB value is (69,4,110). Sum of RGB (Red+Green+Blue) = 69+4+110=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #45046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45046E is #BAFB91. Grayscale: #232323. Windows color (decimal): -12254098 or 7210053. OLE color: 7210053.
HSL color Cylindrical-coordinate representation of color #45046E: hue angle of 276.79º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45046E is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 4 | 110 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.57 |
| HSL | 276.79º | 0.93% | 0.22% | - |
| HSV(B) | 276.79º | 0.96% | 0.43% | - |
| XYZ | 5.31 | 2.48 | 14.95 | - |
| YUV | 35.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 110 | 0.37 | 0.96 | 0 | 0.57 | 276.79 | 0.93 | 0.22 |
| Hex | 45 | 4 | 6E | 25 | 60 | 0 | 39 | 115 | 5D | 16 |
| Octal | 105 | 4 | 156 | 45 | 140 | 0 | 71 | 425 | 135 | 26 |
| Binary | 1000101 | 100 | 1101110 | 100101 | 1100000 | 0 | 111001 | 100010101 | 1011101 | 10110 |
Color Harmonies of #45046E
Complementary color
Monochromatic Colors of #45046E
Black with #45046E
Text Example
Text Example
White with #45046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45046E; }
p { color: rgb(69,4,110); }
H1.HeaderClassName
{
color: #45046E;
}
.AnyTagClassName
{
color: #45046E;
}
</style>
background-color css
<style>
a { background-color: #45046E; }
a { background-color: rgb(69,4,110); }
div.DivClassName
{
background-color: #45046E;
}
.BgClassName
{
background-color: #45046E;
}
</style>
border-color css
<style>
span { border-color: #45046E; }
span { border-color: rgb(69,4,110); }
td.TdClassName
{
border-color: #45046E;
}
.TagClassName
{
border-color: #45046E;
}
</style>