Shades of Indigo #45006C
Tints of Indigo #45006C
RGB
CMYK
RGB Variations
Color information
#45006C (or 0x45006C) is known color: Indigo. HEX triplet: 45, 00 and 6C. RGB value is (69,0,108). Sum of RGB (Red+Green+Blue) = 69+0+108=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #45006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45006C is #BAFF93. Grayscale: #202020. Windows color (decimal): -12255124 or 7077957. OLE color: 7077957.
HSL color Cylindrical-coordinate representation of color #45006C: hue angle of 278.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45006C is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 0 | 108 | - |
| CMYK | 0.36 | 1 | 0 | 0.58 |
| HSL | 278.33º | 1% | 0.21% | - |
| HSV(B) | 278.33º | 1% | 0.42% | - |
| XYZ | 5.16 | 2.35 | 14.37 | - |
| YUV | 32.94 | 170.36 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 108 | 0.36 | 1 | 0 | 0.58 | 278.33 | 1 | 0.21 |
| Hex | 45 | 0 | 6C | 24 | 64 | 0 | 3A | 116 | 64 | 15 |
| Octal | 105 | 0 | 154 | 44 | 144 | 0 | 72 | 426 | 144 | 25 |
| Binary | 1000101 | 0 | 1101100 | 100100 | 1100100 | 0 | 111010 | 100010110 | 1100100 | 10101 |
Color Harmonies of #45006C
Complementary color
Monochromatic Colors of #45006C
Black with #45006C
Text Example
Text Example
White with #45006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45006C; }
p { color: rgb(69,0,108); }
H1.HeaderClassName
{
color: #45006C;
}
.AnyTagClassName
{
color: #45006C;
}
</style>
background-color css
<style>
a { background-color: #45006C; }
a { background-color: rgb(69,0,108); }
div.DivClassName
{
background-color: #45006C;
}
.BgClassName
{
background-color: #45006C;
}
</style>
border-color css
<style>
span { border-color: #45006C; }
span { border-color: rgb(69,0,108); }
td.TdClassName
{
border-color: #45006C;
}
.TagClassName
{
border-color: #45006C;
}
</style>