Shades of Indigo #400677
Tints of Indigo #400677
RGB
CMYK
RGB Variations
Color information
#400677 (or 0x400677) is known color: Indigo. HEX triplet: 40, 06 and 77. RGB value is (64,6,119). Sum of RGB (Red+Green+Blue) = 64+6+119=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #400677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400677 is #BFF988. Grayscale: #232323. Windows color (decimal): -12581257 or 7800384. OLE color: 7800384.
HSL color Cylindrical-coordinate representation of color #400677: hue angle of 270.8º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400677 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 6 | 119 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.53 |
| HSL | 270.8º | 0.9% | 0.25% | - |
| HSV(B) | 270.8º | 0.95% | 0.47% | - |
| XYZ | 5.51 | 2.55 | 17.66 | - |
| YUV | 36.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 119 | 0.46 | 0.95 | 0 | 0.53 | 270.8 | 0.9 | 0.25 |
| Hex | 40 | 6 | 77 | 2E | 5F | 0 | 35 | 10F | 5A | 19 |
| Octal | 100 | 6 | 167 | 56 | 137 | 0 | 65 | 417 | 132 | 31 |
| Binary | 1000000 | 110 | 1110111 | 101110 | 1011111 | 0 | 110101 | 100001111 | 1011010 | 11001 |
Color Harmonies of #400677
Complementary color
Monochromatic Colors of #400677
Black with #400677
Text Example
Text Example
White with #400677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400677; }
p { color: rgb(64,6,119); }
H1.HeaderClassName
{
color: #400677;
}
.AnyTagClassName
{
color: #400677;
}
</style>
background-color css
<style>
a { background-color: #400677; }
a { background-color: rgb(64,6,119); }
div.DivClassName
{
background-color: #400677;
}
.BgClassName
{
background-color: #400677;
}
</style>
border-color css
<style>
span { border-color: #400677; }
span { border-color: rgb(64,6,119); }
td.TdClassName
{
border-color: #400677;
}
.TagClassName
{
border-color: #400677;
}
</style>