Shades of Indigo #440CAA
Tints of Indigo #440CAA
RGB
CMYK
RGB Variations
Color information
#440CAA (or 0x440CAA) is known color: Indigo. HEX triplet: 44, 0C and AA. RGB value is (68,12,170). Sum of RGB (Red+Green+Blue) = 68+12+170=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #440CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440CAA is #BBF355. Grayscale: #2E2E2E. Windows color (decimal): -12317526 or 11144260. OLE color: 11144260.
HSL color Cylindrical-coordinate representation of color #440CAA: hue angle of 261.27º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440CAA is Cyan = 0.6, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 12 | 170 | - |
| CMYK | 0.6 | 0.93 | 0 | 0.33 |
| HSL | 261.27º | 0.87% | 0.36% | - |
| HSV(B) | 261.27º | 0.93% | 0.67% | - |
| XYZ | 9.77 | 4.39 | 38.36 | - |
| YUV | 46.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 170 | 0.6 | 0.93 | 0 | 0.33 | 261.27 | 0.87 | 0.36 |
| Hex | 44 | C | AA | 3C | 5D | 0 | 21 | 105 | 57 | 24 |
| Octal | 104 | 14 | 252 | 74 | 135 | 0 | 41 | 405 | 127 | 44 |
| Binary | 1000100 | 1100 | 10101010 | 111100 | 1011101 | 0 | 100001 | 100000101 | 1010111 | 100100 |
Color Harmonies of #440CAA
Complementary color
Monochromatic Colors of #440CAA
Black with #440CAA
Text Example
Text Example
White with #440CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CAA; }
p { color: rgb(68,12,170); }
H1.HeaderClassName
{
color: #440CAA;
}
.AnyTagClassName
{
color: #440CAA;
}
</style>
background-color css
<style>
a { background-color: #440CAA; }
a { background-color: rgb(68,12,170); }
div.DivClassName
{
background-color: #440CAA;
}
.BgClassName
{
background-color: #440CAA;
}
</style>
border-color css
<style>
span { border-color: #440CAA; }
span { border-color: rgb(68,12,170); }
td.TdClassName
{
border-color: #440CAA;
}
.TagClassName
{
border-color: #440CAA;
}
</style>