Shades of Indigo #44057F
Tints of Indigo #44057F
RGB
CMYK
RGB Variations
Color information
#44057F (or 0x44057F) is known color: Indigo. HEX triplet: 44, 05 and 7F. RGB value is (68,5,127). Sum of RGB (Red+Green+Blue) = 68+5+127=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #44057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44057F is #BBFA80. Grayscale: #252525. Windows color (decimal): -12319361 or 8324420. OLE color: 8324420.
HSL color Cylindrical-coordinate representation of color #44057F: hue angle of 270.98º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44057F is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 5 | 127 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.50 |
| HSL | 270.98º | 0.92% | 0.26% | - |
| HSV(B) | 270.98º | 0.96% | 0.5% | - |
| XYZ | 6.27 | 2.87 | 20.3 | - |
| YUV | 37.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 127 | 0.46 | 0.96 | 0 | 0.50 | 270.98 | 0.92 | 0.26 |
| Hex | 44 | 5 | 7F | 2E | 60 | 0 | 32 | 10F | 5C | 1A |
| Octal | 104 | 5 | 177 | 56 | 140 | 0 | 62 | 417 | 134 | 32 |
| Binary | 1000100 | 101 | 1111111 | 101110 | 1100000 | 0 | 110010 | 100001111 | 1011100 | 11010 |
Color Harmonies of #44057F
Complementary color
Monochromatic Colors of #44057F
Black with #44057F
Text Example
Text Example
White with #44057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44057F; }
p { color: rgb(68,5,127); }
H1.HeaderClassName
{
color: #44057F;
}
.AnyTagClassName
{
color: #44057F;
}
</style>
background-color css
<style>
a { background-color: #44057F; }
a { background-color: rgb(68,5,127); }
div.DivClassName
{
background-color: #44057F;
}
.BgClassName
{
background-color: #44057F;
}
</style>
border-color css
<style>
span { border-color: #44057F; }
span { border-color: rgb(68,5,127); }
td.TdClassName
{
border-color: #44057F;
}
.TagClassName
{
border-color: #44057F;
}
</style>