Shades of Indigo #44067D
Tints of Indigo #44067D
RGB
CMYK
RGB Variations
Color information
#44067D (or 0x44067D) is known color: Indigo. HEX triplet: 44, 06 and 7D. RGB value is (68,6,125). Sum of RGB (Red+Green+Blue) = 68+6+125=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #44067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44067D is #BBF982. Grayscale: #252525. Windows color (decimal): -12319107 or 8193604. OLE color: 8193604.
HSL color Cylindrical-coordinate representation of color #44067D: hue angle of 271.26º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44067D is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 6 | 125 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.51 |
| HSL | 271.26º | 0.91% | 0.26% | - |
| HSV(B) | 271.26º | 0.95% | 0.49% | - |
| XYZ | 6.15 | 2.84 | 19.63 | - |
| YUV | 38.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 125 | 0.46 | 0.95 | 0 | 0.51 | 271.26 | 0.91 | 0.26 |
| Hex | 44 | 6 | 7D | 2E | 5F | 0 | 33 | 10F | 5B | 1A |
| Octal | 104 | 6 | 175 | 56 | 137 | 0 | 63 | 417 | 133 | 32 |
| Binary | 1000100 | 110 | 1111101 | 101110 | 1011111 | 0 | 110011 | 100001111 | 1011011 | 11010 |
Color Harmonies of #44067D
Complementary color
Monochromatic Colors of #44067D
Black with #44067D
Text Example
Text Example
White with #44067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44067D; }
p { color: rgb(68,6,125); }
H1.HeaderClassName
{
color: #44067D;
}
.AnyTagClassName
{
color: #44067D;
}
</style>
background-color css
<style>
a { background-color: #44067D; }
a { background-color: rgb(68,6,125); }
div.DivClassName
{
background-color: #44067D;
}
.BgClassName
{
background-color: #44067D;
}
</style>
border-color css
<style>
span { border-color: #44067D; }
span { border-color: rgb(68,6,125); }
td.TdClassName
{
border-color: #44067D;
}
.TagClassName
{
border-color: #44067D;
}
</style>