Shades of Indigo #440689
Tints of Indigo #440689
RGB
CMYK
RGB Variations
Color information
#440689 (or 0x440689) is known color: Indigo. HEX triplet: 44, 06 and 89. RGB value is (68,6,137). Sum of RGB (Red+Green+Blue) = 68+6+137=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #440689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440689 is #BBF976. Grayscale: #272727. Windows color (decimal): -12319095 or 8980036. OLE color: 8980036.
HSL color Cylindrical-coordinate representation of color #440689: hue angle of 268.4º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440689 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 6 | 137 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.46 |
| HSL | 268.4º | 0.92% | 0.28% | - |
| HSV(B) | 268.4º | 0.96% | 0.54% | - |
| XYZ | 6.96 | 3.17 | 23.91 | - |
| YUV | 39.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 137 | 0.50 | 0.96 | 0 | 0.46 | 268.4 | 0.92 | 0.28 |
| Hex | 44 | 6 | 89 | 32 | 60 | 0 | 2E | 10C | 5C | 1C |
| Octal | 104 | 6 | 211 | 62 | 140 | 0 | 56 | 414 | 134 | 34 |
| Binary | 1000100 | 110 | 10001001 | 110010 | 1100000 | 0 | 101110 | 100001100 | 1011100 | 11100 |
Color Harmonies of #440689
Complementary color
Monochromatic Colors of #440689
Black with #440689
Text Example
Text Example
White with #440689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440689; }
p { color: rgb(68,6,137); }
H1.HeaderClassName
{
color: #440689;
}
.AnyTagClassName
{
color: #440689;
}
</style>
background-color css
<style>
a { background-color: #440689; }
a { background-color: rgb(68,6,137); }
div.DivClassName
{
background-color: #440689;
}
.BgClassName
{
background-color: #440689;
}
</style>
border-color css
<style>
span { border-color: #440689; }
span { border-color: rgb(68,6,137); }
td.TdClassName
{
border-color: #440689;
}
.TagClassName
{
border-color: #440689;
}
</style>