Shades of Indigo #400676
Tints of Indigo #400676
RGB
CMYK
RGB Variations
Color information
#400676 (or 0x400676) is known color: Indigo. HEX triplet: 40, 06 and 76. RGB value is (64,6,118). Sum of RGB (Red+Green+Blue) = 64+6+118=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #400676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400676 is #BFF989. Grayscale: #232323. Windows color (decimal): -12581258 or 7734848. OLE color: 7734848.
HSL color Cylindrical-coordinate representation of color #400676: hue angle of 271.07º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400676 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 6 | 118 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.54 |
| HSL | 271.07º | 0.9% | 0.24% | - |
| HSV(B) | 271.07º | 0.95% | 0.46% | - |
| XYZ | 5.45 | 2.53 | 17.34 | - |
| YUV | 36.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 118 | 0.46 | 0.95 | 0 | 0.54 | 271.07 | 0.9 | 0.24 |
| Hex | 40 | 6 | 76 | 2E | 5F | 0 | 36 | 10F | 5A | 18 |
| Octal | 100 | 6 | 166 | 56 | 137 | 0 | 66 | 417 | 132 | 30 |
| Binary | 1000000 | 110 | 1110110 | 101110 | 1011111 | 0 | 110110 | 100001111 | 1011010 | 11000 |
Color Harmonies of #400676
Complementary color
Monochromatic Colors of #400676
Black with #400676
Text Example
Text Example
White with #400676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400676; }
p { color: rgb(64,6,118); }
H1.HeaderClassName
{
color: #400676;
}
.AnyTagClassName
{
color: #400676;
}
</style>
background-color css
<style>
a { background-color: #400676; }
a { background-color: rgb(64,6,118); }
div.DivClassName
{
background-color: #400676;
}
.BgClassName
{
background-color: #400676;
}
</style>
border-color css
<style>
span { border-color: #400676; }
span { border-color: rgb(64,6,118); }
td.TdClassName
{
border-color: #400676;
}
.TagClassName
{
border-color: #400676;
}
</style>