Shades of Indigo #45006E
Tints of Indigo #45006E
RGB
CMYK
RGB Variations
Color information
#45006E (or 0x45006E) is known color: Indigo. HEX triplet: 45, 00 and 6E. RGB value is (69,0,110). Sum of RGB (Red+Green+Blue) = 69+0+110=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #45006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45006E is #BAFF91. Grayscale: #202020. Windows color (decimal): -12255122 or 7209029. OLE color: 7209029.
HSL color Cylindrical-coordinate representation of color #45006E: hue angle of 277.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45006E is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 0 | 110 | - |
| CMYK | 0.37 | 1 | 0 | 0.57 |
| HSL | 277.64º | 1% | 0.22% | - |
| HSV(B) | 277.64º | 1% | 0.43% | - |
| XYZ | 5.27 | 2.39 | 14.94 | - |
| YUV | 33.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 110 | 0.37 | 1 | 0 | 0.57 | 277.64 | 1 | 0.22 |
| Hex | 45 | 0 | 6E | 25 | 64 | 0 | 39 | 116 | 64 | 16 |
| Octal | 105 | 0 | 156 | 45 | 144 | 0 | 71 | 426 | 144 | 26 |
| Binary | 1000101 | 0 | 1101110 | 100101 | 1100100 | 0 | 111001 | 100010110 | 1100100 | 10110 |
Color Harmonies of #45006E
Complementary color
Monochromatic Colors of #45006E
Black with #45006E
Text Example
Text Example
White with #45006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45006E; }
p { color: rgb(69,0,110); }
H1.HeaderClassName
{
color: #45006E;
}
.AnyTagClassName
{
color: #45006E;
}
</style>
background-color css
<style>
a { background-color: #45006E; }
a { background-color: rgb(69,0,110); }
div.DivClassName
{
background-color: #45006E;
}
.BgClassName
{
background-color: #45006E;
}
</style>
border-color css
<style>
span { border-color: #45006E; }
span { border-color: rgb(69,0,110); }
td.TdClassName
{
border-color: #45006E;
}
.TagClassName
{
border-color: #45006E;
}
</style>