Shades of Indigo #400580
Tints of Indigo #400580
RGB
CMYK
RGB Variations
Color information
#400580 (or 0x400580) is known color: Indigo. HEX triplet: 40, 05 and 80. RGB value is (64,5,128). Sum of RGB (Red+Green+Blue) = 64+5+128=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #400580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400580 is #BFFA7F. Grayscale: #242424. Windows color (decimal): -12581504 or 8389952. OLE color: 8389952.
HSL color Cylindrical-coordinate representation of color #400580: hue angle of 268.78º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400580 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 5 | 128 | - |
| CMYK | 0.5 | 0.96 | 0 | 0.50 |
| HSL | 268.78º | 0.92% | 0.26% | - |
| HSV(B) | 268.78º | 0.96% | 0.5% | - |
| XYZ | 6.06 | 2.76 | 20.63 | - |
| YUV | 36.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 128 | 0.5 | 0.96 | 0 | 0.50 | 268.78 | 0.92 | 0.26 |
| Hex | 40 | 5 | 80 | 32 | 60 | 0 | 32 | 10D | 5C | 1A |
| Octal | 100 | 5 | 200 | 62 | 140 | 0 | 62 | 415 | 134 | 32 |
| Binary | 1000000 | 101 | 10000000 | 110010 | 1100000 | 0 | 110010 | 100001101 | 1011100 | 11010 |
Color Harmonies of #400580
Complementary color
Monochromatic Colors of #400580
Black with #400580
Text Example
Text Example
White with #400580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400580; }
p { color: rgb(64,5,128); }
H1.HeaderClassName
{
color: #400580;
}
.AnyTagClassName
{
color: #400580;
}
</style>
background-color css
<style>
a { background-color: #400580; }
a { background-color: rgb(64,5,128); }
div.DivClassName
{
background-color: #400580;
}
.BgClassName
{
background-color: #400580;
}
</style>
border-color css
<style>
span { border-color: #400580; }
span { border-color: rgb(64,5,128); }
td.TdClassName
{
border-color: #400580;
}
.TagClassName
{
border-color: #400580;
}
</style>