Shades of Indigo #400799
Tints of Indigo #400799
RGB
CMYK
RGB Variations
Color information
#400799 (or 0x400799) is known color: Indigo. HEX triplet: 40, 07 and 99. RGB value is (64,7,153). Sum of RGB (Red+Green+Blue) = 64+7+153=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #400799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400799 is #BFF866. Grayscale: #282828. Windows color (decimal): -12580967 or 10028864. OLE color: 10028864.
HSL color Cylindrical-coordinate representation of color #400799: hue angle of 263.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400799 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 7 | 153 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.4 |
| HSL | 263.42º | 0.91% | 0.31% | - |
| HSV(B) | 263.42º | 0.95% | 0.6% | - |
| XYZ | 7.94 | 3.54 | 30.4 | - |
| YUV | 40.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 153 | 0.58 | 0.95 | 0 | 0.4 | 263.42 | 0.91 | 0.31 |
| Hex | 40 | 7 | 99 | 3A | 5F | 0 | 28 | 107 | 5B | 1F |
| Octal | 100 | 7 | 231 | 72 | 137 | 0 | 50 | 407 | 133 | 37 |
| Binary | 1000000 | 111 | 10011001 | 111010 | 1011111 | 0 | 101000 | 100000111 | 1011011 | 11111 |
Color Harmonies of #400799
Complementary color
Monochromatic Colors of #400799
Black with #400799
Text Example
Text Example
White with #400799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400799; }
p { color: rgb(64,7,153); }
H1.HeaderClassName
{
color: #400799;
}
.AnyTagClassName
{
color: #400799;
}
</style>
background-color css
<style>
a { background-color: #400799; }
a { background-color: rgb(64,7,153); }
div.DivClassName
{
background-color: #400799;
}
.BgClassName
{
background-color: #400799;
}
</style>
border-color css
<style>
span { border-color: #400799; }
span { border-color: rgb(64,7,153); }
td.TdClassName
{
border-color: #400799;
}
.TagClassName
{
border-color: #400799;
}
</style>