Shades of Indigo #40009B
Tints of Indigo #40009B
RGB
CMYK
RGB Variations
Color information
#40009B (or 0x40009B) is known color: Indigo. HEX triplet: 40, 00 and 9B. RGB value is (64,0,155). Sum of RGB (Red+Green+Blue) = 64+0+155=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #40009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40009B is #BFFF64. Grayscale: #242424. Windows color (decimal): -12582757 or 10158144. OLE color: 10158144.
HSL color Cylindrical-coordinate representation of color #40009B: hue angle of 264.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40009B is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 0 | 155 | - |
| CMYK | 0.59 | 1 | 0 | 0.39 |
| HSL | 264.77º | 1% | 0.3% | - |
| HSV(B) | 264.77º | 1% | 0.61% | - |
| XYZ | 8.03 | 3.46 | 31.25 | - |
| YUV | 36.81 | 194.7 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 155 | 0.59 | 1 | 0 | 0.39 | 264.77 | 1 | 0.3 |
| Hex | 40 | 0 | 9B | 3B | 64 | 0 | 27 | 109 | 64 | 1E |
| Octal | 100 | 0 | 233 | 73 | 144 | 0 | 47 | 411 | 144 | 36 |
| Binary | 1000000 | 0 | 10011011 | 111011 | 1100100 | 0 | 100111 | 100001001 | 1100100 | 11110 |
Color Harmonies of #40009B
Complementary color
Monochromatic Colors of #40009B
Black with #40009B
Text Example
Text Example
White with #40009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40009B; }
p { color: rgb(64,0,155); }
H1.HeaderClassName
{
color: #40009B;
}
.AnyTagClassName
{
color: #40009B;
}
</style>
background-color css
<style>
a { background-color: #40009B; }
a { background-color: rgb(64,0,155); }
div.DivClassName
{
background-color: #40009B;
}
.BgClassName
{
background-color: #40009B;
}
</style>
border-color css
<style>
span { border-color: #40009B; }
span { border-color: rgb(64,0,155); }
td.TdClassName
{
border-color: #40009B;
}
.TagClassName
{
border-color: #40009B;
}
</style>