Shades of Indigo #440586
Tints of Indigo #440586
RGB
CMYK
RGB Variations
Color information
#440586 (or 0x440586) is known color: Indigo. HEX triplet: 44, 05 and 86. RGB value is (68,5,134). Sum of RGB (Red+Green+Blue) = 68+5+134=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #440586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440586 is #BBFA79. Grayscale: #262626. Windows color (decimal): -12319354 or 8783172. OLE color: 8783172.
HSL color Cylindrical-coordinate representation of color #440586: hue angle of 269.3º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440586 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 5 | 134 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.47 |
| HSL | 269.3º | 0.93% | 0.27% | - |
| HSV(B) | 269.3º | 0.96% | 0.53% | - |
| XYZ | 6.74 | 3.06 | 22.79 | - |
| YUV | 38.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 134 | 0.49 | 0.96 | 0 | 0.47 | 269.3 | 0.93 | 0.27 |
| Hex | 44 | 5 | 86 | 31 | 60 | 0 | 2F | 10D | 5D | 1B |
| Octal | 104 | 5 | 206 | 61 | 140 | 0 | 57 | 415 | 135 | 33 |
| Binary | 1000100 | 101 | 10000110 | 110001 | 1100000 | 0 | 101111 | 100001101 | 1011101 | 11011 |
Color Harmonies of #440586
Complementary color
Monochromatic Colors of #440586
Black with #440586
Text Example
Text Example
White with #440586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440586; }
p { color: rgb(68,5,134); }
H1.HeaderClassName
{
color: #440586;
}
.AnyTagClassName
{
color: #440586;
}
</style>
background-color css
<style>
a { background-color: #440586; }
a { background-color: rgb(68,5,134); }
div.DivClassName
{
background-color: #440586;
}
.BgClassName
{
background-color: #440586;
}
</style>
border-color css
<style>
span { border-color: #440586; }
span { border-color: rgb(68,5,134); }
td.TdClassName
{
border-color: #440586;
}
.TagClassName
{
border-color: #440586;
}
</style>