Shades of Indigo #440591
Tints of Indigo #440591
RGB
CMYK
RGB Variations
Color information
#440591 (or 0x440591) is known color: Indigo. HEX triplet: 44, 05 and 91. RGB value is (68,5,145). Sum of RGB (Red+Green+Blue) = 68+5+145=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #440591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440591 is #BBFA6E. Grayscale: #272727. Windows color (decimal): -12319343 or 9504068. OLE color: 9504068.
HSL color Cylindrical-coordinate representation of color #440591: hue angle of 267º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440591 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 5 | 145 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.43 |
| HSL | 267º | 0.93% | 0.29% | - |
| HSV(B) | 267º | 0.97% | 0.57% | - |
| XYZ | 7.55 | 3.38 | 27.04 | - |
| YUV | 39.8 | 187.37 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 145 | 0.53 | 0.97 | 0 | 0.43 | 267 | 0.93 | 0.29 |
| Hex | 44 | 5 | 91 | 35 | 61 | 0 | 2B | 10B | 5D | 1D |
| Octal | 104 | 5 | 221 | 65 | 141 | 0 | 53 | 413 | 135 | 35 |
| Binary | 1000100 | 101 | 10010001 | 110101 | 1100001 | 0 | 101011 | 100001011 | 1011101 | 11101 |
Color Harmonies of #440591
Complementary color
Monochromatic Colors of #440591
Black with #440591
Text Example
Text Example
White with #440591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440591; }
p { color: rgb(68,5,145); }
H1.HeaderClassName
{
color: #440591;
}
.AnyTagClassName
{
color: #440591;
}
</style>
background-color css
<style>
a { background-color: #440591; }
a { background-color: rgb(68,5,145); }
div.DivClassName
{
background-color: #440591;
}
.BgClassName
{
background-color: #440591;
}
</style>
border-color css
<style>
span { border-color: #440591; }
span { border-color: rgb(68,5,145); }
td.TdClassName
{
border-color: #440591;
}
.TagClassName
{
border-color: #440591;
}
</style>