Shades of Indigo #44078A
Tints of Indigo #44078A
RGB
CMYK
RGB Variations
Color information
#44078A (or 0x44078A) is known color: Indigo. HEX triplet: 44, 07 and 8A. RGB value is (68,7,138). Sum of RGB (Red+Green+Blue) = 68+7+138=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #44078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44078A is #BBF875. Grayscale: #272727. Windows color (decimal): -12318838 or 9045828. OLE color: 9045828.
HSL color Cylindrical-coordinate representation of color #44078A: hue angle of 267.94º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44078A is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 7 | 138 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.46 |
| HSL | 267.94º | 0.9% | 0.28% | - |
| HSV(B) | 267.94º | 0.95% | 0.54% | - |
| XYZ | 7.05 | 3.22 | 24.29 | - |
| YUV | 40.17 | 183.21 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 138 | 0.51 | 0.95 | 0 | 0.46 | 267.94 | 0.9 | 0.28 |
| Hex | 44 | 7 | 8A | 33 | 5F | 0 | 2E | 10C | 5A | 1C |
| Octal | 104 | 7 | 212 | 63 | 137 | 0 | 56 | 414 | 132 | 34 |
| Binary | 1000100 | 111 | 10001010 | 110011 | 1011111 | 0 | 101110 | 100001100 | 1011010 | 11100 |
Color Harmonies of #44078A
Complementary color
Monochromatic Colors of #44078A
Black with #44078A
Text Example
Text Example
White with #44078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44078A; }
p { color: rgb(68,7,138); }
H1.HeaderClassName
{
color: #44078A;
}
.AnyTagClassName
{
color: #44078A;
}
</style>
background-color css
<style>
a { background-color: #44078A; }
a { background-color: rgb(68,7,138); }
div.DivClassName
{
background-color: #44078A;
}
.BgClassName
{
background-color: #44078A;
}
</style>
border-color css
<style>
span { border-color: #44078A; }
span { border-color: rgb(68,7,138); }
td.TdClassName
{
border-color: #44078A;
}
.TagClassName
{
border-color: #44078A;
}
</style>