Shades of Indigo #440DAA
Tints of Indigo #440DAA
RGB
CMYK
RGB Variations
Color information
#440DAA (or 0x440DAA) is known color: Indigo. HEX triplet: 44, 0D and AA. RGB value is (68,13,170). Sum of RGB (Red+Green+Blue) = 68+13+170=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #440DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440DAA is #BBF255. Grayscale: #2E2E2E. Windows color (decimal): -12317270 or 11144516. OLE color: 11144516.
HSL color Cylindrical-coordinate representation of color #440DAA: hue angle of 261.02º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440DAA is Cyan = 0.6, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 13 | 170 | - |
| CMYK | 0.6 | 0.92 | 0 | 0.33 |
| HSL | 261.02º | 0.86% | 0.36% | - |
| HSV(B) | 261.02º | 0.92% | 0.67% | - |
| XYZ | 9.78 | 4.42 | 38.37 | - |
| YUV | 47.34 | 197.22 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 170 | 0.6 | 0.92 | 0 | 0.33 | 261.02 | 0.86 | 0.36 |
| Hex | 44 | D | AA | 3C | 5C | 0 | 21 | 105 | 56 | 24 |
| Octal | 104 | 15 | 252 | 74 | 134 | 0 | 41 | 405 | 126 | 44 |
| Binary | 1000100 | 1101 | 10101010 | 111100 | 1011100 | 0 | 100001 | 100000101 | 1010110 | 100100 |
Color Harmonies of #440DAA
Complementary color
Monochromatic Colors of #440DAA
Black with #440DAA
Text Example
Text Example
White with #440DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DAA; }
p { color: rgb(68,13,170); }
H1.HeaderClassName
{
color: #440DAA;
}
.AnyTagClassName
{
color: #440DAA;
}
</style>
background-color css
<style>
a { background-color: #440DAA; }
a { background-color: rgb(68,13,170); }
div.DivClassName
{
background-color: #440DAA;
}
.BgClassName
{
background-color: #440DAA;
}
</style>
border-color css
<style>
span { border-color: #440DAA; }
span { border-color: rgb(68,13,170); }
td.TdClassName
{
border-color: #440DAA;
}
.TagClassName
{
border-color: #440DAA;
}
</style>