Shades of Indigo #440A73
Tints of Indigo #440A73
RGB
CMYK
RGB Variations
Color information
#440A73 (or 0x440A73) is known color: Indigo. HEX triplet: 44, 0A and 73. RGB value is (68,10,115). Sum of RGB (Red+Green+Blue) = 68+10+115=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #440A73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A73 is #BBF58C. Grayscale: #262626. Windows color (decimal): -12318093 or 7539268. OLE color: 7539268.
HSL color Cylindrical-coordinate representation of color #440A73: hue angle of 273.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440A73 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 10 | 115 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.55 |
| HSL | 273.14º | 0.84% | 0.25% | - |
| HSV(B) | 273.14º | 0.91% | 0.45% | - |
| XYZ | 5.59 | 2.68 | 16.44 | - |
| YUV | 39.31 | 170.72 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 115 | 0.41 | 0.91 | 0 | 0.55 | 273.14 | 0.84 | 0.25 |
| Hex | 44 | A | 73 | 29 | 5B | 0 | 37 | 111 | 54 | 19 |
| Octal | 104 | 12 | 163 | 51 | 133 | 0 | 67 | 421 | 124 | 31 |
| Binary | 1000100 | 1010 | 1110011 | 101001 | 1011011 | 0 | 110111 | 100010001 | 1010100 | 11001 |
Color Harmonies of #440A73
Complementary color
Monochromatic Colors of #440A73
Black with #440A73
Text Example
Text Example
White with #440A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A73; }
p { color: rgb(68,10,115); }
H1.HeaderClassName
{
color: #440A73;
}
.AnyTagClassName
{
color: #440A73;
}
</style>
background-color css
<style>
a { background-color: #440A73; }
a { background-color: rgb(68,10,115); }
div.DivClassName
{
background-color: #440A73;
}
.BgClassName
{
background-color: #440A73;
}
</style>
border-color css
<style>
span { border-color: #440A73; }
span { border-color: rgb(68,10,115); }
td.TdClassName
{
border-color: #440A73;
}
.TagClassName
{
border-color: #440A73;
}
</style>