Shades of Indigo #440B89
Tints of Indigo #440B89
RGB
CMYK
RGB Variations
Color information
#440B89 (or 0x440B89) is known color: Indigo. HEX triplet: 44, 0B and 89. RGB value is (68,11,137). Sum of RGB (Red+Green+Blue) = 68+11+137=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 137 (53.91% from 255 or 63.43% from 216); Max value from RGB is 137 - color contains mainly: blue. Hex color #440B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B89 is #BBF476. Grayscale: #292929. Windows color (decimal): -12317815 or 8981316. OLE color: 8981316.
HSL color Cylindrical-coordinate representation of color #440B89: hue angle of 267.14º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440B89 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 11 | 137 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.46 |
| HSL | 267.14º | 0.85% | 0.29% | - |
| HSV(B) | 267.14º | 0.92% | 0.54% | - |
| XYZ | 7.02 | 3.27 | 23.93 | - |
| YUV | 42.41 | 181.38 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 137 | 0.50 | 0.92 | 0 | 0.46 | 267.14 | 0.85 | 0.29 |
| Hex | 44 | B | 89 | 32 | 5C | 0 | 2E | 10B | 55 | 1D |
| Octal | 104 | 13 | 211 | 62 | 134 | 0 | 56 | 413 | 125 | 35 |
| Binary | 1000100 | 1011 | 10001001 | 110010 | 1011100 | 0 | 101110 | 100001011 | 1010101 | 11101 |
Color Harmonies of #440B89
Complementary color
Monochromatic Colors of #440B89
Black with #440B89
Text Example
Text Example
White with #440B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B89; }
p { color: rgb(68,11,137); }
H1.HeaderClassName
{
color: #440B89;
}
.AnyTagClassName
{
color: #440B89;
}
</style>
background-color css
<style>
a { background-color: #440B89; }
a { background-color: rgb(68,11,137); }
div.DivClassName
{
background-color: #440B89;
}
.BgClassName
{
background-color: #440B89;
}
</style>
border-color css
<style>
span { border-color: #440B89; }
span { border-color: rgb(68,11,137); }
td.TdClassName
{
border-color: #440B89;
}
.TagClassName
{
border-color: #440B89;
}
</style>