Shades of Indigo #44099B
Tints of Indigo #44099B
RGB
CMYK
RGB Variations
Color information
#44099B (or 0x44099B) is known color: Indigo. HEX triplet: 44, 09 and 9B. RGB value is (68,9,155). Sum of RGB (Red+Green+Blue) = 68+9+155=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #44099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44099B is #BBF664. Grayscale: #2A2A2A. Windows color (decimal): -12318309 or 10160452. OLE color: 10160452.
HSL color Cylindrical-coordinate representation of color #44099B: hue angle of 264.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44099B is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 9 | 155 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.39 |
| HSL | 264.25º | 0.89% | 0.32% | - |
| HSV(B) | 264.25º | 0.94% | 0.61% | - |
| XYZ | 8.4 | 3.79 | 31.3 | - |
| YUV | 43.29 | 191.05 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 155 | 0.56 | 0.94 | 0 | 0.39 | 264.25 | 0.89 | 0.32 |
| Hex | 44 | 9 | 9B | 38 | 5E | 0 | 27 | 108 | 59 | 20 |
| Octal | 104 | 11 | 233 | 70 | 136 | 0 | 47 | 410 | 131 | 40 |
| Binary | 1000100 | 1001 | 10011011 | 111000 | 1011110 | 0 | 100111 | 100001000 | 1011001 | 100000 |
Color Harmonies of #44099B
Complementary color
Monochromatic Colors of #44099B
Black with #44099B
Text Example
Text Example
White with #44099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44099B; }
p { color: rgb(68,9,155); }
H1.HeaderClassName
{
color: #44099B;
}
.AnyTagClassName
{
color: #44099B;
}
</style>
background-color css
<style>
a { background-color: #44099B; }
a { background-color: rgb(68,9,155); }
div.DivClassName
{
background-color: #44099B;
}
.BgClassName
{
background-color: #44099B;
}
</style>
border-color css
<style>
span { border-color: #44099B; }
span { border-color: rgb(68,9,155); }
td.TdClassName
{
border-color: #44099B;
}
.TagClassName
{
border-color: #44099B;
}
</style>