Shades of Indigo #400080
Tints of Indigo #400080
RGB
CMYK
RGB Variations
Color information
#400080 (or 0x400080) is known color: Indigo. HEX triplet: 40, 00 and 80. RGB value is (64,0,128). Sum of RGB (Red+Green+Blue) = 64+0+128=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #400080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400080 is #BFFF7F. Grayscale: #212121. Windows color (decimal): -12582784 or 8388672. OLE color: 8388672.
HSL color Cylindrical-coordinate representation of color #400080: hue angle of 270º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400080 is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 0 | 128 | - |
| CMYK | 0.5 | 1 | 0 | 0.50 |
| HSL | 270º | 1% | 0.25% | - |
| HSV(B) | 270º | 1% | 0.5% | - |
| XYZ | 6.01 | 2.65 | 20.62 | - |
| YUV | 33.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 128 | 0.5 | 1 | 0 | 0.50 | 270 | 1 | 0.25 |
| Hex | 40 | 0 | 80 | 32 | 64 | 0 | 32 | 10E | 64 | 19 |
| Octal | 100 | 0 | 200 | 62 | 144 | 0 | 62 | 416 | 144 | 31 |
| Binary | 1000000 | 0 | 10000000 | 110010 | 1100100 | 0 | 110010 | 100001110 | 1100100 | 11001 |
Color Harmonies of #400080
Complementary color
Monochromatic Colors of #400080
Black with #400080
Text Example
Text Example
White with #400080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400080; }
p { color: rgb(64,0,128); }
H1.HeaderClassName
{
color: #400080;
}
.AnyTagClassName
{
color: #400080;
}
</style>
background-color css
<style>
a { background-color: #400080; }
a { background-color: rgb(64,0,128); }
div.DivClassName
{
background-color: #400080;
}
.BgClassName
{
background-color: #400080;
}
</style>
border-color css
<style>
span { border-color: #400080; }
span { border-color: rgb(64,0,128); }
td.TdClassName
{
border-color: #400080;
}
.TagClassName
{
border-color: #400080;
}
</style>