Shades of Indigo #440488
Tints of Indigo #440488
RGB
CMYK
RGB Variations
Color information
#440488 (or 0x440488) is known color: Indigo. HEX triplet: 44, 04 and 88. RGB value is (68,4,136). Sum of RGB (Red+Green+Blue) = 68+4+136=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #440488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440488 is #BBFB77. Grayscale: #252525. Windows color (decimal): -12319608 or 8913988. OLE color: 8913988.
HSL color Cylindrical-coordinate representation of color #440488: hue angle of 269.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440488 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 4 | 136 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.47 |
| HSL | 269.09º | 0.94% | 0.27% | - |
| HSV(B) | 269.09º | 0.97% | 0.53% | - |
| XYZ | 6.87 | 3.09 | 23.53 | - |
| YUV | 38.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 136 | 0.50 | 0.97 | 0 | 0.47 | 269.09 | 0.94 | 0.27 |
| Hex | 44 | 4 | 88 | 32 | 61 | 0 | 2F | 10D | 5E | 1B |
| Octal | 104 | 4 | 210 | 62 | 141 | 0 | 57 | 415 | 136 | 33 |
| Binary | 1000100 | 100 | 10001000 | 110010 | 1100001 | 0 | 101111 | 100001101 | 1011110 | 11011 |
Color Harmonies of #440488
Complementary color
Monochromatic Colors of #440488
Black with #440488
Text Example
Text Example
White with #440488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440488; }
p { color: rgb(68,4,136); }
H1.HeaderClassName
{
color: #440488;
}
.AnyTagClassName
{
color: #440488;
}
</style>
background-color css
<style>
a { background-color: #440488; }
a { background-color: rgb(68,4,136); }
div.DivClassName
{
background-color: #440488;
}
.BgClassName
{
background-color: #440488;
}
</style>
border-color css
<style>
span { border-color: #440488; }
span { border-color: rgb(68,4,136); }
td.TdClassName
{
border-color: #440488;
}
.TagClassName
{
border-color: #440488;
}
</style>