Shades of Indigo #400B87
Tints of Indigo #400B87
RGB
CMYK
RGB Variations
Color information
#400B87 (or 0x400B87) is known color: Indigo. HEX triplet: 40, 0B and 87. RGB value is (64,11,135). Sum of RGB (Red+Green+Blue) = 64+11+135=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #400B87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400B87 is #BFF478. Grayscale: #282828. Windows color (decimal): -12579961 or 8850240. OLE color: 8850240.
HSL color Cylindrical-coordinate representation of color #400B87: hue angle of 265.65º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400B87 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 11 | 135 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.47 |
| HSL | 265.65º | 0.85% | 0.29% | - |
| HSV(B) | 265.65º | 0.92% | 0.53% | - |
| XYZ | 6.61 | 3.08 | 23.17 | - |
| YUV | 40.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 135 | 0.53 | 0.92 | 0 | 0.47 | 265.65 | 0.85 | 0.29 |
| Hex | 40 | B | 87 | 35 | 5C | 0 | 2F | 10A | 55 | 1D |
| Octal | 100 | 13 | 207 | 65 | 134 | 0 | 57 | 412 | 125 | 35 |
| Binary | 1000000 | 1011 | 10000111 | 110101 | 1011100 | 0 | 101111 | 100001010 | 1010101 | 11101 |
Color Harmonies of #400B87
Complementary color
Monochromatic Colors of #400B87
Black with #400B87
Text Example
Text Example
White with #400B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B87; }
p { color: rgb(64,11,135); }
H1.HeaderClassName
{
color: #400B87;
}
.AnyTagClassName
{
color: #400B87;
}
</style>
background-color css
<style>
a { background-color: #400B87; }
a { background-color: rgb(64,11,135); }
div.DivClassName
{
background-color: #400B87;
}
.BgClassName
{
background-color: #400B87;
}
</style>
border-color css
<style>
span { border-color: #400B87; }
span { border-color: rgb(64,11,135); }
td.TdClassName
{
border-color: #400B87;
}
.TagClassName
{
border-color: #400B87;
}
</style>