Shades of Indigo #440073
Tints of Indigo #440073
RGB
CMYK
RGB Variations
Color information
#440073 (or 0x440073) is known color: Indigo. HEX triplet: 44, 00 and 73. RGB value is (68,0,115). Sum of RGB (Red+Green+Blue) = 68+0+115=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #440073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440073 is #BBFF8C. Grayscale: #212121. Windows color (decimal): -12320653 or 7536708. OLE color: 7536708.
HSL color Cylindrical-coordinate representation of color #440073: hue angle of 275.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440073 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 0 | 115 | - |
| CMYK | 0.41 | 1 | 0 | 0.55 |
| HSL | 275.48º | 1% | 0.23% | - |
| HSV(B) | 275.48º | 1% | 0.45% | - |
| XYZ | 5.48 | 2.47 | 16.41 | - |
| YUV | 33.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 115 | 0.41 | 1 | 0 | 0.55 | 275.48 | 1 | 0.23 |
| Hex | 44 | 0 | 73 | 29 | 64 | 0 | 37 | 113 | 64 | 17 |
| Octal | 104 | 0 | 163 | 51 | 144 | 0 | 67 | 423 | 144 | 27 |
| Binary | 1000100 | 0 | 1110011 | 101001 | 1100100 | 0 | 110111 | 100010011 | 1100100 | 10111 |
Color Harmonies of #440073
Complementary color
Monochromatic Colors of #440073
Black with #440073
Text Example
Text Example
White with #440073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440073; }
p { color: rgb(68,0,115); }
H1.HeaderClassName
{
color: #440073;
}
.AnyTagClassName
{
color: #440073;
}
</style>
background-color css
<style>
a { background-color: #440073; }
a { background-color: rgb(68,0,115); }
div.DivClassName
{
background-color: #440073;
}
.BgClassName
{
background-color: #440073;
}
</style>
border-color css
<style>
span { border-color: #440073; }
span { border-color: rgb(68,0,115); }
td.TdClassName
{
border-color: #440073;
}
.TagClassName
{
border-color: #440073;
}
</style>