Shades of Indigo #40005B
Tints of Indigo #40005B
RGB
CMYK
RGB Variations
Color information
#40005B (or 0x40005B) is known color: Indigo. HEX triplet: 40, 00 and 5B. RGB value is (64,0,91). Sum of RGB (Red+Green+Blue) = 64+0+91=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #40005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40005B is #BFFFA4. Grayscale: #1D1D1D. Windows color (decimal): -12582821 or 5963840. OLE color: 5963840.
HSL color Cylindrical-coordinate representation of color #40005B: hue angle of 282.2º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40005B is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 0 | 91 | - |
| CMYK | 0.30 | 1 | 0 | 0.64 |
| HSL | 282.2º | 1% | 0.18% | - |
| HSV(B) | 282.2º | 1% | 0.36% | - |
| XYZ | 4 | 1.85 | 10.04 | - |
| YUV | 29.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 91 | 0.30 | 1 | 0 | 0.64 | 282.2 | 1 | 0.18 |
| Hex | 40 | 0 | 5B | 1E | 64 | 0 | 40 | 11A | 64 | 12 |
| Octal | 100 | 0 | 133 | 36 | 144 | 0 | 100 | 432 | 144 | 22 |
| Binary | 1000000 | 0 | 1011011 | 11110 | 1100100 | 0 | 1000000 | 100011010 | 1100100 | 10010 |
Color Harmonies of #40005B
Complementary color
Monochromatic Colors of #40005B
Black with #40005B
Text Example
Text Example
White with #40005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40005B; }
p { color: rgb(64,0,91); }
H1.HeaderClassName
{
color: #40005B;
}
.AnyTagClassName
{
color: #40005B;
}
</style>
background-color css
<style>
a { background-color: #40005B; }
a { background-color: rgb(64,0,91); }
div.DivClassName
{
background-color: #40005B;
}
.BgClassName
{
background-color: #40005B;
}
</style>
border-color css
<style>
span { border-color: #40005B; }
span { border-color: rgb(64,0,91); }
td.TdClassName
{
border-color: #40005B;
}
.TagClassName
{
border-color: #40005B;
}
</style>