Shades of Indigo #440574
Tints of Indigo #440574
RGB
CMYK
RGB Variations
Color information
#440574 (or 0x440574) is known color: Indigo. HEX triplet: 44, 05 and 74. RGB value is (68,5,116). Sum of RGB (Red+Green+Blue) = 68+5+116=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #440574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440574 is #BBFA8B. Grayscale: #242424. Windows color (decimal): -12319372 or 7603524. OLE color: 7603524.
HSL color Cylindrical-coordinate representation of color #440574: hue angle of 274.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440574 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 5 | 116 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.55 |
| HSL | 274.05º | 0.92% | 0.24% | - |
| HSV(B) | 274.05º | 0.96% | 0.45% | - |
| XYZ | 5.59 | 2.6 | 16.73 | - |
| YUV | 36.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 116 | 0.41 | 0.96 | 0 | 0.55 | 274.05 | 0.92 | 0.24 |
| Hex | 44 | 5 | 74 | 29 | 60 | 0 | 37 | 112 | 5C | 18 |
| Octal | 104 | 5 | 164 | 51 | 140 | 0 | 67 | 422 | 134 | 30 |
| Binary | 1000100 | 101 | 1110100 | 101001 | 1100000 | 0 | 110111 | 100010010 | 1011100 | 11000 |
Color Harmonies of #440574
Complementary color
Monochromatic Colors of #440574
Black with #440574
Text Example
Text Example
White with #440574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440574; }
p { color: rgb(68,5,116); }
H1.HeaderClassName
{
color: #440574;
}
.AnyTagClassName
{
color: #440574;
}
</style>
background-color css
<style>
a { background-color: #440574; }
a { background-color: rgb(68,5,116); }
div.DivClassName
{
background-color: #440574;
}
.BgClassName
{
background-color: #440574;
}
</style>
border-color css
<style>
span { border-color: #440574; }
span { border-color: rgb(68,5,116); }
td.TdClassName
{
border-color: #440574;
}
.TagClassName
{
border-color: #440574;
}
</style>