Shades of Indigo #44077F
Tints of Indigo #44077F
RGB
CMYK
RGB Variations
Color information
#44077F (or 0x44077F) is known color: Indigo. HEX triplet: 44, 07 and 7F. RGB value is (68,7,127). Sum of RGB (Red+Green+Blue) = 68+7+127=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #44077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44077F is #BBF880. Grayscale: #262626. Windows color (decimal): -12318849 or 8324932. OLE color: 8324932.
HSL color Cylindrical-coordinate representation of color #44077F: hue angle of 270.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44077F is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 7 | 127 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.50 |
| HSL | 270.5º | 0.9% | 0.26% | - |
| HSV(B) | 270.5º | 0.94% | 0.5% | - |
| XYZ | 6.29 | 2.91 | 20.31 | - |
| YUV | 38.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 127 | 0.46 | 0.94 | 0 | 0.50 | 270.5 | 0.9 | 0.26 |
| Hex | 44 | 7 | 7F | 2E | 5E | 0 | 32 | 10E | 5A | 1A |
| Octal | 104 | 7 | 177 | 56 | 136 | 0 | 62 | 416 | 132 | 32 |
| Binary | 1000100 | 111 | 1111111 | 101110 | 1011110 | 0 | 110010 | 100001110 | 1011010 | 11010 |
Color Harmonies of #44077F
Complementary color
Monochromatic Colors of #44077F
Black with #44077F
Text Example
Text Example
White with #44077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44077F; }
p { color: rgb(68,7,127); }
H1.HeaderClassName
{
color: #44077F;
}
.AnyTagClassName
{
color: #44077F;
}
</style>
background-color css
<style>
a { background-color: #44077F; }
a { background-color: rgb(68,7,127); }
div.DivClassName
{
background-color: #44077F;
}
.BgClassName
{
background-color: #44077F;
}
</style>
border-color css
<style>
span { border-color: #44077F; }
span { border-color: rgb(68,7,127); }
td.TdClassName
{
border-color: #44077F;
}
.TagClassName
{
border-color: #44077F;
}
</style>