Shades of Indigo #440B84
Tints of Indigo #440B84
RGB
CMYK
RGB Variations
Color information
#440B84 (or 0x440B84) is known color: Indigo. HEX triplet: 44, 0B and 84. RGB value is (68,11,132). Sum of RGB (Red+Green+Blue) = 68+11+132=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #440B84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B84 is #BBF47B. Grayscale: #292929. Windows color (decimal): -12317820 or 8653636. OLE color: 8653636.
HSL color Cylindrical-coordinate representation of color #440B84: hue angle of 268.26º degrees, saturation: 0.85, 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 #440B84 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 11 | 132 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.48 |
| HSL | 268.26º | 0.85% | 0.28% | - |
| HSV(B) | 268.26º | 0.92% | 0.52% | - |
| XYZ | 6.67 | 3.13 | 22.08 | - |
| YUV | 41.84 | 178.88 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 132 | 0.48 | 0.92 | 0 | 0.48 | 268.26 | 0.85 | 0.28 |
| Hex | 44 | B | 84 | 30 | 5C | 0 | 30 | 10C | 55 | 1C |
| Octal | 104 | 13 | 204 | 60 | 134 | 0 | 60 | 414 | 125 | 34 |
| Binary | 1000100 | 1011 | 10000100 | 110000 | 1011100 | 0 | 110000 | 100001100 | 1010101 | 11100 |
Color Harmonies of #440B84
Complementary color
Monochromatic Colors of #440B84
Black with #440B84
Text Example
Text Example
White with #440B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B84; }
p { color: rgb(68,11,132); }
H1.HeaderClassName
{
color: #440B84;
}
.AnyTagClassName
{
color: #440B84;
}
</style>
background-color css
<style>
a { background-color: #440B84; }
a { background-color: rgb(68,11,132); }
div.DivClassName
{
background-color: #440B84;
}
.BgClassName
{
background-color: #440B84;
}
</style>
border-color css
<style>
span { border-color: #440B84; }
span { border-color: rgb(68,11,132); }
td.TdClassName
{
border-color: #440B84;
}
.TagClassName
{
border-color: #440B84;
}
</style>