Shades of Indigo #440588
Tints of Indigo #440588
RGB
CMYK
RGB Variations
Color information
#440588 (or 0x440588) is known color: Indigo. HEX triplet: 44, 05 and 88. RGB value is (68,5,136). Sum of RGB (Red+Green+Blue) = 68+5+136=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #440588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440588 is #BBFA77. Grayscale: #262626. Windows color (decimal): -12319352 or 8914244. OLE color: 8914244.
HSL color Cylindrical-coordinate representation of color #440588: hue angle of 268.85º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440588 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 5 | 136 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.47 |
| HSL | 268.85º | 0.93% | 0.28% | - |
| HSV(B) | 268.85º | 0.96% | 0.53% | - |
| XYZ | 6.88 | 3.12 | 23.53 | - |
| YUV | 38.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 136 | 0.50 | 0.96 | 0 | 0.47 | 268.85 | 0.93 | 0.28 |
| Hex | 44 | 5 | 88 | 32 | 60 | 0 | 2F | 10D | 5D | 1C |
| Octal | 104 | 5 | 210 | 62 | 140 | 0 | 57 | 415 | 135 | 34 |
| Binary | 1000100 | 101 | 10001000 | 110010 | 1100000 | 0 | 101111 | 100001101 | 1011101 | 11100 |
Color Harmonies of #440588
Complementary color
Monochromatic Colors of #440588
Black with #440588
Text Example
Text Example
White with #440588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440588; }
p { color: rgb(68,5,136); }
H1.HeaderClassName
{
color: #440588;
}
.AnyTagClassName
{
color: #440588;
}
</style>
background-color css
<style>
a { background-color: #440588; }
a { background-color: rgb(68,5,136); }
div.DivClassName
{
background-color: #440588;
}
.BgClassName
{
background-color: #440588;
}
</style>
border-color css
<style>
span { border-color: #440588; }
span { border-color: rgb(68,5,136); }
td.TdClassName
{
border-color: #440588;
}
.TagClassName
{
border-color: #440588;
}
</style>