Shades of Indigo #44089B
Tints of Indigo #44089B
RGB
CMYK
RGB Variations
Color information
#44089B (or 0x44089B) is known color: Indigo. HEX triplet: 44, 08 and 9B. RGB value is (68,8,155). Sum of RGB (Red+Green+Blue) = 68+8+155=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #44089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44089B is #BBF764. Grayscale: #2A2A2A. Windows color (decimal): -12318565 or 10160196. OLE color: 10160196.
HSL color Cylindrical-coordinate representation of color #44089B: hue angle of 264.49º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44089B is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 8 | 155 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.39 |
| HSL | 264.49º | 0.9% | 0.32% | - |
| HSV(B) | 264.49º | 0.95% | 0.61% | - |
| XYZ | 8.39 | 3.77 | 31.3 | - |
| YUV | 42.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 155 | 0.56 | 0.95 | 0 | 0.39 | 264.49 | 0.9 | 0.32 |
| Hex | 44 | 8 | 9B | 38 | 5F | 0 | 27 | 108 | 5A | 20 |
| Octal | 104 | 10 | 233 | 70 | 137 | 0 | 47 | 410 | 132 | 40 |
| Binary | 1000100 | 1000 | 10011011 | 111000 | 1011111 | 0 | 100111 | 100001000 | 1011010 | 100000 |
Color Harmonies of #44089B
Complementary color
Monochromatic Colors of #44089B
Black with #44089B
Text Example
Text Example
White with #44089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44089B; }
p { color: rgb(68,8,155); }
H1.HeaderClassName
{
color: #44089B;
}
.AnyTagClassName
{
color: #44089B;
}
</style>
background-color css
<style>
a { background-color: #44089B; }
a { background-color: rgb(68,8,155); }
div.DivClassName
{
background-color: #44089B;
}
.BgClassName
{
background-color: #44089B;
}
</style>
border-color css
<style>
span { border-color: #44089B; }
span { border-color: rgb(68,8,155); }
td.TdClassName
{
border-color: #44089B;
}
.TagClassName
{
border-color: #44089B;
}
</style>