Shades of Indigo #440174
Tints of Indigo #440174
RGB
CMYK
RGB Variations
Color information
#440174 (or 0x440174) is known color: Indigo. HEX triplet: 44, 01 and 74. RGB value is (68,1,116). Sum of RGB (Red+Green+Blue) = 68+1+116=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #440174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440174 is #BBFE8B. Grayscale: #212121. Windows color (decimal): -12320396 or 7602500. OLE color: 7602500.
HSL color Cylindrical-coordinate representation of color #440174: hue angle of 274.96º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440174 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 1 | 116 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.55 |
| HSL | 274.96º | 0.98% | 0.23% | - |
| HSV(B) | 274.96º | 0.99% | 0.45% | - |
| XYZ | 5.55 | 2.51 | 16.72 | - |
| YUV | 34.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 116 | 0.41 | 0.99 | 0 | 0.55 | 274.96 | 0.98 | 0.23 |
| Hex | 44 | 1 | 74 | 29 | 63 | 0 | 37 | 113 | 62 | 17 |
| Octal | 104 | 1 | 164 | 51 | 143 | 0 | 67 | 423 | 142 | 27 |
| Binary | 1000100 | 1 | 1110100 | 101001 | 1100011 | 0 | 110111 | 100010011 | 1100010 | 10111 |
Color Harmonies of #440174
Complementary color
Monochromatic Colors of #440174
Black with #440174
Text Example
Text Example
White with #440174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440174; }
p { color: rgb(68,1,116); }
H1.HeaderClassName
{
color: #440174;
}
.AnyTagClassName
{
color: #440174;
}
</style>
background-color css
<style>
a { background-color: #440174; }
a { background-color: rgb(68,1,116); }
div.DivClassName
{
background-color: #440174;
}
.BgClassName
{
background-color: #440174;
}
</style>
border-color css
<style>
span { border-color: #440174; }
span { border-color: rgb(68,1,116); }
td.TdClassName
{
border-color: #440174;
}
.TagClassName
{
border-color: #440174;
}
</style>