Shades of Indigo #44099D
Tints of Indigo #44099D
RGB
CMYK
RGB Variations
Color information
#44099D (or 0x44099D) is known color: Indigo. HEX triplet: 44, 09 and 9D. RGB value is (68,9,157). Sum of RGB (Red+Green+Blue) = 68+9+157=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #44099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44099D is #BBF662. Grayscale: #2A2A2A. Windows color (decimal): -12318307 or 10291524. OLE color: 10291524.
HSL color Cylindrical-coordinate representation of color #44099D: hue angle of 263.92º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44099D is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 9 | 157 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.38 |
| HSL | 263.92º | 0.89% | 0.33% | - |
| HSV(B) | 263.92º | 0.94% | 0.62% | - |
| XYZ | 8.57 | 3.86 | 32.19 | - |
| YUV | 43.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 157 | 0.57 | 0.94 | 0 | 0.38 | 263.92 | 0.89 | 0.33 |
| Hex | 44 | 9 | 9D | 39 | 5E | 0 | 26 | 108 | 59 | 21 |
| Octal | 104 | 11 | 235 | 71 | 136 | 0 | 46 | 410 | 131 | 41 |
| Binary | 1000100 | 1001 | 10011101 | 111001 | 1011110 | 0 | 100110 | 100001000 | 1011001 | 100001 |
Color Harmonies of #44099D
Complementary color
Monochromatic Colors of #44099D
Black with #44099D
Text Example
Text Example
White with #44099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44099D; }
p { color: rgb(68,9,157); }
H1.HeaderClassName
{
color: #44099D;
}
.AnyTagClassName
{
color: #44099D;
}
</style>
background-color css
<style>
a { background-color: #44099D; }
a { background-color: rgb(68,9,157); }
div.DivClassName
{
background-color: #44099D;
}
.BgClassName
{
background-color: #44099D;
}
</style>
border-color css
<style>
span { border-color: #44099D; }
span { border-color: rgb(68,9,157); }
td.TdClassName
{
border-color: #44099D;
}
.TagClassName
{
border-color: #44099D;
}
</style>