Shades of Indigo #440189
Tints of Indigo #440189
RGB
CMYK
RGB Variations
Color information
#440189 (or 0x440189) is known color: Indigo. HEX triplet: 44, 01 and 89. RGB value is (68,1,137). Sum of RGB (Red+Green+Blue) = 68+1+137=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #440189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440189 is #BBFE76. Grayscale: #242424. Windows color (decimal): -12320375 or 8978756. OLE color: 8978756.
HSL color Cylindrical-coordinate representation of color #440189: hue angle of 269.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440189 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 1 | 137 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.46 |
| HSL | 269.56º | 0.99% | 0.27% | - |
| HSV(B) | 269.56º | 0.99% | 0.54% | - |
| XYZ | 6.91 | 3.06 | 23.89 | - |
| YUV | 36.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 137 | 0.50 | 0.99 | 0 | 0.46 | 269.56 | 0.99 | 0.27 |
| Hex | 44 | 1 | 89 | 32 | 63 | 0 | 2E | 10E | 63 | 1B |
| Octal | 104 | 1 | 211 | 62 | 143 | 0 | 56 | 416 | 143 | 33 |
| Binary | 1000100 | 1 | 10001001 | 110010 | 1100011 | 0 | 101110 | 100001110 | 1100011 | 11011 |
Color Harmonies of #440189
Complementary color
Monochromatic Colors of #440189
Black with #440189
Text Example
Text Example
White with #440189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440189; }
p { color: rgb(68,1,137); }
H1.HeaderClassName
{
color: #440189;
}
.AnyTagClassName
{
color: #440189;
}
</style>
background-color css
<style>
a { background-color: #440189; }
a { background-color: rgb(68,1,137); }
div.DivClassName
{
background-color: #440189;
}
.BgClassName
{
background-color: #440189;
}
</style>
border-color css
<style>
span { border-color: #440189; }
span { border-color: rgb(68,1,137); }
td.TdClassName
{
border-color: #440189;
}
.TagClassName
{
border-color: #440189;
}
</style>