Shades of Indigo #40099F
Tints of Indigo #40099F
RGB
CMYK
RGB Variations
Color information
#40099F (or 0x40099F) is known color: Indigo. HEX triplet: 40, 09 and 9F. RGB value is (64,9,159). Sum of RGB (Red+Green+Blue) = 64+9+159=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #40099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40099F is #BFF660. Grayscale: #2A2A2A. Windows color (decimal): -12580449 or 10422592. OLE color: 10422592.
HSL color Cylindrical-coordinate representation of color #40099F: hue angle of 262º 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 #40099F is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 9 | 159 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.38 |
| HSL | 262º | 0.89% | 0.33% | - |
| HSV(B) | 262º | 0.94% | 0.62% | - |
| XYZ | 8.47 | 3.79 | 33.09 | - |
| YUV | 42.55 | 193.72 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 159 | 0.60 | 0.94 | 0 | 0.38 | 262 | 0.89 | 0.33 |
| Hex | 40 | 9 | 9F | 3C | 5E | 0 | 26 | 106 | 59 | 21 |
| Octal | 100 | 11 | 237 | 74 | 136 | 0 | 46 | 406 | 131 | 41 |
| Binary | 1000000 | 1001 | 10011111 | 111100 | 1011110 | 0 | 100110 | 100000110 | 1011001 | 100001 |
Color Harmonies of #40099F
Complementary color
Monochromatic Colors of #40099F
Black with #40099F
Text Example
Text Example
White with #40099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40099F; }
p { color: rgb(64,9,159); }
H1.HeaderClassName
{
color: #40099F;
}
.AnyTagClassName
{
color: #40099F;
}
</style>
background-color css
<style>
a { background-color: #40099F; }
a { background-color: rgb(64,9,159); }
div.DivClassName
{
background-color: #40099F;
}
.BgClassName
{
background-color: #40099F;
}
</style>
border-color css
<style>
span { border-color: #40099F; }
span { border-color: rgb(64,9,159); }
td.TdClassName
{
border-color: #40099F;
}
.TagClassName
{
border-color: #40099F;
}
</style>