Shades of Indigo #440673
Tints of Indigo #440673
RGB
CMYK
RGB Variations
Color information
#440673 (or 0x440673) is known color: Indigo. HEX triplet: 44, 06 and 73. RGB value is (68,6,115). Sum of RGB (Red+Green+Blue) = 68+6+115=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #440673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440673 is #BBF98C. Grayscale: #242424. Windows color (decimal): -12319117 or 7538244. OLE color: 7538244.
HSL color Cylindrical-coordinate representation of color #440673: hue angle of 274.13º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440673 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 6 | 115 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.55 |
| HSL | 274.13º | 0.9% | 0.24% | - |
| HSV(B) | 274.13º | 0.95% | 0.45% | - |
| XYZ | 5.54 | 2.6 | 16.43 | - |
| YUV | 36.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 115 | 0.41 | 0.95 | 0 | 0.55 | 274.13 | 0.9 | 0.24 |
| Hex | 44 | 6 | 73 | 29 | 5F | 0 | 37 | 112 | 5A | 18 |
| Octal | 104 | 6 | 163 | 51 | 137 | 0 | 67 | 422 | 132 | 30 |
| Binary | 1000100 | 110 | 1110011 | 101001 | 1011111 | 0 | 110111 | 100010010 | 1011010 | 11000 |
Color Harmonies of #440673
Complementary color
Monochromatic Colors of #440673
Black with #440673
Text Example
Text Example
White with #440673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440673; }
p { color: rgb(68,6,115); }
H1.HeaderClassName
{
color: #440673;
}
.AnyTagClassName
{
color: #440673;
}
</style>
background-color css
<style>
a { background-color: #440673; }
a { background-color: rgb(68,6,115); }
div.DivClassName
{
background-color: #440673;
}
.BgClassName
{
background-color: #440673;
}
</style>
border-color css
<style>
span { border-color: #440673; }
span { border-color: rgb(68,6,115); }
td.TdClassName
{
border-color: #440673;
}
.TagClassName
{
border-color: #440673;
}
</style>