Shades of Indigo #400687
Tints of Indigo #400687
RGB
CMYK
RGB Variations
Color information
#400687 (or 0x400687) is known color: Indigo. HEX triplet: 40, 06 and 87. RGB value is (64,6,135). Sum of RGB (Red+Green+Blue) = 64+6+135=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #400687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400687 is #BFF978. Grayscale: #252525. Windows color (decimal): -12581241 or 8848960. OLE color: 8848960.
HSL color Cylindrical-coordinate representation of color #400687: hue angle of 266.98º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400687 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 6 | 135 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.47 |
| HSL | 266.98º | 0.91% | 0.28% | - |
| HSV(B) | 266.98º | 0.96% | 0.53% | - |
| XYZ | 6.55 | 2.97 | 23.15 | - |
| YUV | 38.05 | 182.72 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 135 | 0.53 | 0.96 | 0 | 0.47 | 266.98 | 0.91 | 0.28 |
| Hex | 40 | 6 | 87 | 35 | 60 | 0 | 2F | 10B | 5B | 1C |
| Octal | 100 | 6 | 207 | 65 | 140 | 0 | 57 | 413 | 133 | 34 |
| Binary | 1000000 | 110 | 10000111 | 110101 | 1100000 | 0 | 101111 | 100001011 | 1011011 | 11100 |
Color Harmonies of #400687
Complementary color
Monochromatic Colors of #400687
Black with #400687
Text Example
Text Example
White with #400687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400687; }
p { color: rgb(64,6,135); }
H1.HeaderClassName
{
color: #400687;
}
.AnyTagClassName
{
color: #400687;
}
</style>
background-color css
<style>
a { background-color: #400687; }
a { background-color: rgb(64,6,135); }
div.DivClassName
{
background-color: #400687;
}
.BgClassName
{
background-color: #400687;
}
</style>
border-color css
<style>
span { border-color: #400687; }
span { border-color: rgb(64,6,135); }
td.TdClassName
{
border-color: #400687;
}
.TagClassName
{
border-color: #400687;
}
</style>