Shades of Indigo #440D69
Tints of Indigo #440D69
RGB
CMYK
RGB Variations
Color information
#440D69 (or 0x440D69) is known color: Indigo. HEX triplet: 44, 0D and 69. RGB value is (68,13,105). Sum of RGB (Red+Green+Blue) = 68+13+105=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #440D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D69 is #BBF296. Grayscale: #272727. Windows color (decimal): -12317335 or 6884676. OLE color: 6884676.
HSL color Cylindrical-coordinate representation of color #440D69: hue angle of 275.87º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440D69 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 13 | 105 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.59 |
| HSL | 275.87º | 0.78% | 0.23% | - |
| HSV(B) | 275.87º | 0.88% | 0.41% | - |
| XYZ | 5.08 | 2.54 | 13.59 | - |
| YUV | 39.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 105 | 0.35 | 0.88 | 0 | 0.59 | 275.87 | 0.78 | 0.23 |
| Hex | 44 | D | 69 | 23 | 58 | 0 | 3B | 114 | 4E | 17 |
| Octal | 104 | 15 | 151 | 43 | 130 | 0 | 73 | 424 | 116 | 27 |
| Binary | 1000100 | 1101 | 1101001 | 100011 | 1011000 | 0 | 111011 | 100010100 | 1001110 | 10111 |
Color Harmonies of #440D69
Complementary color
Monochromatic Colors of #440D69
Black with #440D69
Text Example
Text Example
White with #440D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D69; }
p { color: rgb(68,13,105); }
H1.HeaderClassName
{
color: #440D69;
}
.AnyTagClassName
{
color: #440D69;
}
</style>
background-color css
<style>
a { background-color: #440D69; }
a { background-color: rgb(68,13,105); }
div.DivClassName
{
background-color: #440D69;
}
.BgClassName
{
background-color: #440D69;
}
</style>
border-color css
<style>
span { border-color: #440D69; }
span { border-color: rgb(68,13,105); }
td.TdClassName
{
border-color: #440D69;
}
.TagClassName
{
border-color: #440D69;
}
</style>