Shades of Indigo #440A84
Tints of Indigo #440A84
RGB
CMYK
RGB Variations
Color information
#440A84 (or 0x440A84) is known color: Indigo. HEX triplet: 44, 0A and 84. RGB value is (68,10,132). Sum of RGB (Red+Green+Blue) = 68+10+132=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #440A84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A84 is #BBF57B. Grayscale: #282828. Windows color (decimal): -12318076 or 8653380. OLE color: 8653380.
HSL color Cylindrical-coordinate representation of color #440A84: hue angle of 268.52º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440A84 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 10 | 132 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.48 |
| HSL | 268.52º | 0.86% | 0.28% | - |
| HSV(B) | 268.52º | 0.92% | 0.52% | - |
| XYZ | 6.66 | 3.11 | 22.08 | - |
| YUV | 41.25 | 179.22 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 132 | 0.48 | 0.92 | 0 | 0.48 | 268.52 | 0.86 | 0.28 |
| Hex | 44 | A | 84 | 30 | 5C | 0 | 30 | 10D | 56 | 1C |
| Octal | 104 | 12 | 204 | 60 | 134 | 0 | 60 | 415 | 126 | 34 |
| Binary | 1000100 | 1010 | 10000100 | 110000 | 1011100 | 0 | 110000 | 100001101 | 1010110 | 11100 |
Color Harmonies of #440A84
Complementary color
Monochromatic Colors of #440A84
Black with #440A84
Text Example
Text Example
White with #440A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A84; }
p { color: rgb(68,10,132); }
H1.HeaderClassName
{
color: #440A84;
}
.AnyTagClassName
{
color: #440A84;
}
</style>
background-color css
<style>
a { background-color: #440A84; }
a { background-color: rgb(68,10,132); }
div.DivClassName
{
background-color: #440A84;
}
.BgClassName
{
background-color: #440A84;
}
</style>
border-color css
<style>
span { border-color: #440A84; }
span { border-color: rgb(68,10,132); }
td.TdClassName
{
border-color: #440A84;
}
.TagClassName
{
border-color: #440A84;
}
</style>