Shades of Indigo #40076F
Tints of Indigo #40076F
RGB
CMYK
RGB Variations
Color information
#40076F (or 0x40076F) is known color: Indigo. HEX triplet: 40, 07 and 6F. RGB value is (64,7,111). Sum of RGB (Red+Green+Blue) = 64+7+111=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #40076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40076F is #BFF890. Grayscale: #232323. Windows color (decimal): -12581009 or 7276352. OLE color: 7276352.
HSL color Cylindrical-coordinate representation of color #40076F: hue angle of 272.88º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40076F is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 7 | 111 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.56 |
| HSL | 272.88º | 0.88% | 0.23% | - |
| HSV(B) | 272.88º | 0.94% | 0.44% | - |
| XYZ | 5.06 | 2.39 | 15.23 | - |
| YUV | 35.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 111 | 0.42 | 0.94 | 0 | 0.56 | 272.88 | 0.88 | 0.23 |
| Hex | 40 | 7 | 6F | 2A | 5E | 0 | 38 | 111 | 58 | 17 |
| Octal | 100 | 7 | 157 | 52 | 136 | 0 | 70 | 421 | 130 | 27 |
| Binary | 1000000 | 111 | 1101111 | 101010 | 1011110 | 0 | 111000 | 100010001 | 1011000 | 10111 |
Color Harmonies of #40076F
Complementary color
Monochromatic Colors of #40076F
Black with #40076F
Text Example
Text Example
White with #40076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40076F; }
p { color: rgb(64,7,111); }
H1.HeaderClassName
{
color: #40076F;
}
.AnyTagClassName
{
color: #40076F;
}
</style>
background-color css
<style>
a { background-color: #40076F; }
a { background-color: rgb(64,7,111); }
div.DivClassName
{
background-color: #40076F;
}
.BgClassName
{
background-color: #40076F;
}
</style>
border-color css
<style>
span { border-color: #40076F; }
span { border-color: rgb(64,7,111); }
td.TdClassName
{
border-color: #40076F;
}
.TagClassName
{
border-color: #40076F;
}
</style>