Shades of Indigo #45006D
Tints of Indigo #45006D
RGB
CMYK
RGB Variations
Color information
#45006D (or 0x45006D) is known color: Indigo. HEX triplet: 45, 00 and 6D. RGB value is (69,0,109). Sum of RGB (Red+Green+Blue) = 69+0+109=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #45006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45006D is #BAFF92. Grayscale: #202020. Windows color (decimal): -12255123 or 7143493. OLE color: 7143493.
HSL color Cylindrical-coordinate representation of color #45006D: hue angle of 277.98º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45006D is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 0 | 109 | - |
| CMYK | 0.37 | 1 | 0 | 0.57 |
| HSL | 277.98º | 1% | 0.21% | - |
| HSV(B) | 277.98º | 1% | 0.43% | - |
| XYZ | 5.21 | 2.37 | 14.65 | - |
| YUV | 33.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 109 | 0.37 | 1 | 0 | 0.57 | 277.98 | 1 | 0.21 |
| Hex | 45 | 0 | 6D | 25 | 64 | 0 | 39 | 116 | 64 | 15 |
| Octal | 105 | 0 | 155 | 45 | 144 | 0 | 71 | 426 | 144 | 25 |
| Binary | 1000101 | 0 | 1101101 | 100101 | 1100100 | 0 | 111001 | 100010110 | 1100100 | 10101 |
Color Harmonies of #45006D
Complementary color
Monochromatic Colors of #45006D
Black with #45006D
Text Example
Text Example
White with #45006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45006D; }
p { color: rgb(69,0,109); }
H1.HeaderClassName
{
color: #45006D;
}
.AnyTagClassName
{
color: #45006D;
}
</style>
background-color css
<style>
a { background-color: #45006D; }
a { background-color: rgb(69,0,109); }
div.DivClassName
{
background-color: #45006D;
}
.BgClassName
{
background-color: #45006D;
}
</style>
border-color css
<style>
span { border-color: #45006D; }
span { border-color: rgb(69,0,109); }
td.TdClassName
{
border-color: #45006D;
}
.TagClassName
{
border-color: #45006D;
}
</style>