Shades of Indigo #400773
Tints of Indigo #400773
RGB
CMYK
RGB Variations
Color information
#400773 (or 0x400773) is known color: Indigo. HEX triplet: 40, 07 and 73. RGB value is (64,7,115). Sum of RGB (Red+Green+Blue) = 64+7+115=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #400773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400773 is #BFF88C. Grayscale: #232323. Windows color (decimal): -12581005 or 7538496. OLE color: 7538496.
HSL color Cylindrical-coordinate representation of color #400773: hue angle of 271.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400773 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 7 | 115 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.55 |
| HSL | 271.67º | 0.89% | 0.24% | - |
| HSV(B) | 271.67º | 0.94% | 0.45% | - |
| XYZ | 5.28 | 2.48 | 16.42 | - |
| YUV | 36.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 115 | 0.44 | 0.94 | 0 | 0.55 | 271.67 | 0.89 | 0.24 |
| Hex | 40 | 7 | 73 | 2C | 5E | 0 | 37 | 110 | 59 | 18 |
| Octal | 100 | 7 | 163 | 54 | 136 | 0 | 67 | 420 | 131 | 30 |
| Binary | 1000000 | 111 | 1110011 | 101100 | 1011110 | 0 | 110111 | 100010000 | 1011001 | 11000 |
Color Harmonies of #400773
Complementary color
Monochromatic Colors of #400773
Black with #400773
Text Example
Text Example
White with #400773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400773; }
p { color: rgb(64,7,115); }
H1.HeaderClassName
{
color: #400773;
}
.AnyTagClassName
{
color: #400773;
}
</style>
background-color css
<style>
a { background-color: #400773; }
a { background-color: rgb(64,7,115); }
div.DivClassName
{
background-color: #400773;
}
.BgClassName
{
background-color: #400773;
}
</style>
border-color css
<style>
span { border-color: #400773; }
span { border-color: rgb(64,7,115); }
td.TdClassName
{
border-color: #400773;
}
.TagClassName
{
border-color: #400773;
}
</style>