Shades of Indigo #440A83
Tints of Indigo #440A83
RGB
CMYK
RGB Variations
Color information
#440A83 (or 0x440A83) is known color: Indigo. HEX triplet: 44, 0A and 83. RGB value is (68,10,131). Sum of RGB (Red+Green+Blue) = 68+10+131=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #440A83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A83 is #BBF57C. Grayscale: #282828. Windows color (decimal): -12318077 or 8587844. OLE color: 8587844.
HSL color Cylindrical-coordinate representation of color #440A83: hue angle of 268.76º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440A83 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 10 | 131 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.49 |
| HSL | 268.76º | 0.86% | 0.28% | - |
| HSV(B) | 268.76º | 0.92% | 0.51% | - |
| XYZ | 6.59 | 3.08 | 21.72 | - |
| YUV | 41.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 131 | 0.48 | 0.92 | 0 | 0.49 | 268.76 | 0.86 | 0.28 |
| Hex | 44 | A | 83 | 30 | 5C | 0 | 31 | 10D | 56 | 1C |
| Octal | 104 | 12 | 203 | 60 | 134 | 0 | 61 | 415 | 126 | 34 |
| Binary | 1000100 | 1010 | 10000011 | 110000 | 1011100 | 0 | 110001 | 100001101 | 1010110 | 11100 |
Color Harmonies of #440A83
Complementary color
Monochromatic Colors of #440A83
Black with #440A83
Text Example
Text Example
White with #440A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A83; }
p { color: rgb(68,10,131); }
H1.HeaderClassName
{
color: #440A83;
}
.AnyTagClassName
{
color: #440A83;
}
</style>
background-color css
<style>
a { background-color: #440A83; }
a { background-color: rgb(68,10,131); }
div.DivClassName
{
background-color: #440A83;
}
.BgClassName
{
background-color: #440A83;
}
</style>
border-color css
<style>
span { border-color: #440A83; }
span { border-color: rgb(68,10,131); }
td.TdClassName
{
border-color: #440A83;
}
.TagClassName
{
border-color: #440A83;
}
</style>