Shades of Indigo #440C73
Tints of Indigo #440C73
RGB
CMYK
RGB Variations
Color information
#440C73 (or 0x440C73) is known color: Indigo. HEX triplet: 44, 0C and 73. RGB value is (68,12,115). Sum of RGB (Red+Green+Blue) = 68+12+115=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #440C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C73 is #BBF38C. Grayscale: #282828. Windows color (decimal): -12317581 or 7539780. OLE color: 7539780.
HSL color Cylindrical-coordinate representation of color #440C73: hue angle of 272.62º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440C73 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 12 | 115 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.55 |
| HSL | 272.62º | 0.81% | 0.25% | - |
| HSV(B) | 272.62º | 0.9% | 0.45% | - |
| XYZ | 5.61 | 2.73 | 16.45 | - |
| YUV | 40.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 115 | 0.41 | 0.90 | 0 | 0.55 | 272.62 | 0.81 | 0.25 |
| Hex | 44 | C | 73 | 29 | 5A | 0 | 37 | 111 | 51 | 19 |
| Octal | 104 | 14 | 163 | 51 | 132 | 0 | 67 | 421 | 121 | 31 |
| Binary | 1000100 | 1100 | 1110011 | 101001 | 1011010 | 0 | 110111 | 100010001 | 1010001 | 11001 |
Color Harmonies of #440C73
Complementary color
Monochromatic Colors of #440C73
Black with #440C73
Text Example
Text Example
White with #440C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C73; }
p { color: rgb(68,12,115); }
H1.HeaderClassName
{
color: #440C73;
}
.AnyTagClassName
{
color: #440C73;
}
</style>
background-color css
<style>
a { background-color: #440C73; }
a { background-color: rgb(68,12,115); }
div.DivClassName
{
background-color: #440C73;
}
.BgClassName
{
background-color: #440C73;
}
</style>
border-color css
<style>
span { border-color: #440C73; }
span { border-color: rgb(68,12,115); }
td.TdClassName
{
border-color: #440C73;
}
.TagClassName
{
border-color: #440C73;
}
</style>