Shades of Indigo #44078B
Tints of Indigo #44078B
RGB
CMYK
RGB Variations
Color information
#44078B (or 0x44078B) is known color: Indigo. HEX triplet: 44, 07 and 8B. RGB value is (68,7,139). Sum of RGB (Red+Green+Blue) = 68+7+139=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #44078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44078B is #BBF874. Grayscale: #272727. Windows color (decimal): -12318837 or 9111364. OLE color: 9111364.
HSL color Cylindrical-coordinate representation of color #44078B: hue angle of 267.73º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44078B is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 7 | 139 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.45 |
| HSL | 267.73º | 0.9% | 0.29% | - |
| HSV(B) | 267.73º | 0.95% | 0.55% | - |
| XYZ | 7.12 | 3.24 | 24.68 | - |
| YUV | 40.29 | 183.71 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 139 | 0.51 | 0.95 | 0 | 0.45 | 267.73 | 0.9 | 0.29 |
| Hex | 44 | 7 | 8B | 33 | 5F | 0 | 2D | 10C | 5A | 1D |
| Octal | 104 | 7 | 213 | 63 | 137 | 0 | 55 | 414 | 132 | 35 |
| Binary | 1000100 | 111 | 10001011 | 110011 | 1011111 | 0 | 101101 | 100001100 | 1011010 | 11101 |
Color Harmonies of #44078B
Complementary color
Monochromatic Colors of #44078B
Black with #44078B
Text Example
Text Example
White with #44078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44078B; }
p { color: rgb(68,7,139); }
H1.HeaderClassName
{
color: #44078B;
}
.AnyTagClassName
{
color: #44078B;
}
</style>
background-color css
<style>
a { background-color: #44078B; }
a { background-color: rgb(68,7,139); }
div.DivClassName
{
background-color: #44078B;
}
.BgClassName
{
background-color: #44078B;
}
</style>
border-color css
<style>
span { border-color: #44078B; }
span { border-color: rgb(68,7,139); }
td.TdClassName
{
border-color: #44078B;
}
.TagClassName
{
border-color: #44078B;
}
</style>