Shades of Indigo #440373
Tints of Indigo #440373
RGB
CMYK
RGB Variations
Color information
#440373 (or 0x440373) is known color: Indigo. HEX triplet: 44, 03 and 73. RGB value is (68,3,115). Sum of RGB (Red+Green+Blue) = 68+3+115=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #440373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440373 is #BBFC8C. Grayscale: #222222. Windows color (decimal): -12319885 or 7537476. OLE color: 7537476.
HSL color Cylindrical-coordinate representation of color #440373: hue angle of 274.82º degrees, saturation: 0.95, 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 #440373 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 3 | 115 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.55 |
| HSL | 274.82º | 0.95% | 0.23% | - |
| HSV(B) | 274.82º | 0.97% | 0.45% | - |
| XYZ | 5.51 | 2.53 | 16.42 | - |
| YUV | 35.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 115 | 0.41 | 0.97 | 0 | 0.55 | 274.82 | 0.95 | 0.23 |
| Hex | 44 | 3 | 73 | 29 | 61 | 0 | 37 | 113 | 5F | 17 |
| Octal | 104 | 3 | 163 | 51 | 141 | 0 | 67 | 423 | 137 | 27 |
| Binary | 1000100 | 11 | 1110011 | 101001 | 1100001 | 0 | 110111 | 100010011 | 1011111 | 10111 |
Color Harmonies of #440373
Complementary color
Monochromatic Colors of #440373
Black with #440373
Text Example
Text Example
White with #440373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440373; }
p { color: rgb(68,3,115); }
H1.HeaderClassName
{
color: #440373;
}
.AnyTagClassName
{
color: #440373;
}
</style>
background-color css
<style>
a { background-color: #440373; }
a { background-color: rgb(68,3,115); }
div.DivClassName
{
background-color: #440373;
}
.BgClassName
{
background-color: #440373;
}
</style>
border-color css
<style>
span { border-color: #440373; }
span { border-color: rgb(68,3,115); }
td.TdClassName
{
border-color: #440373;
}
.TagClassName
{
border-color: #440373;
}
</style>