Shades of Indigo #40086F
Tints of Indigo #40086F
RGB
CMYK
RGB Variations
Color information
#40086F (or 0x40086F) is known color: Indigo. HEX triplet: 40, 08 and 6F. RGB value is (64,8,111). Sum of RGB (Red+Green+Blue) = 64+8+111=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #40086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40086F is #BFF790. Grayscale: #242424. Windows color (decimal): -12580753 or 7276608. OLE color: 7276608.
HSL color Cylindrical-coordinate representation of color #40086F: hue angle of 272.62º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40086F is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 8 | 111 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.56 |
| HSL | 272.62º | 0.87% | 0.23% | - |
| HSV(B) | 272.62º | 0.93% | 0.44% | - |
| XYZ | 5.07 | 2.41 | 15.24 | - |
| YUV | 36.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 111 | 0.42 | 0.93 | 0 | 0.56 | 272.62 | 0.87 | 0.23 |
| Hex | 40 | 8 | 6F | 2A | 5D | 0 | 38 | 111 | 57 | 17 |
| Octal | 100 | 10 | 157 | 52 | 135 | 0 | 70 | 421 | 127 | 27 |
| Binary | 1000000 | 1000 | 1101111 | 101010 | 1011101 | 0 | 111000 | 100010001 | 1010111 | 10111 |
Color Harmonies of #40086F
Complementary color
Monochromatic Colors of #40086F
Black with #40086F
Text Example
Text Example
White with #40086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40086F; }
p { color: rgb(64,8,111); }
H1.HeaderClassName
{
color: #40086F;
}
.AnyTagClassName
{
color: #40086F;
}
</style>
background-color css
<style>
a { background-color: #40086F; }
a { background-color: rgb(64,8,111); }
div.DivClassName
{
background-color: #40086F;
}
.BgClassName
{
background-color: #40086F;
}
</style>
border-color css
<style>
span { border-color: #40086F; }
span { border-color: rgb(64,8,111); }
td.TdClassName
{
border-color: #40086F;
}
.TagClassName
{
border-color: #40086F;
}
</style>