Shades of Indigo #400B84
Tints of Indigo #400B84
RGB
CMYK
RGB Variations
Color information
#400B84 (or 0x400B84) is known color: Indigo. HEX triplet: 40, 0B and 84. RGB value is (64,11,132). Sum of RGB (Red+Green+Blue) = 64+11+132=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #400B84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400B84 is #BFF47B. Grayscale: #282828. Windows color (decimal): -12579964 or 8653632. OLE color: 8653632.
HSL color Cylindrical-coordinate representation of color #400B84: hue angle of 266.28º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400B84 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 11 | 132 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.48 |
| HSL | 266.28º | 0.85% | 0.28% | - |
| HSV(B) | 266.28º | 0.92% | 0.52% | - |
| XYZ | 6.4 | 3 | 22.07 | - |
| YUV | 40.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 132 | 0.52 | 0.92 | 0 | 0.48 | 266.28 | 0.85 | 0.28 |
| Hex | 40 | B | 84 | 34 | 5C | 0 | 30 | 10A | 55 | 1C |
| Octal | 100 | 13 | 204 | 64 | 134 | 0 | 60 | 412 | 125 | 34 |
| Binary | 1000000 | 1011 | 10000100 | 110100 | 1011100 | 0 | 110000 | 100001010 | 1010101 | 11100 |
Color Harmonies of #400B84
Complementary color
Monochromatic Colors of #400B84
Black with #400B84
Text Example
Text Example
White with #400B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B84; }
p { color: rgb(64,11,132); }
H1.HeaderClassName
{
color: #400B84;
}
.AnyTagClassName
{
color: #400B84;
}
</style>
background-color css
<style>
a { background-color: #400B84; }
a { background-color: rgb(64,11,132); }
div.DivClassName
{
background-color: #400B84;
}
.BgClassName
{
background-color: #400B84;
}
</style>
border-color css
<style>
span { border-color: #400B84; }
span { border-color: rgb(64,11,132); }
td.TdClassName
{
border-color: #400B84;
}
.TagClassName
{
border-color: #400B84;
}
</style>