Shades of Indigo #400B7D
Tints of Indigo #400B7D
RGB
CMYK
RGB Variations
Color information
#400B7D (or 0x400B7D) is known color: Indigo. HEX triplet: 40, 0B and 7D. RGB value is (64,11,125). Sum of RGB (Red+Green+Blue) = 64+11+125=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #400B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B7D is #BFF482. Grayscale: #272727. Windows color (decimal): -12579971 or 8194880. OLE color: 8194880.
HSL color Cylindrical-coordinate representation of color #400B7D: hue angle of 267.89º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400B7D is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 11 | 125 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.51 |
| HSL | 267.89º | 0.84% | 0.27% | - |
| HSV(B) | 267.89º | 0.91% | 0.49% | - |
| XYZ | 5.94 | 2.81 | 19.63 | - |
| YUV | 39.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 125 | 0.49 | 0.91 | 0 | 0.51 | 267.89 | 0.84 | 0.27 |
| Hex | 40 | B | 7D | 31 | 5B | 0 | 33 | 10C | 54 | 1B |
| Octal | 100 | 13 | 175 | 61 | 133 | 0 | 63 | 414 | 124 | 33 |
| Binary | 1000000 | 1011 | 1111101 | 110001 | 1011011 | 0 | 110011 | 100001100 | 1010100 | 11011 |
Color Harmonies of #400B7D
Complementary color
Monochromatic Colors of #400B7D
Black with #400B7D
Text Example
Text Example
White with #400B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B7D; }
p { color: rgb(64,11,125); }
H1.HeaderClassName
{
color: #400B7D;
}
.AnyTagClassName
{
color: #400B7D;
}
</style>
background-color css
<style>
a { background-color: #400B7D; }
a { background-color: rgb(64,11,125); }
div.DivClassName
{
background-color: #400B7D;
}
.BgClassName
{
background-color: #400B7D;
}
</style>
border-color css
<style>
span { border-color: #400B7D; }
span { border-color: rgb(64,11,125); }
td.TdClassName
{
border-color: #400B7D;
}
.TagClassName
{
border-color: #400B7D;
}
</style>