Shades of Indigo #44046C
Tints of Indigo #44046C
RGB
CMYK
RGB Variations
Color information
#44046C (or 0x44046C) is known color: Indigo. HEX triplet: 44, 04 and 6C. RGB value is (68,4,108). Sum of RGB (Red+Green+Blue) = 68+4+108=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #44046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44046C is #BBFB93. Grayscale: #222222. Windows color (decimal): -12319636 or 7078980. OLE color: 7078980.
HSL color Cylindrical-coordinate representation of color #44046C: hue angle of 276.92º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44046C is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 4 | 108 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.58 |
| HSL | 276.92º | 0.93% | 0.22% | - |
| HSV(B) | 276.92º | 0.96% | 0.42% | - |
| XYZ | 5.13 | 2.4 | 14.38 | - |
| YUV | 34.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 108 | 0.37 | 0.96 | 0 | 0.58 | 276.92 | 0.93 | 0.22 |
| Hex | 44 | 4 | 6C | 25 | 60 | 0 | 3A | 115 | 5D | 16 |
| Octal | 104 | 4 | 154 | 45 | 140 | 0 | 72 | 425 | 135 | 26 |
| Binary | 1000100 | 100 | 1101100 | 100101 | 1100000 | 0 | 111010 | 100010101 | 1011101 | 10110 |
Color Harmonies of #44046C
Complementary color
Monochromatic Colors of #44046C
Black with #44046C
Text Example
Text Example
White with #44046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44046C; }
p { color: rgb(68,4,108); }
H1.HeaderClassName
{
color: #44046C;
}
.AnyTagClassName
{
color: #44046C;
}
</style>
background-color css
<style>
a { background-color: #44046C; }
a { background-color: rgb(68,4,108); }
div.DivClassName
{
background-color: #44046C;
}
.BgClassName
{
background-color: #44046C;
}
</style>
border-color css
<style>
span { border-color: #44046C; }
span { border-color: rgb(68,4,108); }
td.TdClassName
{
border-color: #44046C;
}
.TagClassName
{
border-color: #44046C;
}
</style>