Shades of Indigo #40007B
Tints of Indigo #40007B
RGB
CMYK
RGB Variations
Color information
#40007B (or 0x40007B) is known color: Indigo. HEX triplet: 40, 00 and 7B. RGB value is (64,0,123). Sum of RGB (Red+Green+Blue) = 64+0+123=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #40007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40007B is #BFFF84. Grayscale: #202020. Windows color (decimal): -12582789 or 8060992. OLE color: 8060992.
HSL color Cylindrical-coordinate representation of color #40007B: hue angle of 271.22º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40007B is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 0 | 123 | - |
| CMYK | 0.48 | 1 | 0 | 0.52 |
| HSL | 271.22º | 1% | 0.24% | - |
| HSV(B) | 271.22º | 1% | 0.48% | - |
| XYZ | 5.69 | 2.52 | 18.93 | - |
| YUV | 33.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 123 | 0.48 | 1 | 0 | 0.52 | 271.22 | 1 | 0.24 |
| Hex | 40 | 0 | 7B | 30 | 64 | 0 | 34 | 10F | 64 | 18 |
| Octal | 100 | 0 | 173 | 60 | 144 | 0 | 64 | 417 | 144 | 30 |
| Binary | 1000000 | 0 | 1111011 | 110000 | 1100100 | 0 | 110100 | 100001111 | 1100100 | 11000 |
Color Harmonies of #40007B
Complementary color
Monochromatic Colors of #40007B
Black with #40007B
Text Example
Text Example
White with #40007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40007B; }
p { color: rgb(64,0,123); }
H1.HeaderClassName
{
color: #40007B;
}
.AnyTagClassName
{
color: #40007B;
}
</style>
background-color css
<style>
a { background-color: #40007B; }
a { background-color: rgb(64,0,123); }
div.DivClassName
{
background-color: #40007B;
}
.BgClassName
{
background-color: #40007B;
}
</style>
border-color css
<style>
span { border-color: #40007B; }
span { border-color: rgb(64,0,123); }
td.TdClassName
{
border-color: #40007B;
}
.TagClassName
{
border-color: #40007B;
}
</style>