Shades of Indigo #40087E
Tints of Indigo #40087E
RGB
CMYK
RGB Variations
Color information
#40087E (or 0x40087E) is known color: Indigo. HEX triplet: 40, 08 and 7E. RGB value is (64,8,126). Sum of RGB (Red+Green+Blue) = 64+8+126=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #40087E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40087E is #BFF781. Grayscale: #252525. Windows color (decimal): -12580738 or 8259648. OLE color: 8259648.
HSL color Cylindrical-coordinate representation of color #40087E: hue angle of 268.47º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40087E is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 8 | 126 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.51 |
| HSL | 268.47º | 0.88% | 0.26% | - |
| HSV(B) | 268.47º | 0.94% | 0.49% | - |
| XYZ | 5.97 | 2.77 | 19.96 | - |
| YUV | 38.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 126 | 0.49 | 0.94 | 0 | 0.51 | 268.47 | 0.88 | 0.26 |
| Hex | 40 | 8 | 7E | 31 | 5E | 0 | 33 | 10C | 58 | 1A |
| Octal | 100 | 10 | 176 | 61 | 136 | 0 | 63 | 414 | 130 | 32 |
| Binary | 1000000 | 1000 | 1111110 | 110001 | 1011110 | 0 | 110011 | 100001100 | 1011000 | 11010 |
Color Harmonies of #40087E
Complementary color
Monochromatic Colors of #40087E
Black with #40087E
Text Example
Text Example
White with #40087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40087E; }
p { color: rgb(64,8,126); }
H1.HeaderClassName
{
color: #40087E;
}
.AnyTagClassName
{
color: #40087E;
}
</style>
background-color css
<style>
a { background-color: #40087E; }
a { background-color: rgb(64,8,126); }
div.DivClassName
{
background-color: #40087E;
}
.BgClassName
{
background-color: #40087E;
}
</style>
border-color css
<style>
span { border-color: #40087E; }
span { border-color: rgb(64,8,126); }
td.TdClassName
{
border-color: #40087E;
}
.TagClassName
{
border-color: #40087E;
}
</style>