Shades of Indigo #40088F
Tints of Indigo #40088F
RGB
CMYK
RGB Variations
Color information
#40088F (or 0x40088F) is known color: Indigo. HEX triplet: 40, 08 and 8F. RGB value is (64,8,143). Sum of RGB (Red+Green+Blue) = 64+8+143=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #40088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40088F is #BFF770. Grayscale: #272727. Windows color (decimal): -12580721 or 9373760. OLE color: 9373760.
HSL color Cylindrical-coordinate representation of color #40088F: hue angle of 264.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40088F is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 8 | 143 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.44 |
| HSL | 264.89º | 0.89% | 0.3% | - |
| HSV(B) | 264.89º | 0.94% | 0.56% | - |
| XYZ | 7.16 | 3.25 | 26.24 | - |
| YUV | 40.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 143 | 0.55 | 0.94 | 0 | 0.44 | 264.89 | 0.89 | 0.3 |
| Hex | 40 | 8 | 8F | 37 | 5E | 0 | 2C | 109 | 59 | 1E |
| Octal | 100 | 10 | 217 | 67 | 136 | 0 | 54 | 411 | 131 | 36 |
| Binary | 1000000 | 1000 | 10001111 | 110111 | 1011110 | 0 | 101100 | 100001001 | 1011001 | 11110 |
Color Harmonies of #40088F
Complementary color
Monochromatic Colors of #40088F
Black with #40088F
Text Example
Text Example
White with #40088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40088F; }
p { color: rgb(64,8,143); }
H1.HeaderClassName
{
color: #40088F;
}
.AnyTagClassName
{
color: #40088F;
}
</style>
background-color css
<style>
a { background-color: #40088F; }
a { background-color: rgb(64,8,143); }
div.DivClassName
{
background-color: #40088F;
}
.BgClassName
{
background-color: #40088F;
}
</style>
border-color css
<style>
span { border-color: #40088F; }
span { border-color: rgb(64,8,143); }
td.TdClassName
{
border-color: #40088F;
}
.TagClassName
{
border-color: #40088F;
}
</style>