Shades of Indigo #40078A
Tints of Indigo #40078A
RGB
CMYK
RGB Variations
Color information
#40078A (or 0x40078A) is known color: Indigo. HEX triplet: 40, 07 and 8A. RGB value is (64,7,138). Sum of RGB (Red+Green+Blue) = 64+7+138=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #40078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40078A is #BFF875. Grayscale: #262626. Windows color (decimal): -12580982 or 9045824. OLE color: 9045824.
HSL color Cylindrical-coordinate representation of color #40078A: hue angle of 266.11º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40078A is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 7 | 138 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.46 |
| HSL | 266.11º | 0.9% | 0.28% | - |
| HSV(B) | 266.11º | 0.95% | 0.54% | - |
| XYZ | 6.78 | 3.08 | 24.28 | - |
| YUV | 38.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 138 | 0.54 | 0.95 | 0 | 0.46 | 266.11 | 0.9 | 0.28 |
| Hex | 40 | 7 | 8A | 36 | 5F | 0 | 2E | 10A | 5A | 1C |
| Octal | 100 | 7 | 212 | 66 | 137 | 0 | 56 | 412 | 132 | 34 |
| Binary | 1000000 | 111 | 10001010 | 110110 | 1011111 | 0 | 101110 | 100001010 | 1011010 | 11100 |
Color Harmonies of #40078A
Complementary color
Monochromatic Colors of #40078A
Black with #40078A
Text Example
Text Example
White with #40078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40078A; }
p { color: rgb(64,7,138); }
H1.HeaderClassName
{
color: #40078A;
}
.AnyTagClassName
{
color: #40078A;
}
</style>
background-color css
<style>
a { background-color: #40078A; }
a { background-color: rgb(64,7,138); }
div.DivClassName
{
background-color: #40078A;
}
.BgClassName
{
background-color: #40078A;
}
</style>
border-color css
<style>
span { border-color: #40078A; }
span { border-color: rgb(64,7,138); }
td.TdClassName
{
border-color: #40078A;
}
.TagClassName
{
border-color: #40078A;
}
</style>