Shades of Indigo #440D71
Tints of Indigo #440D71
RGB
CMYK
RGB Variations
Color information
#440D71 (or 0x440D71) is known color: Indigo. HEX triplet: 44, 0D and 71. RGB value is (68,13,113). Sum of RGB (Red+Green+Blue) = 68+13+113=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #440D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D71 is #BBF28E. Grayscale: #282828. Windows color (decimal): -12317327 or 7408964. OLE color: 7408964.
HSL color Cylindrical-coordinate representation of color #440D71: hue angle of 273º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440D71 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 13 | 113 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.56 |
| HSL | 273º | 0.79% | 0.25% | - |
| HSV(B) | 273º | 0.88% | 0.44% | - |
| XYZ | 5.51 | 2.71 | 15.86 | - |
| YUV | 40.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 113 | 0.40 | 0.88 | 0 | 0.56 | 273 | 0.79 | 0.25 |
| Hex | 44 | D | 71 | 28 | 58 | 0 | 38 | 111 | 4F | 19 |
| Octal | 104 | 15 | 161 | 50 | 130 | 0 | 70 | 421 | 117 | 31 |
| Binary | 1000100 | 1101 | 1110001 | 101000 | 1011000 | 0 | 111000 | 100010001 | 1001111 | 11001 |
Color Harmonies of #440D71
Complementary color
Monochromatic Colors of #440D71
Black with #440D71
Text Example
Text Example
White with #440D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D71; }
p { color: rgb(68,13,113); }
H1.HeaderClassName
{
color: #440D71;
}
.AnyTagClassName
{
color: #440D71;
}
</style>
background-color css
<style>
a { background-color: #440D71; }
a { background-color: rgb(68,13,113); }
div.DivClassName
{
background-color: #440D71;
}
.BgClassName
{
background-color: #440D71;
}
</style>
border-color css
<style>
span { border-color: #440D71; }
span { border-color: rgb(68,13,113); }
td.TdClassName
{
border-color: #440D71;
}
.TagClassName
{
border-color: #440D71;
}
</style>