Shades of Indigo #400780
Tints of Indigo #400780
RGB
CMYK
RGB Variations
Color information
#400780 (or 0x400780) is known color: Indigo. HEX triplet: 40, 07 and 80. RGB value is (64,7,128). Sum of RGB (Red+Green+Blue) = 64+7+128=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #400780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400780 is #BFF87F. Grayscale: #252525. Windows color (decimal): -12580992 or 8390464. OLE color: 8390464.
HSL color Cylindrical-coordinate representation of color #400780: hue angle of 268.26º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400780 is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 7 | 128 | - |
| CMYK | 0.5 | 0.95 | 0 | 0.50 |
| HSL | 268.26º | 0.9% | 0.26% | - |
| HSV(B) | 268.26º | 0.95% | 0.5% | - |
| XYZ | 6.09 | 2.8 | 20.64 | - |
| YUV | 37.84 | 178.88 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 128 | 0.5 | 0.95 | 0 | 0.50 | 268.26 | 0.9 | 0.26 |
| Hex | 40 | 7 | 80 | 32 | 5F | 0 | 32 | 10C | 5A | 1A |
| Octal | 100 | 7 | 200 | 62 | 137 | 0 | 62 | 414 | 132 | 32 |
| Binary | 1000000 | 111 | 10000000 | 110010 | 1011111 | 0 | 110010 | 100001100 | 1011010 | 11010 |
Color Harmonies of #400780
Complementary color
Monochromatic Colors of #400780
Black with #400780
Text Example
Text Example
White with #400780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400780; }
p { color: rgb(64,7,128); }
H1.HeaderClassName
{
color: #400780;
}
.AnyTagClassName
{
color: #400780;
}
</style>
background-color css
<style>
a { background-color: #400780; }
a { background-color: rgb(64,7,128); }
div.DivClassName
{
background-color: #400780;
}
.BgClassName
{
background-color: #400780;
}
</style>
border-color css
<style>
span { border-color: #400780; }
span { border-color: rgb(64,7,128); }
td.TdClassName
{
border-color: #400780;
}
.TagClassName
{
border-color: #400780;
}
</style>