Shades of Indigo #440B8B
Tints of Indigo #440B8B
RGB
CMYK
RGB Variations
Color information
#440B8B (or 0x440B8B) is known color: Indigo. HEX triplet: 44, 0B and 8B. RGB value is (68,11,139). Sum of RGB (Red+Green+Blue) = 68+11+139=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #440B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B8B is #BBF474. Grayscale: #2A2A2A. Windows color (decimal): -12317813 or 9112388. OLE color: 9112388.
HSL color Cylindrical-coordinate representation of color #440B8B: hue angle of 266.72º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440B8B is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 11 | 139 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.45 |
| HSL | 266.72º | 0.85% | 0.29% | - |
| HSV(B) | 266.72º | 0.92% | 0.55% | - |
| XYZ | 7.16 | 3.33 | 24.69 | - |
| YUV | 42.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 139 | 0.51 | 0.92 | 0 | 0.45 | 266.72 | 0.85 | 0.29 |
| Hex | 44 | B | 8B | 33 | 5C | 0 | 2D | 10B | 55 | 1D |
| Octal | 104 | 13 | 213 | 63 | 134 | 0 | 55 | 413 | 125 | 35 |
| Binary | 1000100 | 1011 | 10001011 | 110011 | 1011100 | 0 | 101101 | 100001011 | 1010101 | 11101 |
Color Harmonies of #440B8B
Complementary color
Monochromatic Colors of #440B8B
Black with #440B8B
Text Example
Text Example
White with #440B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B8B; }
p { color: rgb(68,11,139); }
H1.HeaderClassName
{
color: #440B8B;
}
.AnyTagClassName
{
color: #440B8B;
}
</style>
background-color css
<style>
a { background-color: #440B8B; }
a { background-color: rgb(68,11,139); }
div.DivClassName
{
background-color: #440B8B;
}
.BgClassName
{
background-color: #440B8B;
}
</style>
border-color css
<style>
span { border-color: #440B8B; }
span { border-color: rgb(68,11,139); }
td.TdClassName
{
border-color: #440B8B;
}
.TagClassName
{
border-color: #440B8B;
}
</style>