Shades of Indigo #44089D
Tints of Indigo #44089D
RGB
CMYK
RGB Variations
Color information
#44089D (or 0x44089D) is known color: Indigo. HEX triplet: 44, 08 and 9D. RGB value is (68,8,157). Sum of RGB (Red+Green+Blue) = 68+8+157=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #44089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44089D is #BBF762. Grayscale: #2A2A2A. Windows color (decimal): -12318563 or 10291268. OLE color: 10291268.
HSL color Cylindrical-coordinate representation of color #44089D: hue angle of 264.16º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44089D is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 8 | 157 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.38 |
| HSL | 264.16º | 0.9% | 0.32% | - |
| HSV(B) | 264.16º | 0.95% | 0.62% | - |
| XYZ | 8.56 | 3.84 | 32.19 | - |
| YUV | 42.93 | 192.38 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 157 | 0.57 | 0.95 | 0 | 0.38 | 264.16 | 0.9 | 0.32 |
| Hex | 44 | 8 | 9D | 39 | 5F | 0 | 26 | 108 | 5A | 20 |
| Octal | 104 | 10 | 235 | 71 | 137 | 0 | 46 | 410 | 132 | 40 |
| Binary | 1000100 | 1000 | 10011101 | 111001 | 1011111 | 0 | 100110 | 100001000 | 1011010 | 100000 |
Color Harmonies of #44089D
Complementary color
Monochromatic Colors of #44089D
Black with #44089D
Text Example
Text Example
White with #44089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44089D; }
p { color: rgb(68,8,157); }
H1.HeaderClassName
{
color: #44089D;
}
.AnyTagClassName
{
color: #44089D;
}
</style>
background-color css
<style>
a { background-color: #44089D; }
a { background-color: rgb(68,8,157); }
div.DivClassName
{
background-color: #44089D;
}
.BgClassName
{
background-color: #44089D;
}
</style>
border-color css
<style>
span { border-color: #44089D; }
span { border-color: rgb(68,8,157); }
td.TdClassName
{
border-color: #44089D;
}
.TagClassName
{
border-color: #44089D;
}
</style>