Shades of Indigo #40088B
Tints of Indigo #40088B
RGB
CMYK
RGB Variations
Color information
#40088B (or 0x40088B) is known color: Indigo. HEX triplet: 40, 08 and 8B. RGB value is (64,8,139). Sum of RGB (Red+Green+Blue) = 64+8+139=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #40088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40088B is #BFF774. Grayscale: #272727. Windows color (decimal): -12580725 or 9111616. OLE color: 9111616.
HSL color Cylindrical-coordinate representation of color #40088B: hue angle of 265.65º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40088B is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 8 | 139 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.45 |
| HSL | 265.65º | 0.89% | 0.29% | - |
| HSV(B) | 265.65º | 0.94% | 0.55% | - |
| XYZ | 6.86 | 3.13 | 24.67 | - |
| YUV | 39.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 139 | 0.54 | 0.94 | 0 | 0.45 | 265.65 | 0.89 | 0.29 |
| Hex | 40 | 8 | 8B | 36 | 5E | 0 | 2D | 10A | 59 | 1D |
| Octal | 100 | 10 | 213 | 66 | 136 | 0 | 55 | 412 | 131 | 35 |
| Binary | 1000000 | 1000 | 10001011 | 110110 | 1011110 | 0 | 101101 | 100001010 | 1011001 | 11101 |
Color Harmonies of #40088B
Complementary color
Monochromatic Colors of #40088B
Black with #40088B
Text Example
Text Example
White with #40088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40088B; }
p { color: rgb(64,8,139); }
H1.HeaderClassName
{
color: #40088B;
}
.AnyTagClassName
{
color: #40088B;
}
</style>
background-color css
<style>
a { background-color: #40088B; }
a { background-color: rgb(64,8,139); }
div.DivClassName
{
background-color: #40088B;
}
.BgClassName
{
background-color: #40088B;
}
</style>
border-color css
<style>
span { border-color: #40088B; }
span { border-color: rgb(64,8,139); }
td.TdClassName
{
border-color: #40088B;
}
.TagClassName
{
border-color: #40088B;
}
</style>