Shades of Indigo #440881
Tints of Indigo #440881
RGB
CMYK
RGB Variations
Color information
#440881 (or 0x440881) is known color: Indigo. HEX triplet: 44, 08 and 81. RGB value is (68,8,129). Sum of RGB (Red+Green+Blue) = 68+8+129=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #440881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440881 is #BBF77E. Grayscale: #272727. Windows color (decimal): -12318591 or 8456260. OLE color: 8456260.
HSL color Cylindrical-coordinate representation of color #440881: hue angle of 269.75º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440881 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 8 | 129 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.49 |
| HSL | 269.75º | 0.88% | 0.27% | - |
| HSV(B) | 269.75º | 0.94% | 0.51% | - |
| XYZ | 6.43 | 2.99 | 21.01 | - |
| YUV | 39.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 129 | 0.47 | 0.94 | 0 | 0.49 | 269.75 | 0.88 | 0.27 |
| Hex | 44 | 8 | 81 | 2F | 5E | 0 | 31 | 10E | 58 | 1B |
| Octal | 104 | 10 | 201 | 57 | 136 | 0 | 61 | 416 | 130 | 33 |
| Binary | 1000100 | 1000 | 10000001 | 101111 | 1011110 | 0 | 110001 | 100001110 | 1011000 | 11011 |
Color Harmonies of #440881
Complementary color
Monochromatic Colors of #440881
Black with #440881
Text Example
Text Example
White with #440881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440881; }
p { color: rgb(68,8,129); }
H1.HeaderClassName
{
color: #440881;
}
.AnyTagClassName
{
color: #440881;
}
</style>
background-color css
<style>
a { background-color: #440881; }
a { background-color: rgb(68,8,129); }
div.DivClassName
{
background-color: #440881;
}
.BgClassName
{
background-color: #440881;
}
</style>
border-color css
<style>
span { border-color: #440881; }
span { border-color: rgb(68,8,129); }
td.TdClassName
{
border-color: #440881;
}
.TagClassName
{
border-color: #440881;
}
</style>