Shades of Indigo #440AA0
Tints of Indigo #440AA0
RGB
CMYK
RGB Variations
Color information
#440AA0 (or 0x440AA0) is known color: Indigo. HEX triplet: 44, 0A and A0. RGB value is (68,10,160). Sum of RGB (Red+Green+Blue) = 68+10+160=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 160 (62.89% from 255 or 67.23% from 238); Max value from RGB is 160 - color contains mainly: blue. Hex color #440AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AA0 is #BBF55F. Grayscale: #2B2B2B. Windows color (decimal): -12318048 or 10488388. OLE color: 10488388.
HSL color Cylindrical-coordinate representation of color #440AA0: hue angle of 263.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AA0 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 10 | 160 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.37 |
| HSL | 263.2º | 0.88% | 0.33% | - |
| HSV(B) | 263.2º | 0.94% | 0.63% | - |
| XYZ | 8.84 | 3.98 | 33.56 | - |
| YUV | 44.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 160 | 0.57 | 0.94 | 0 | 0.37 | 263.2 | 0.88 | 0.33 |
| Hex | 44 | A | A0 | 39 | 5E | 0 | 25 | 107 | 58 | 21 |
| Octal | 104 | 12 | 240 | 71 | 136 | 0 | 45 | 407 | 130 | 41 |
| Binary | 1000100 | 1010 | 10100000 | 111001 | 1011110 | 0 | 100101 | 100000111 | 1011000 | 100001 |
Color Harmonies of #440AA0
Complementary color
Monochromatic Colors of #440AA0
Black with #440AA0
Text Example
Text Example
White with #440AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AA0; }
p { color: rgb(68,10,160); }
H1.HeaderClassName
{
color: #440AA0;
}
.AnyTagClassName
{
color: #440AA0;
}
</style>
background-color css
<style>
a { background-color: #440AA0; }
a { background-color: rgb(68,10,160); }
div.DivClassName
{
background-color: #440AA0;
}
.BgClassName
{
background-color: #440AA0;
}
</style>
border-color css
<style>
span { border-color: #440AA0; }
span { border-color: rgb(68,10,160); }
td.TdClassName
{
border-color: #440AA0;
}
.TagClassName
{
border-color: #440AA0;
}
</style>