Shades of Indigo #40098B
Tints of Indigo #40098B
RGB
CMYK
RGB Variations
Color information
#40098B (or 0x40098B) is known color: Indigo. HEX triplet: 40, 09 and 8B. RGB value is (64,9,139). Sum of RGB (Red+Green+Blue) = 64+9+139=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #40098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40098B is #BFF674. Grayscale: #272727. Windows color (decimal): -12580469 or 9111872. OLE color: 9111872.
HSL color Cylindrical-coordinate representation of color #40098B: hue angle of 265.38º degrees, saturation: 0.88, 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 #40098B is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 9 | 139 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.45 |
| HSL | 265.38º | 0.88% | 0.29% | - |
| HSV(B) | 265.38º | 0.94% | 0.55% | - |
| XYZ | 6.87 | 3.15 | 24.67 | - |
| YUV | 40.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 139 | 0.54 | 0.94 | 0 | 0.45 | 265.38 | 0.88 | 0.29 |
| Hex | 40 | 9 | 8B | 36 | 5E | 0 | 2D | 109 | 58 | 1D |
| Octal | 100 | 11 | 213 | 66 | 136 | 0 | 55 | 411 | 130 | 35 |
| Binary | 1000000 | 1001 | 10001011 | 110110 | 1011110 | 0 | 101101 | 100001001 | 1011000 | 11101 |
Color Harmonies of #40098B
Complementary color
Monochromatic Colors of #40098B
Black with #40098B
Text Example
Text Example
White with #40098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40098B; }
p { color: rgb(64,9,139); }
H1.HeaderClassName
{
color: #40098B;
}
.AnyTagClassName
{
color: #40098B;
}
</style>
background-color css
<style>
a { background-color: #40098B; }
a { background-color: rgb(64,9,139); }
div.DivClassName
{
background-color: #40098B;
}
.BgClassName
{
background-color: #40098B;
}
</style>
border-color css
<style>
span { border-color: #40098B; }
span { border-color: rgb(64,9,139); }
td.TdClassName
{
border-color: #40098B;
}
.TagClassName
{
border-color: #40098B;
}
</style>