Shades of Indigo #40086A
Tints of Indigo #40086A
RGB
CMYK
RGB Variations
Color information
#40086A (or 0x40086A) is known color: Indigo. HEX triplet: 40, 08 and 6A. RGB value is (64,8,106). Sum of RGB (Red+Green+Blue) = 64+8+106=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #40086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40086A is #BFF795. Grayscale: #232323. Windows color (decimal): -12580758 or 6948928. OLE color: 6948928.
HSL color Cylindrical-coordinate representation of color #40086A: hue angle of 274.29º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40086A is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 8 | 106 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.58 |
| HSL | 274.29º | 0.86% | 0.22% | - |
| HSV(B) | 274.29º | 0.92% | 0.42% | - |
| XYZ | 4.8 | 2.3 | 13.83 | - |
| YUV | 35.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 106 | 0.40 | 0.92 | 0 | 0.58 | 274.29 | 0.86 | 0.22 |
| Hex | 40 | 8 | 6A | 28 | 5C | 0 | 3A | 112 | 56 | 16 |
| Octal | 100 | 10 | 152 | 50 | 134 | 0 | 72 | 422 | 126 | 26 |
| Binary | 1000000 | 1000 | 1101010 | 101000 | 1011100 | 0 | 111010 | 100010010 | 1010110 | 10110 |
Color Harmonies of #40086A
Complementary color
Monochromatic Colors of #40086A
Black with #40086A
Text Example
Text Example
White with #40086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40086A; }
p { color: rgb(64,8,106); }
H1.HeaderClassName
{
color: #40086A;
}
.AnyTagClassName
{
color: #40086A;
}
</style>
background-color css
<style>
a { background-color: #40086A; }
a { background-color: rgb(64,8,106); }
div.DivClassName
{
background-color: #40086A;
}
.BgClassName
{
background-color: #40086A;
}
</style>
border-color css
<style>
span { border-color: #40086A; }
span { border-color: rgb(64,8,106); }
td.TdClassName
{
border-color: #40086A;
}
.TagClassName
{
border-color: #40086A;
}
</style>