Shades of Indigo #440B96
Tints of Indigo #440B96
RGB
CMYK
RGB Variations
Color information
#440B96 (or 0x440B96) is known color: Indigo. HEX triplet: 44, 0B and 96. RGB value is (68,11,150). Sum of RGB (Red+Green+Blue) = 68+11+150=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #440B96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B96 is #BBF469. Grayscale: #2B2B2B. Windows color (decimal): -12317802 or 9833284. OLE color: 9833284.
HSL color Cylindrical-coordinate representation of color #440B96: hue angle of 264.6º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440B96 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 11 | 150 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.41 |
| HSL | 264.6º | 0.86% | 0.32% | - |
| HSV(B) | 264.6º | 0.93% | 0.59% | - |
| XYZ | 8.01 | 3.67 | 29.14 | - |
| YUV | 43.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 150 | 0.55 | 0.93 | 0 | 0.41 | 264.6 | 0.86 | 0.32 |
| Hex | 44 | B | 96 | 37 | 5D | 0 | 29 | 109 | 56 | 20 |
| Octal | 104 | 13 | 226 | 67 | 135 | 0 | 51 | 411 | 126 | 40 |
| Binary | 1000100 | 1011 | 10010110 | 110111 | 1011101 | 0 | 101001 | 100001001 | 1010110 | 100000 |
Color Harmonies of #440B96
Complementary color
Monochromatic Colors of #440B96
Black with #440B96
Text Example
Text Example
White with #440B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B96; }
p { color: rgb(68,11,150); }
H1.HeaderClassName
{
color: #440B96;
}
.AnyTagClassName
{
color: #440B96;
}
</style>
background-color css
<style>
a { background-color: #440B96; }
a { background-color: rgb(68,11,150); }
div.DivClassName
{
background-color: #440B96;
}
.BgClassName
{
background-color: #440B96;
}
</style>
border-color css
<style>
span { border-color: #440B96; }
span { border-color: rgb(68,11,150); }
td.TdClassName
{
border-color: #440B96;
}
.TagClassName
{
border-color: #440B96;
}
</style>