Shades of Indigo #440A65
Tints of Indigo #440A65
RGB
CMYK
RGB Variations
Color information
#440A65 (or 0x440A65) is known color: Indigo. HEX triplet: 44, 0A and 65. RGB value is (68,10,101). Sum of RGB (Red+Green+Blue) = 68+10+101=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #440A65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A65 is #BBF59A. Grayscale: #252525. Windows color (decimal): -12318107 or 6621764. OLE color: 6621764.
HSL color Cylindrical-coordinate representation of color #440A65: hue angle of 278.24º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440A65 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 10 | 101 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.60 |
| HSL | 278.24º | 0.82% | 0.22% | - |
| HSV(B) | 278.24º | 0.9% | 0.4% | - |
| XYZ | 4.84 | 2.39 | 12.52 | - |
| YUV | 37.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 101 | 0.33 | 0.90 | 0 | 0.60 | 278.24 | 0.82 | 0.22 |
| Hex | 44 | A | 65 | 21 | 5A | 0 | 3C | 116 | 52 | 16 |
| Octal | 104 | 12 | 145 | 41 | 132 | 0 | 74 | 426 | 122 | 26 |
| Binary | 1000100 | 1010 | 1100101 | 100001 | 1011010 | 0 | 111100 | 100010110 | 1010010 | 10110 |
Color Harmonies of #440A65
Complementary color
Monochromatic Colors of #440A65
Black with #440A65
Text Example
Text Example
White with #440A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A65; }
p { color: rgb(68,10,101); }
H1.HeaderClassName
{
color: #440A65;
}
.AnyTagClassName
{
color: #440A65;
}
</style>
background-color css
<style>
a { background-color: #440A65; }
a { background-color: rgb(68,10,101); }
div.DivClassName
{
background-color: #440A65;
}
.BgClassName
{
background-color: #440A65;
}
</style>
border-color css
<style>
span { border-color: #440A65; }
span { border-color: rgb(68,10,101); }
td.TdClassName
{
border-color: #440A65;
}
.TagClassName
{
border-color: #440A65;
}
</style>