Shades of Indigo #400489
Tints of Indigo #400489
RGB
CMYK
RGB Variations
Color information
#400489 (or 0x400489) is known color: Indigo. HEX triplet: 40, 04 and 89. RGB value is (64,4,137). Sum of RGB (Red+Green+Blue) = 64+4+137=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #400489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400489 is #BFFB76. Grayscale: #242424. Windows color (decimal): -12581751 or 8979520. OLE color: 8979520.
HSL color Cylindrical-coordinate representation of color #400489: hue angle of 267.07º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400489 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 4 | 137 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.46 |
| HSL | 267.07º | 0.94% | 0.28% | - |
| HSV(B) | 267.07º | 0.97% | 0.54% | - |
| XYZ | 6.67 | 2.98 | 23.89 | - |
| YUV | 37.1 | 184.38 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 137 | 0.53 | 0.97 | 0 | 0.46 | 267.07 | 0.94 | 0.28 |
| Hex | 40 | 4 | 89 | 35 | 61 | 0 | 2E | 10B | 5E | 1C |
| Octal | 100 | 4 | 211 | 65 | 141 | 0 | 56 | 413 | 136 | 34 |
| Binary | 1000000 | 100 | 10001001 | 110101 | 1100001 | 0 | 101110 | 100001011 | 1011110 | 11100 |
Color Harmonies of #400489
Complementary color
Monochromatic Colors of #400489
Black with #400489
Text Example
Text Example
White with #400489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400489; }
p { color: rgb(64,4,137); }
H1.HeaderClassName
{
color: #400489;
}
.AnyTagClassName
{
color: #400489;
}
</style>
background-color css
<style>
a { background-color: #400489; }
a { background-color: rgb(64,4,137); }
div.DivClassName
{
background-color: #400489;
}
.BgClassName
{
background-color: #400489;
}
</style>
border-color css
<style>
span { border-color: #400489; }
span { border-color: rgb(64,4,137); }
td.TdClassName
{
border-color: #400489;
}
.TagClassName
{
border-color: #400489;
}
</style>