Shades of Indigo #44027D
Tints of Indigo #44027D
RGB
CMYK
RGB Variations
Color information
#44027D (or 0x44027D) is known color: Indigo. HEX triplet: 44, 02 and 7D. RGB value is (68,2,125). Sum of RGB (Red+Green+Blue) = 68+2+125=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #44027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44027D is #BBFD82. Grayscale: #232323. Windows color (decimal): -12320131 or 8192580. OLE color: 8192580.
HSL color Cylindrical-coordinate representation of color #44027D: hue angle of 272.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44027D is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 2 | 125 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.51 |
| HSL | 272.2º | 0.97% | 0.25% | - |
| HSV(B) | 272.2º | 0.98% | 0.49% | - |
| XYZ | 6.11 | 2.75 | 19.61 | - |
| YUV | 35.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 125 | 0.46 | 0.98 | 0 | 0.51 | 272.2 | 0.97 | 0.25 |
| Hex | 44 | 2 | 7D | 2E | 62 | 0 | 33 | 110 | 61 | 19 |
| Octal | 104 | 2 | 175 | 56 | 142 | 0 | 63 | 420 | 141 | 31 |
| Binary | 1000100 | 10 | 1111101 | 101110 | 1100010 | 0 | 110011 | 100010000 | 1100001 | 11001 |
Color Harmonies of #44027D
Complementary color
Monochromatic Colors of #44027D
Black with #44027D
Text Example
Text Example
White with #44027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44027D; }
p { color: rgb(68,2,125); }
H1.HeaderClassName
{
color: #44027D;
}
.AnyTagClassName
{
color: #44027D;
}
</style>
background-color css
<style>
a { background-color: #44027D; }
a { background-color: rgb(68,2,125); }
div.DivClassName
{
background-color: #44027D;
}
.BgClassName
{
background-color: #44027D;
}
</style>
border-color css
<style>
span { border-color: #44027D; }
span { border-color: rgb(68,2,125); }
td.TdClassName
{
border-color: #44027D;
}
.TagClassName
{
border-color: #44027D;
}
</style>