Shades of Indigo #45127D
Tints of Indigo #45127D
RGB
CMYK
RGB Variations
Color information
#45127D (or 0x45127D) is known color: Indigo. HEX triplet: 45, 12 and 7D. RGB value is (69,18,125). Sum of RGB (Red+Green+Blue) = 69+18+125=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #45127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45127D is #BAED82. Grayscale: #2D2D2D. Windows color (decimal): -12250499 or 8196677. OLE color: 8196677.
HSL color Cylindrical-coordinate representation of color #45127D: hue angle of 268.6º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45127D is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 18 | 125 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.51 |
| HSL | 268.6º | 0.75% | 0.28% | - |
| HSV(B) | 268.6º | 0.86% | 0.49% | - |
| XYZ | 6.37 | 3.18 | 19.68 | - |
| YUV | 45.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 125 | 0.45 | 0.86 | 0 | 0.51 | 268.6 | 0.75 | 0.28 |
| Hex | 45 | 12 | 7D | 2D | 56 | 0 | 33 | 10D | 4B | 1C |
| Octal | 105 | 22 | 175 | 55 | 126 | 0 | 63 | 415 | 113 | 34 |
| Binary | 1000101 | 10010 | 1111101 | 101101 | 1010110 | 0 | 110011 | 100001101 | 1001011 | 11100 |
Color Harmonies of #45127D
Complementary color
Monochromatic Colors of #45127D
Black with #45127D
Text Example
Text Example
White with #45127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45127D; }
p { color: rgb(69,18,125); }
H1.HeaderClassName
{
color: #45127D;
}
.AnyTagClassName
{
color: #45127D;
}
</style>
background-color css
<style>
a { background-color: #45127D; }
a { background-color: rgb(69,18,125); }
div.DivClassName
{
background-color: #45127D;
}
.BgClassName
{
background-color: #45127D;
}
</style>
border-color css
<style>
span { border-color: #45127D; }
span { border-color: rgb(69,18,125); }
td.TdClassName
{
border-color: #45127D;
}
.TagClassName
{
border-color: #45127D;
}
</style>