Shades of Indigo #440A69
Tints of Indigo #440A69
RGB
CMYK
RGB Variations
Color information
#440A69 (or 0x440A69) is known color: Indigo. HEX triplet: 44, 0A and 69. RGB value is (68,10,105). Sum of RGB (Red+Green+Blue) = 68+10+105=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #440A69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A69 is #BBF596. Grayscale: #252525. Windows color (decimal): -12318103 or 6883908. OLE color: 6883908.
HSL color Cylindrical-coordinate representation of color #440A69: hue angle of 276.63º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440A69 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 10 | 105 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.59 |
| HSL | 276.63º | 0.83% | 0.23% | - |
| HSV(B) | 276.63º | 0.9% | 0.41% | - |
| XYZ | 5.04 | 2.47 | 13.57 | - |
| YUV | 38.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 105 | 0.35 | 0.90 | 0 | 0.59 | 276.63 | 0.83 | 0.23 |
| Hex | 44 | A | 69 | 23 | 5A | 0 | 3B | 115 | 53 | 17 |
| Octal | 104 | 12 | 151 | 43 | 132 | 0 | 73 | 425 | 123 | 27 |
| Binary | 1000100 | 1010 | 1101001 | 100011 | 1011010 | 0 | 111011 | 100010101 | 1010011 | 10111 |
Color Harmonies of #440A69
Complementary color
Monochromatic Colors of #440A69
Black with #440A69
Text Example
Text Example
White with #440A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A69; }
p { color: rgb(68,10,105); }
H1.HeaderClassName
{
color: #440A69;
}
.AnyTagClassName
{
color: #440A69;
}
</style>
background-color css
<style>
a { background-color: #440A69; }
a { background-color: rgb(68,10,105); }
div.DivClassName
{
background-color: #440A69;
}
.BgClassName
{
background-color: #440A69;
}
</style>
border-color css
<style>
span { border-color: #440A69; }
span { border-color: rgb(68,10,105); }
td.TdClassName
{
border-color: #440A69;
}
.TagClassName
{
border-color: #440A69;
}
</style>