Shades of Indigo #40099D
Tints of Indigo #40099D
RGB
CMYK
RGB Variations
Color information
#40099D (or 0x40099D) is known color: Indigo. HEX triplet: 40, 09 and 9D. RGB value is (64,9,157). Sum of RGB (Red+Green+Blue) = 64+9+157=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #40099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40099D is #BFF662. Grayscale: #292929. Windows color (decimal): -12580451 or 10291520. OLE color: 10291520.
HSL color Cylindrical-coordinate representation of color #40099D: hue angle of 262.3º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40099D is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 9 | 157 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.38 |
| HSL | 262.3º | 0.89% | 0.33% | - |
| HSV(B) | 262.3º | 0.94% | 0.62% | - |
| XYZ | 8.3 | 3.72 | 32.18 | - |
| YUV | 42.32 | 192.72 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 157 | 0.59 | 0.94 | 0 | 0.38 | 262.3 | 0.89 | 0.33 |
| Hex | 40 | 9 | 9D | 3B | 5E | 0 | 26 | 106 | 59 | 21 |
| Octal | 100 | 11 | 235 | 73 | 136 | 0 | 46 | 406 | 131 | 41 |
| Binary | 1000000 | 1001 | 10011101 | 111011 | 1011110 | 0 | 100110 | 100000110 | 1011001 | 100001 |
Color Harmonies of #40099D
Complementary color
Monochromatic Colors of #40099D
Black with #40099D
Text Example
Text Example
White with #40099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40099D; }
p { color: rgb(64,9,157); }
H1.HeaderClassName
{
color: #40099D;
}
.AnyTagClassName
{
color: #40099D;
}
</style>
background-color css
<style>
a { background-color: #40099D; }
a { background-color: rgb(64,9,157); }
div.DivClassName
{
background-color: #40099D;
}
.BgClassName
{
background-color: #40099D;
}
</style>
border-color css
<style>
span { border-color: #40099D; }
span { border-color: rgb(64,9,157); }
td.TdClassName
{
border-color: #40099D;
}
.TagClassName
{
border-color: #40099D;
}
</style>