Shades of Indigo #400881
Tints of Indigo #400881
RGB
CMYK
RGB Variations
Color information
#400881 (or 0x400881) is known color: Indigo. HEX triplet: 40, 08 and 81. RGB value is (64,8,129). Sum of RGB (Red+Green+Blue) = 64+8+129=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #400881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400881 is #BFF77E. Grayscale: #262626. Windows color (decimal): -12580735 or 8456256. OLE color: 8456256.
HSL color Cylindrical-coordinate representation of color #400881: hue angle of 267.77º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400881 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 8 | 129 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.49 |
| HSL | 267.77º | 0.88% | 0.27% | - |
| HSV(B) | 267.77º | 0.94% | 0.51% | - |
| XYZ | 6.16 | 2.85 | 20.99 | - |
| YUV | 38.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 129 | 0.50 | 0.94 | 0 | 0.49 | 267.77 | 0.88 | 0.27 |
| Hex | 40 | 8 | 81 | 32 | 5E | 0 | 31 | 10C | 58 | 1B |
| Octal | 100 | 10 | 201 | 62 | 136 | 0 | 61 | 414 | 130 | 33 |
| Binary | 1000000 | 1000 | 10000001 | 110010 | 1011110 | 0 | 110001 | 100001100 | 1011000 | 11011 |
Color Harmonies of #400881
Complementary color
Monochromatic Colors of #400881
Black with #400881
Text Example
Text Example
White with #400881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400881; }
p { color: rgb(64,8,129); }
H1.HeaderClassName
{
color: #400881;
}
.AnyTagClassName
{
color: #400881;
}
</style>
background-color css
<style>
a { background-color: #400881; }
a { background-color: rgb(64,8,129); }
div.DivClassName
{
background-color: #400881;
}
.BgClassName
{
background-color: #400881;
}
</style>
border-color css
<style>
span { border-color: #400881; }
span { border-color: rgb(64,8,129); }
td.TdClassName
{
border-color: #400881;
}
.TagClassName
{
border-color: #400881;
}
</style>