Shades of Indigo #440781
Tints of Indigo #440781
RGB
CMYK
RGB Variations
Color information
#440781 (or 0x440781) is known color: Indigo. HEX triplet: 44, 07 and 81. RGB value is (68,7,129). Sum of RGB (Red+Green+Blue) = 68+7+129=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #440781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440781 is #BBF87E. Grayscale: #262626. Windows color (decimal): -12318847 or 8456004. OLE color: 8456004.
HSL color Cylindrical-coordinate representation of color #440781: hue angle of 270º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440781 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 7 | 129 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.49 |
| HSL | 270º | 0.9% | 0.27% | - |
| HSV(B) | 270º | 0.95% | 0.51% | - |
| XYZ | 6.42 | 2.97 | 21 | - |
| YUV | 39.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 129 | 0.47 | 0.95 | 0 | 0.49 | 270 | 0.9 | 0.27 |
| Hex | 44 | 7 | 81 | 2F | 5F | 0 | 31 | 10E | 5A | 1B |
| Octal | 104 | 7 | 201 | 57 | 137 | 0 | 61 | 416 | 132 | 33 |
| Binary | 1000100 | 111 | 10000001 | 101111 | 1011111 | 0 | 110001 | 100001110 | 1011010 | 11011 |
Color Harmonies of #440781
Complementary color
Monochromatic Colors of #440781
Black with #440781
Text Example
Text Example
White with #440781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440781; }
p { color: rgb(68,7,129); }
H1.HeaderClassName
{
color: #440781;
}
.AnyTagClassName
{
color: #440781;
}
</style>
background-color css
<style>
a { background-color: #440781; }
a { background-color: rgb(68,7,129); }
div.DivClassName
{
background-color: #440781;
}
.BgClassName
{
background-color: #440781;
}
</style>
border-color css
<style>
span { border-color: #440781; }
span { border-color: rgb(68,7,129); }
td.TdClassName
{
border-color: #440781;
}
.TagClassName
{
border-color: #440781;
}
</style>