Shades of Indigo #440473
Tints of Indigo #440473
RGB
CMYK
RGB Variations
Color information
#440473 (or 0x440473) is known color: Indigo. HEX triplet: 44, 04 and 73. RGB value is (68,4,115). Sum of RGB (Red+Green+Blue) = 68+4+115=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #440473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440473 is #BBFB8C. Grayscale: #232323. Windows color (decimal): -12319629 or 7537732. OLE color: 7537732.
HSL color Cylindrical-coordinate representation of color #440473: hue angle of 274.59º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440473 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 4 | 115 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.55 |
| HSL | 274.59º | 0.93% | 0.23% | - |
| HSV(B) | 274.59º | 0.97% | 0.45% | - |
| XYZ | 5.52 | 2.55 | 16.42 | - |
| YUV | 35.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 115 | 0.41 | 0.97 | 0 | 0.55 | 274.59 | 0.93 | 0.23 |
| Hex | 44 | 4 | 73 | 29 | 61 | 0 | 37 | 113 | 5D | 17 |
| Octal | 104 | 4 | 163 | 51 | 141 | 0 | 67 | 423 | 135 | 27 |
| Binary | 1000100 | 100 | 1110011 | 101001 | 1100001 | 0 | 110111 | 100010011 | 1011101 | 10111 |
Color Harmonies of #440473
Complementary color
Monochromatic Colors of #440473
Black with #440473
Text Example
Text Example
White with #440473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440473; }
p { color: rgb(68,4,115); }
H1.HeaderClassName
{
color: #440473;
}
.AnyTagClassName
{
color: #440473;
}
</style>
background-color css
<style>
a { background-color: #440473; }
a { background-color: rgb(68,4,115); }
div.DivClassName
{
background-color: #440473;
}
.BgClassName
{
background-color: #440473;
}
</style>
border-color css
<style>
span { border-color: #440473; }
span { border-color: rgb(68,4,115); }
td.TdClassName
{
border-color: #440473;
}
.TagClassName
{
border-color: #440473;
}
</style>