Shades of Indigo #40049B
Tints of Indigo #40049B
RGB
CMYK
RGB Variations
Color information
#40049B (or 0x40049B) is known color: Indigo. HEX triplet: 40, 04 and 9B. RGB value is (64,4,155). Sum of RGB (Red+Green+Blue) = 64+4+155=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #40049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40049B is #BFFB64. Grayscale: #262626. Windows color (decimal): -12581733 or 10159168. OLE color: 10159168.
HSL color Cylindrical-coordinate representation of color #40049B: hue angle of 263.84º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40049B is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 4 | 155 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.39 |
| HSL | 263.84º | 0.95% | 0.31% | - |
| HSV(B) | 263.84º | 0.97% | 0.61% | - |
| XYZ | 8.07 | 3.54 | 31.27 | - |
| YUV | 39.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 155 | 0.59 | 0.97 | 0 | 0.39 | 263.84 | 0.95 | 0.31 |
| Hex | 40 | 4 | 9B | 3B | 61 | 0 | 27 | 108 | 5F | 1F |
| Octal | 100 | 4 | 233 | 73 | 141 | 0 | 47 | 410 | 137 | 37 |
| Binary | 1000000 | 100 | 10011011 | 111011 | 1100001 | 0 | 100111 | 100001000 | 1011111 | 11111 |
Color Harmonies of #40049B
Complementary color
Monochromatic Colors of #40049B
Black with #40049B
Text Example
Text Example
White with #40049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40049B; }
p { color: rgb(64,4,155); }
H1.HeaderClassName
{
color: #40049B;
}
.AnyTagClassName
{
color: #40049B;
}
</style>
background-color css
<style>
a { background-color: #40049B; }
a { background-color: rgb(64,4,155); }
div.DivClassName
{
background-color: #40049B;
}
.BgClassName
{
background-color: #40049B;
}
</style>
border-color css
<style>
span { border-color: #40049B; }
span { border-color: rgb(64,4,155); }
td.TdClassName
{
border-color: #40049B;
}
.TagClassName
{
border-color: #40049B;
}
</style>