Shades of Indigo #44107C
Tints of Indigo #44107C
RGB
CMYK
RGB Variations
Color information
#44107C (or 0x44107C) is known color: Indigo. HEX triplet: 44, 10 and 7C. RGB value is (68,16,124). Sum of RGB (Red+Green+Blue) = 68+16+124=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #44107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44107C is #BBEF83. Grayscale: #2B2B2B. Windows color (decimal): -12316548 or 8130628. OLE color: 8130628.
HSL color Cylindrical-coordinate representation of color #44107C: hue angle of 268.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44107C is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 16 | 124 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.51 |
| HSL | 268.89º | 0.77% | 0.27% | - |
| HSV(B) | 268.89º | 0.87% | 0.49% | - |
| XYZ | 6.21 | 3.05 | 19.33 | - |
| YUV | 43.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 124 | 0.45 | 0.87 | 0 | 0.51 | 268.89 | 0.77 | 0.27 |
| Hex | 44 | 10 | 7C | 2D | 57 | 0 | 33 | 10D | 4D | 1B |
| Octal | 104 | 20 | 174 | 55 | 127 | 0 | 63 | 415 | 115 | 33 |
| Binary | 1000100 | 10000 | 1111100 | 101101 | 1010111 | 0 | 110011 | 100001101 | 1001101 | 11011 |
Color Harmonies of #44107C
Complementary color
Monochromatic Colors of #44107C
Black with #44107C
Text Example
Text Example
White with #44107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44107C; }
p { color: rgb(68,16,124); }
H1.HeaderClassName
{
color: #44107C;
}
.AnyTagClassName
{
color: #44107C;
}
</style>
background-color css
<style>
a { background-color: #44107C; }
a { background-color: rgb(68,16,124); }
div.DivClassName
{
background-color: #44107C;
}
.BgClassName
{
background-color: #44107C;
}
</style>
border-color css
<style>
span { border-color: #44107C; }
span { border-color: rgb(68,16,124); }
td.TdClassName
{
border-color: #44107C;
}
.TagClassName
{
border-color: #44107C;
}
</style>