Shades of Indigo #44077B
Tints of Indigo #44077B
RGB
CMYK
RGB Variations
Color information
#44077B (or 0x44077B) is known color: Indigo. HEX triplet: 44, 07 and 7B. RGB value is (68,7,123). Sum of RGB (Red+Green+Blue) = 68+7+123=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #44077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44077B is #BBF884. Grayscale: #262626. Windows color (decimal): -12318853 or 8062788. OLE color: 8062788.
HSL color Cylindrical-coordinate representation of color #44077B: hue angle of 271.55º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44077B is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 7 | 123 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.52 |
| HSL | 271.55º | 0.89% | 0.25% | - |
| HSV(B) | 271.55º | 0.94% | 0.48% | - |
| XYZ | 6.04 | 2.81 | 18.96 | - |
| YUV | 38.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 123 | 0.45 | 0.94 | 0 | 0.52 | 271.55 | 0.89 | 0.25 |
| Hex | 44 | 7 | 7B | 2D | 5E | 0 | 34 | 110 | 59 | 19 |
| Octal | 104 | 7 | 173 | 55 | 136 | 0 | 64 | 420 | 131 | 31 |
| Binary | 1000100 | 111 | 1111011 | 101101 | 1011110 | 0 | 110100 | 100010000 | 1011001 | 11001 |
Color Harmonies of #44077B
Complementary color
Monochromatic Colors of #44077B
Black with #44077B
Text Example
Text Example
White with #44077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44077B; }
p { color: rgb(68,7,123); }
H1.HeaderClassName
{
color: #44077B;
}
.AnyTagClassName
{
color: #44077B;
}
</style>
background-color css
<style>
a { background-color: #44077B; }
a { background-color: rgb(68,7,123); }
div.DivClassName
{
background-color: #44077B;
}
.BgClassName
{
background-color: #44077B;
}
</style>
border-color css
<style>
span { border-color: #44077B; }
span { border-color: rgb(68,7,123); }
td.TdClassName
{
border-color: #44077B;
}
.TagClassName
{
border-color: #44077B;
}
</style>