Shades of Indigo #44057C
Tints of Indigo #44057C
RGB
CMYK
RGB Variations
Color information
#44057C (or 0x44057C) is known color: Indigo. HEX triplet: 44, 05 and 7C. RGB value is (68,5,124). Sum of RGB (Red+Green+Blue) = 68+5+124=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #44057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44057C is #BBFA83. Grayscale: #242424. Windows color (decimal): -12319364 or 8127812. OLE color: 8127812.
HSL color Cylindrical-coordinate representation of color #44057C: hue angle of 271.76º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44057C is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 5 | 124 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.51 |
| HSL | 271.76º | 0.92% | 0.25% | - |
| HSV(B) | 271.76º | 0.96% | 0.49% | - |
| XYZ | 6.08 | 2.79 | 19.29 | - |
| YUV | 37.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 124 | 0.45 | 0.96 | 0 | 0.51 | 271.76 | 0.92 | 0.25 |
| Hex | 44 | 5 | 7C | 2D | 60 | 0 | 33 | 110 | 5C | 19 |
| Octal | 104 | 5 | 174 | 55 | 140 | 0 | 63 | 420 | 134 | 31 |
| Binary | 1000100 | 101 | 1111100 | 101101 | 1100000 | 0 | 110011 | 100010000 | 1011100 | 11001 |
Color Harmonies of #44057C
Complementary color
Monochromatic Colors of #44057C
Black with #44057C
Text Example
Text Example
White with #44057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44057C; }
p { color: rgb(68,5,124); }
H1.HeaderClassName
{
color: #44057C;
}
.AnyTagClassName
{
color: #44057C;
}
</style>
background-color css
<style>
a { background-color: #44057C; }
a { background-color: rgb(68,5,124); }
div.DivClassName
{
background-color: #44057C;
}
.BgClassName
{
background-color: #44057C;
}
</style>
border-color css
<style>
span { border-color: #44057C; }
span { border-color: rgb(68,5,124); }
td.TdClassName
{
border-color: #44057C;
}
.TagClassName
{
border-color: #44057C;
}
</style>