Shades of Indigo #440A9A
Tints of Indigo #440A9A
RGB
CMYK
RGB Variations
Color information
#440A9A (or 0x440A9A) is known color: Indigo. HEX triplet: 44, 0A and 9A. RGB value is (68,10,154). Sum of RGB (Red+Green+Blue) = 68+10+154=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #440A9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A9A is #BBF565. Grayscale: #2B2B2B. Windows color (decimal): -12318054 or 10095172. OLE color: 10095172.
HSL color Cylindrical-coordinate representation of color #440A9A: hue angle of 264.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440A9A is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 10 | 154 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.40 |
| HSL | 264.17º | 0.88% | 0.32% | - |
| HSV(B) | 264.17º | 0.94% | 0.6% | - |
| XYZ | 8.33 | 3.78 | 30.86 | - |
| YUV | 43.76 | 190.22 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 154 | 0.56 | 0.94 | 0 | 0.40 | 264.17 | 0.88 | 0.32 |
| Hex | 44 | A | 9A | 38 | 5E | 0 | 28 | 108 | 58 | 20 |
| Octal | 104 | 12 | 232 | 70 | 136 | 0 | 50 | 410 | 130 | 40 |
| Binary | 1000100 | 1010 | 10011010 | 111000 | 1011110 | 0 | 101000 | 100001000 | 1011000 | 100000 |
Color Harmonies of #440A9A
Complementary color
Monochromatic Colors of #440A9A
Black with #440A9A
Text Example
Text Example
White with #440A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A9A; }
p { color: rgb(68,10,154); }
H1.HeaderClassName
{
color: #440A9A;
}
.AnyTagClassName
{
color: #440A9A;
}
</style>
background-color css
<style>
a { background-color: #440A9A; }
a { background-color: rgb(68,10,154); }
div.DivClassName
{
background-color: #440A9A;
}
.BgClassName
{
background-color: #440A9A;
}
</style>
border-color css
<style>
span { border-color: #440A9A; }
span { border-color: rgb(68,10,154); }
td.TdClassName
{
border-color: #440A9A;
}
.TagClassName
{
border-color: #440A9A;
}
</style>