Shades of Indigo #40089E
Tints of Indigo #40089E
RGB
CMYK
RGB Variations
Color information
#40089E (or 0x40089E) is known color: Indigo. HEX triplet: 40, 08 and 9E. RGB value is (64,8,158). Sum of RGB (Red+Green+Blue) = 64+8+158=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #40089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40089E is #BFF761. Grayscale: #292929. Windows color (decimal): -12580706 or 10356800. OLE color: 10356800.
HSL color Cylindrical-coordinate representation of color #40089E: hue angle of 262.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40089E is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 8 | 158 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.38 |
| HSL | 262.4º | 0.9% | 0.33% | - |
| HSV(B) | 262.4º | 0.95% | 0.62% | - |
| XYZ | 8.37 | 3.73 | 32.63 | - |
| YUV | 41.84 | 193.55 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 158 | 0.59 | 0.95 | 0 | 0.38 | 262.4 | 0.9 | 0.33 |
| Hex | 40 | 8 | 9E | 3B | 5F | 0 | 26 | 106 | 5A | 21 |
| Octal | 100 | 10 | 236 | 73 | 137 | 0 | 46 | 406 | 132 | 41 |
| Binary | 1000000 | 1000 | 10011110 | 111011 | 1011111 | 0 | 100110 | 100000110 | 1011010 | 100001 |
Color Harmonies of #40089E
Complementary color
Monochromatic Colors of #40089E
Black with #40089E
Text Example
Text Example
White with #40089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40089E; }
p { color: rgb(64,8,158); }
H1.HeaderClassName
{
color: #40089E;
}
.AnyTagClassName
{
color: #40089E;
}
</style>
background-color css
<style>
a { background-color: #40089E; }
a { background-color: rgb(64,8,158); }
div.DivClassName
{
background-color: #40089E;
}
.BgClassName
{
background-color: #40089E;
}
</style>
border-color css
<style>
span { border-color: #40089E; }
span { border-color: rgb(64,8,158); }
td.TdClassName
{
border-color: #40089E;
}
.TagClassName
{
border-color: #40089E;
}
</style>