Shades of Indigo #440873
Tints of Indigo #440873
RGB
CMYK
RGB Variations
Color information
#440873 (or 0x440873) is known color: Indigo. HEX triplet: 44, 08 and 73. RGB value is (68,8,115). Sum of RGB (Red+Green+Blue) = 68+8+115=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #440873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440873 is #BBF78C. Grayscale: #252525. Windows color (decimal): -12318605 or 7538756. OLE color: 7538756.
HSL color Cylindrical-coordinate representation of color #440873: hue angle of 273.64º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440873 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 8 | 115 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.55 |
| HSL | 273.64º | 0.87% | 0.24% | - |
| HSV(B) | 273.64º | 0.93% | 0.45% | - |
| XYZ | 5.57 | 2.64 | 16.44 | - |
| YUV | 38.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 115 | 0.41 | 0.93 | 0 | 0.55 | 273.64 | 0.87 | 0.24 |
| Hex | 44 | 8 | 73 | 29 | 5D | 0 | 37 | 112 | 57 | 18 |
| Octal | 104 | 10 | 163 | 51 | 135 | 0 | 67 | 422 | 127 | 30 |
| Binary | 1000100 | 1000 | 1110011 | 101001 | 1011101 | 0 | 110111 | 100010010 | 1010111 | 11000 |
Color Harmonies of #440873
Complementary color
Monochromatic Colors of #440873
Black with #440873
Text Example
Text Example
White with #440873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440873; }
p { color: rgb(68,8,115); }
H1.HeaderClassName
{
color: #440873;
}
.AnyTagClassName
{
color: #440873;
}
</style>
background-color css
<style>
a { background-color: #440873; }
a { background-color: rgb(68,8,115); }
div.DivClassName
{
background-color: #440873;
}
.BgClassName
{
background-color: #440873;
}
</style>
border-color css
<style>
span { border-color: #440873; }
span { border-color: rgb(68,8,115); }
td.TdClassName
{
border-color: #440873;
}
.TagClassName
{
border-color: #440873;
}
</style>