Shades of Indigo #44098F
Tints of Indigo #44098F
RGB
CMYK
RGB Variations
Color information
#44098F (or 0x44098F) is known color: Indigo. HEX triplet: 44, 09 and 8F. RGB value is (68,9,143). Sum of RGB (Red+Green+Blue) = 68+9+143=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #44098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44098F is #BBF670. Grayscale: #292929. Windows color (decimal): -12318321 or 9374020. OLE color: 9374020.
HSL color Cylindrical-coordinate representation of color #44098F: hue angle of 266.42º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44098F is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 9 | 143 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.44 |
| HSL | 266.42º | 0.88% | 0.3% | - |
| HSV(B) | 266.42º | 0.94% | 0.56% | - |
| XYZ | 7.44 | 3.41 | 26.25 | - |
| YUV | 41.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 143 | 0.52 | 0.94 | 0 | 0.44 | 266.42 | 0.88 | 0.3 |
| Hex | 44 | 9 | 8F | 34 | 5E | 0 | 2C | 10A | 58 | 1E |
| Octal | 104 | 11 | 217 | 64 | 136 | 0 | 54 | 412 | 130 | 36 |
| Binary | 1000100 | 1001 | 10001111 | 110100 | 1011110 | 0 | 101100 | 100001010 | 1011000 | 11110 |
Color Harmonies of #44098F
Complementary color
Monochromatic Colors of #44098F
Black with #44098F
Text Example
Text Example
White with #44098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44098F; }
p { color: rgb(68,9,143); }
H1.HeaderClassName
{
color: #44098F;
}
.AnyTagClassName
{
color: #44098F;
}
</style>
background-color css
<style>
a { background-color: #44098F; }
a { background-color: rgb(68,9,143); }
div.DivClassName
{
background-color: #44098F;
}
.BgClassName
{
background-color: #44098F;
}
</style>
border-color css
<style>
span { border-color: #44098F; }
span { border-color: rgb(68,9,143); }
td.TdClassName
{
border-color: #44098F;
}
.TagClassName
{
border-color: #44098F;
}
</style>