Shades of Indigo #440B99
Tints of Indigo #440B99
RGB
CMYK
RGB Variations
Color information
#440B99 (or 0x440B99) is known color: Indigo. HEX triplet: 44, 0B and 99. RGB value is (68,11,153). Sum of RGB (Red+Green+Blue) = 68+11+153=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #440B99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B99 is #BBF466. Grayscale: #2B2B2B. Windows color (decimal): -12317799 or 10029892. OLE color: 10029892.
HSL color Cylindrical-coordinate representation of color #440B99: hue angle of 264.08º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440B99 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 11 | 153 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.4 |
| HSL | 264.08º | 0.87% | 0.32% | - |
| HSV(B) | 264.08º | 0.93% | 0.6% | - |
| XYZ | 8.25 | 3.77 | 30.43 | - |
| YUV | 44.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 153 | 0.56 | 0.93 | 0 | 0.4 | 264.08 | 0.87 | 0.32 |
| Hex | 44 | B | 99 | 38 | 5D | 0 | 28 | 108 | 57 | 20 |
| Octal | 104 | 13 | 231 | 70 | 135 | 0 | 50 | 410 | 127 | 40 |
| Binary | 1000100 | 1011 | 10011001 | 111000 | 1011101 | 0 | 101000 | 100001000 | 1010111 | 100000 |
Color Harmonies of #440B99
Complementary color
Monochromatic Colors of #440B99
Black with #440B99
Text Example
Text Example
White with #440B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B99; }
p { color: rgb(68,11,153); }
H1.HeaderClassName
{
color: #440B99;
}
.AnyTagClassName
{
color: #440B99;
}
</style>
background-color css
<style>
a { background-color: #440B99; }
a { background-color: rgb(68,11,153); }
div.DivClassName
{
background-color: #440B99;
}
.BgClassName
{
background-color: #440B99;
}
</style>
border-color css
<style>
span { border-color: #440B99; }
span { border-color: rgb(68,11,153); }
td.TdClassName
{
border-color: #440B99;
}
.TagClassName
{
border-color: #440B99;
}
</style>