Shades of Indigo #40005E
Tints of Indigo #40005E
RGB
CMYK
RGB Variations
Color information
#40005E (or 0x40005E) is known color: Indigo. HEX triplet: 40, 00 and 5E. RGB value is (64,0,94). Sum of RGB (Red+Green+Blue) = 64+0+94=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #40005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40005E is #BFFFA1. Grayscale: #1D1D1D. Windows color (decimal): -12582818 or 6160448. OLE color: 6160448.
HSL color Cylindrical-coordinate representation of color #40005E: hue angle of 280.85º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40005E is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 0 | 94 | - |
| CMYK | 0.32 | 1 | 0 | 0.63 |
| HSL | 280.85º | 1% | 0.18% | - |
| HSV(B) | 280.85º | 1% | 0.37% | - |
| XYZ | 4.13 | 1.9 | 10.74 | - |
| YUV | 29.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 94 | 0.32 | 1 | 0 | 0.63 | 280.85 | 1 | 0.18 |
| Hex | 40 | 0 | 5E | 20 | 64 | 0 | 3F | 119 | 64 | 12 |
| Octal | 100 | 0 | 136 | 40 | 144 | 0 | 77 | 431 | 144 | 22 |
| Binary | 1000000 | 0 | 1011110 | 100000 | 1100100 | 0 | 111111 | 100011001 | 1100100 | 10010 |
Color Harmonies of #40005E
Complementary color
Monochromatic Colors of #40005E
Black with #40005E
Text Example
Text Example
White with #40005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40005E; }
p { color: rgb(64,0,94); }
H1.HeaderClassName
{
color: #40005E;
}
.AnyTagClassName
{
color: #40005E;
}
</style>
background-color css
<style>
a { background-color: #40005E; }
a { background-color: rgb(64,0,94); }
div.DivClassName
{
background-color: #40005E;
}
.BgClassName
{
background-color: #40005E;
}
</style>
border-color css
<style>
span { border-color: #40005E; }
span { border-color: rgb(64,0,94); }
td.TdClassName
{
border-color: #40005E;
}
.TagClassName
{
border-color: #40005E;
}
</style>