Shades of Indigo #45026E
Tints of Indigo #45026E
RGB
CMYK
RGB Variations
Color information
#45026E (or 0x45026E) is known color: Indigo. HEX triplet: 45, 02 and 6E. RGB value is (69,2,110). Sum of RGB (Red+Green+Blue) = 69+2+110=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #45026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45026E is #BAFD91. Grayscale: #212121. Windows color (decimal): -12254610 or 7209541. OLE color: 7209541.
HSL color Cylindrical-coordinate representation of color #45026E: hue angle of 277.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45026E is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 2 | 110 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.57 |
| HSL | 277.22º | 0.96% | 0.22% | - |
| HSV(B) | 277.22º | 0.98% | 0.43% | - |
| XYZ | 5.29 | 2.43 | 14.94 | - |
| YUV | 34.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 110 | 0.37 | 0.98 | 0 | 0.57 | 277.22 | 0.96 | 0.22 |
| Hex | 45 | 2 | 6E | 25 | 62 | 0 | 39 | 115 | 60 | 16 |
| Octal | 105 | 2 | 156 | 45 | 142 | 0 | 71 | 425 | 140 | 26 |
| Binary | 1000101 | 10 | 1101110 | 100101 | 1100010 | 0 | 111001 | 100010101 | 1100000 | 10110 |
Color Harmonies of #45026E
Complementary color
Monochromatic Colors of #45026E
Black with #45026E
Text Example
Text Example
White with #45026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45026E; }
p { color: rgb(69,2,110); }
H1.HeaderClassName
{
color: #45026E;
}
.AnyTagClassName
{
color: #45026E;
}
</style>
background-color css
<style>
a { background-color: #45026E; }
a { background-color: rgb(69,2,110); }
div.DivClassName
{
background-color: #45026E;
}
.BgClassName
{
background-color: #45026E;
}
</style>
border-color css
<style>
span { border-color: #45026E; }
span { border-color: rgb(69,2,110); }
td.TdClassName
{
border-color: #45026E;
}
.TagClassName
{
border-color: #45026E;
}
</style>