Shades of Indigo #400899
Tints of Indigo #400899
RGB
CMYK
RGB Variations
Color information
#400899 (or 0x400899) is known color: Indigo. HEX triplet: 40, 08 and 99. RGB value is (64,8,153). Sum of RGB (Red+Green+Blue) = 64+8+153=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #400899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400899 is #BFF766. Grayscale: #282828. Windows color (decimal): -12580711 or 10029120. OLE color: 10029120.
HSL color Cylindrical-coordinate representation of color #400899: hue angle of 263.17º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400899 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 8 | 153 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.4 |
| HSL | 263.17º | 0.9% | 0.32% | - |
| HSV(B) | 263.17º | 0.95% | 0.6% | - |
| XYZ | 7.95 | 3.56 | 30.41 | - |
| YUV | 41.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 153 | 0.58 | 0.95 | 0 | 0.4 | 263.17 | 0.9 | 0.32 |
| Hex | 40 | 8 | 99 | 3A | 5F | 0 | 28 | 107 | 5A | 20 |
| Octal | 100 | 10 | 231 | 72 | 137 | 0 | 50 | 407 | 132 | 40 |
| Binary | 1000000 | 1000 | 10011001 | 111010 | 1011111 | 0 | 101000 | 100000111 | 1011010 | 100000 |
Color Harmonies of #400899
Complementary color
Monochromatic Colors of #400899
Black with #400899
Text Example
Text Example
White with #400899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400899; }
p { color: rgb(64,8,153); }
H1.HeaderClassName
{
color: #400899;
}
.AnyTagClassName
{
color: #400899;
}
</style>
background-color css
<style>
a { background-color: #400899; }
a { background-color: rgb(64,8,153); }
div.DivClassName
{
background-color: #400899;
}
.BgClassName
{
background-color: #400899;
}
</style>
border-color css
<style>
span { border-color: #400899; }
span { border-color: rgb(64,8,153); }
td.TdClassName
{
border-color: #400899;
}
.TagClassName
{
border-color: #400899;
}
</style>