Shades of Indigo #440F74
Tints of Indigo #440F74
RGB
CMYK
RGB Variations
Color information
#440F74 (or 0x440F74) is known color: Indigo. HEX triplet: 44, 0F and 74. RGB value is (68,15,116). Sum of RGB (Red+Green+Blue) = 68+15+116=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #440F74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F74 is #BBF08B. Grayscale: #2A2A2A. Windows color (decimal): -12316812 or 7606084. OLE color: 7606084.
HSL color Cylindrical-coordinate representation of color #440F74: hue angle of 271.49º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440F74 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 15 | 116 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.55 |
| HSL | 271.49º | 0.77% | 0.26% | - |
| HSV(B) | 271.49º | 0.87% | 0.45% | - |
| XYZ | 5.71 | 2.83 | 16.77 | - |
| YUV | 42.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 116 | 0.41 | 0.87 | 0 | 0.55 | 271.49 | 0.77 | 0.26 |
| Hex | 44 | F | 74 | 29 | 57 | 0 | 37 | 10F | 4D | 1A |
| Octal | 104 | 17 | 164 | 51 | 127 | 0 | 67 | 417 | 115 | 32 |
| Binary | 1000100 | 1111 | 1110100 | 101001 | 1010111 | 0 | 110111 | 100001111 | 1001101 | 11010 |
Color Harmonies of #440F74
Complementary color
Monochromatic Colors of #440F74
Black with #440F74
Text Example
Text Example
White with #440F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F74; }
p { color: rgb(68,15,116); }
H1.HeaderClassName
{
color: #440F74;
}
.AnyTagClassName
{
color: #440F74;
}
</style>
background-color css
<style>
a { background-color: #440F74; }
a { background-color: rgb(68,15,116); }
div.DivClassName
{
background-color: #440F74;
}
.BgClassName
{
background-color: #440F74;
}
</style>
border-color css
<style>
span { border-color: #440F74; }
span { border-color: rgb(68,15,116); }
td.TdClassName
{
border-color: #440F74;
}
.TagClassName
{
border-color: #440F74;
}
</style>