Shades of Indigo #440582
Tints of Indigo #440582
RGB
CMYK
RGB Variations
Color information
#440582 (or 0x440582) is known color: Indigo. HEX triplet: 44, 05 and 82. RGB value is (68,5,130). Sum of RGB (Red+Green+Blue) = 68+5+130=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #440582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440582 is #BBFA7D. Grayscale: #252525. Windows color (decimal): -12319358 or 8521028. OLE color: 8521028.
HSL color Cylindrical-coordinate representation of color #440582: hue angle of 270.24º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440582 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 5 | 130 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.49 |
| HSL | 270.24º | 0.93% | 0.26% | - |
| HSV(B) | 270.24º | 0.96% | 0.51% | - |
| XYZ | 6.47 | 2.95 | 21.35 | - |
| YUV | 38.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 130 | 0.48 | 0.96 | 0 | 0.49 | 270.24 | 0.93 | 0.26 |
| Hex | 44 | 5 | 82 | 30 | 60 | 0 | 31 | 10E | 5D | 1A |
| Octal | 104 | 5 | 202 | 60 | 140 | 0 | 61 | 416 | 135 | 32 |
| Binary | 1000100 | 101 | 10000010 | 110000 | 1100000 | 0 | 110001 | 100001110 | 1011101 | 11010 |
Color Harmonies of #440582
Complementary color
Monochromatic Colors of #440582
Black with #440582
Text Example
Text Example
White with #440582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440582; }
p { color: rgb(68,5,130); }
H1.HeaderClassName
{
color: #440582;
}
.AnyTagClassName
{
color: #440582;
}
</style>
background-color css
<style>
a { background-color: #440582; }
a { background-color: rgb(68,5,130); }
div.DivClassName
{
background-color: #440582;
}
.BgClassName
{
background-color: #440582;
}
</style>
border-color css
<style>
span { border-color: #440582; }
span { border-color: rgb(68,5,130); }
td.TdClassName
{
border-color: #440582;
}
.TagClassName
{
border-color: #440582;
}
</style>