Shades of Indigo #440B90
Tints of Indigo #440B90
RGB
CMYK
RGB Variations
Color information
#440B90 (or 0x440B90) is known color: Indigo. HEX triplet: 44, 0B and 90. RGB value is (68,11,144). Sum of RGB (Red+Green+Blue) = 68+11+144=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #440B90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B90 is #BBF46F. Grayscale: #2A2A2A. Windows color (decimal): -12317808 or 9440068. OLE color: 9440068.
HSL color Cylindrical-coordinate representation of color #440B90: hue angle of 265.71º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440B90 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 11 | 144 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.44 |
| HSL | 265.71º | 0.86% | 0.3% | - |
| HSV(B) | 265.71º | 0.92% | 0.56% | - |
| XYZ | 7.54 | 3.48 | 26.66 | - |
| YUV | 43.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 144 | 0.53 | 0.92 | 0 | 0.44 | 265.71 | 0.86 | 0.3 |
| Hex | 44 | B | 90 | 35 | 5C | 0 | 2C | 10A | 56 | 1E |
| Octal | 104 | 13 | 220 | 65 | 134 | 0 | 54 | 412 | 126 | 36 |
| Binary | 1000100 | 1011 | 10010000 | 110101 | 1011100 | 0 | 101100 | 100001010 | 1010110 | 11110 |
Color Harmonies of #440B90
Complementary color
Monochromatic Colors of #440B90
Black with #440B90
Text Example
Text Example
White with #440B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B90; }
p { color: rgb(68,11,144); }
H1.HeaderClassName
{
color: #440B90;
}
.AnyTagClassName
{
color: #440B90;
}
</style>
background-color css
<style>
a { background-color: #440B90; }
a { background-color: rgb(68,11,144); }
div.DivClassName
{
background-color: #440B90;
}
.BgClassName
{
background-color: #440B90;
}
</style>
border-color css
<style>
span { border-color: #440B90; }
span { border-color: rgb(68,11,144); }
td.TdClassName
{
border-color: #440B90;
}
.TagClassName
{
border-color: #440B90;
}
</style>