Shades of Indigo #44127C
Tints of Indigo #44127C
RGB
CMYK
RGB Variations
Color information
#44127C (or 0x44127C) is known color: Indigo. HEX triplet: 44, 12 and 7C. RGB value is (68,18,124). Sum of RGB (Red+Green+Blue) = 68+18+124=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #44127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44127C is #BBED83. Grayscale: #2C2C2C. Windows color (decimal): -12316036 or 8131140. OLE color: 8131140.
HSL color Cylindrical-coordinate representation of color #44127C: hue angle of 268.3º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44127C is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 18 | 124 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.51 |
| HSL | 268.3º | 0.75% | 0.28% | - |
| HSV(B) | 268.3º | 0.85% | 0.49% | - |
| XYZ | 6.24 | 3.12 | 19.34 | - |
| YUV | 45.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 124 | 0.45 | 0.85 | 0 | 0.51 | 268.3 | 0.75 | 0.28 |
| Hex | 44 | 12 | 7C | 2D | 55 | 0 | 33 | 10C | 4B | 1C |
| Octal | 104 | 22 | 174 | 55 | 125 | 0 | 63 | 414 | 113 | 34 |
| Binary | 1000100 | 10010 | 1111100 | 101101 | 1010101 | 0 | 110011 | 100001100 | 1001011 | 11100 |
Color Harmonies of #44127C
Complementary color
Monochromatic Colors of #44127C
Black with #44127C
Text Example
Text Example
White with #44127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44127C; }
p { color: rgb(68,18,124); }
H1.HeaderClassName
{
color: #44127C;
}
.AnyTagClassName
{
color: #44127C;
}
</style>
background-color css
<style>
a { background-color: #44127C; }
a { background-color: rgb(68,18,124); }
div.DivClassName
{
background-color: #44127C;
}
.BgClassName
{
background-color: #44127C;
}
</style>
border-color css
<style>
span { border-color: #44127C; }
span { border-color: rgb(68,18,124); }
td.TdClassName
{
border-color: #44127C;
}
.TagClassName
{
border-color: #44127C;
}
</style>