Shades of Indigo #440086
Tints of Indigo #440086
RGB
CMYK
RGB Variations
Color information
#440086 (or 0x440086) is known color: Indigo. HEX triplet: 44, 00 and 86. RGB value is (68,0,134). Sum of RGB (Red+Green+Blue) = 68+0+134=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #440086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440086 is #BBFF79. Grayscale: #232323. Windows color (decimal): -12320634 or 8781892. OLE color: 8781892.
HSL color Cylindrical-coordinate representation of color #440086: hue angle of 270.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440086 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 0 | 134 | - |
| CMYK | 0.49 | 1 | 0 | 0.47 |
| HSL | 270.45º | 1% | 0.26% | - |
| HSV(B) | 270.45º | 1% | 0.53% | - |
| XYZ | 6.69 | 2.95 | 22.77 | - |
| YUV | 35.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 134 | 0.49 | 1 | 0 | 0.47 | 270.45 | 1 | 0.26 |
| Hex | 44 | 0 | 86 | 31 | 64 | 0 | 2F | 10E | 64 | 1A |
| Octal | 104 | 0 | 206 | 61 | 144 | 0 | 57 | 416 | 144 | 32 |
| Binary | 1000100 | 0 | 10000110 | 110001 | 1100100 | 0 | 101111 | 100001110 | 1100100 | 11010 |
Color Harmonies of #440086
Complementary color
Monochromatic Colors of #440086
Black with #440086
Text Example
Text Example
White with #440086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440086; }
p { color: rgb(68,0,134); }
H1.HeaderClassName
{
color: #440086;
}
.AnyTagClassName
{
color: #440086;
}
</style>
background-color css
<style>
a { background-color: #440086; }
a { background-color: rgb(68,0,134); }
div.DivClassName
{
background-color: #440086;
}
.BgClassName
{
background-color: #440086;
}
</style>
border-color css
<style>
span { border-color: #440086; }
span { border-color: rgb(68,0,134); }
td.TdClassName
{
border-color: #440086;
}
.TagClassName
{
border-color: #440086;
}
</style>