Shades of Indigo #440D75
Tints of Indigo #440D75
RGB
CMYK
RGB Variations
Color information
#440D75 (or 0x440D75) is known color: Indigo. HEX triplet: 44, 0D and 75. RGB value is (68,13,117). Sum of RGB (Red+Green+Blue) = 68+13+117=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #440D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D75 is #BBF28A. Grayscale: #282828. Windows color (decimal): -12317323 or 7671108. OLE color: 7671108.
HSL color Cylindrical-coordinate representation of color #440D75: hue angle of 271.73º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440D75 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 13 | 117 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.54 |
| HSL | 271.73º | 0.8% | 0.25% | - |
| HSV(B) | 271.73º | 0.89% | 0.46% | - |
| XYZ | 5.74 | 2.8 | 17.07 | - |
| YUV | 41.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 117 | 0.42 | 0.89 | 0 | 0.54 | 271.73 | 0.8 | 0.25 |
| Hex | 44 | D | 75 | 2A | 59 | 0 | 36 | 110 | 50 | 19 |
| Octal | 104 | 15 | 165 | 52 | 131 | 0 | 66 | 420 | 120 | 31 |
| Binary | 1000100 | 1101 | 1110101 | 101010 | 1011001 | 0 | 110110 | 100010000 | 1010000 | 11001 |
Color Harmonies of #440D75
Complementary color
Monochromatic Colors of #440D75
Black with #440D75
Text Example
Text Example
White with #440D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D75; }
p { color: rgb(68,13,117); }
H1.HeaderClassName
{
color: #440D75;
}
.AnyTagClassName
{
color: #440D75;
}
</style>
background-color css
<style>
a { background-color: #440D75; }
a { background-color: rgb(68,13,117); }
div.DivClassName
{
background-color: #440D75;
}
.BgClassName
{
background-color: #440D75;
}
</style>
border-color css
<style>
span { border-color: #440D75; }
span { border-color: rgb(68,13,117); }
td.TdClassName
{
border-color: #440D75;
}
.TagClassName
{
border-color: #440D75;
}
</style>