Shades of Indigo #44088F
Tints of Indigo #44088F
RGB
CMYK
RGB Variations
Color information
#44088F (or 0x44088F) is known color: Indigo. HEX triplet: 44, 08 and 8F. RGB value is (68,8,143). Sum of RGB (Red+Green+Blue) = 68+8+143=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #44088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44088F is #BBF770. Grayscale: #282828. Windows color (decimal): -12318577 or 9373764. OLE color: 9373764.
HSL color Cylindrical-coordinate representation of color #44088F: hue angle of 266.67º degrees, saturation: 0.89, 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 #44088F is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 8 | 143 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.44 |
| HSL | 266.67º | 0.89% | 0.3% | - |
| HSV(B) | 266.67º | 0.94% | 0.56% | - |
| XYZ | 7.43 | 3.39 | 26.25 | - |
| YUV | 41.33 | 185.38 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 143 | 0.52 | 0.94 | 0 | 0.44 | 266.67 | 0.89 | 0.3 |
| Hex | 44 | 8 | 8F | 34 | 5E | 0 | 2C | 10B | 59 | 1E |
| Octal | 104 | 10 | 217 | 64 | 136 | 0 | 54 | 413 | 131 | 36 |
| Binary | 1000100 | 1000 | 10001111 | 110100 | 1011110 | 0 | 101100 | 100001011 | 1011001 | 11110 |
Color Harmonies of #44088F
Complementary color
Monochromatic Colors of #44088F
Black with #44088F
Text Example
Text Example
White with #44088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44088F; }
p { color: rgb(68,8,143); }
H1.HeaderClassName
{
color: #44088F;
}
.AnyTagClassName
{
color: #44088F;
}
</style>
background-color css
<style>
a { background-color: #44088F; }
a { background-color: rgb(68,8,143); }
div.DivClassName
{
background-color: #44088F;
}
.BgClassName
{
background-color: #44088F;
}
</style>
border-color css
<style>
span { border-color: #44088F; }
span { border-color: rgb(68,8,143); }
td.TdClassName
{
border-color: #44088F;
}
.TagClassName
{
border-color: #44088F;
}
</style>