Shades of Indigo #440AAD
Tints of Indigo #440AAD
RGB
CMYK
RGB Variations
Color information
#440AAD (or 0x440AAD) is known color: Indigo. HEX triplet: 44, 0A and AD. RGB value is (68,10,173). Sum of RGB (Red+Green+Blue) = 68+10+173=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #440AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AAD is #BBF552. Grayscale: #2D2D2D. Windows color (decimal): -12318035 or 11340356. OLE color: 11340356.
HSL color Cylindrical-coordinate representation of color #440AAD: hue angle of 261.35º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AAD is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 10 | 173 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.32 |
| HSL | 261.35º | 0.89% | 0.36% | - |
| HSV(B) | 261.35º | 0.94% | 0.68% | - |
| XYZ | 10.04 | 4.46 | 39.87 | - |
| YUV | 45.92 | 199.72 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 173 | 0.61 | 0.94 | 0 | 0.32 | 261.35 | 0.89 | 0.36 |
| Hex | 44 | A | AD | 3D | 5E | 0 | 20 | 105 | 59 | 24 |
| Octal | 104 | 12 | 255 | 75 | 136 | 0 | 40 | 405 | 131 | 44 |
| Binary | 1000100 | 1010 | 10101101 | 111101 | 1011110 | 0 | 100000 | 100000101 | 1011001 | 100100 |
Color Harmonies of #440AAD
Complementary color
Monochromatic Colors of #440AAD
Black with #440AAD
Text Example
Text Example
White with #440AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AAD; }
p { color: rgb(68,10,173); }
H1.HeaderClassName
{
color: #440AAD;
}
.AnyTagClassName
{
color: #440AAD;
}
</style>
background-color css
<style>
a { background-color: #440AAD; }
a { background-color: rgb(68,10,173); }
div.DivClassName
{
background-color: #440AAD;
}
.BgClassName
{
background-color: #440AAD;
}
</style>
border-color css
<style>
span { border-color: #440AAD; }
span { border-color: rgb(68,10,173); }
td.TdClassName
{
border-color: #440AAD;
}
.TagClassName
{
border-color: #440AAD;
}
</style>