Shades of Indigo #400678
Tints of Indigo #400678
RGB
CMYK
RGB Variations
Color information
#400678 (or 0x400678) is known color: Indigo. HEX triplet: 40, 06 and 78. RGB value is (64,6,120). Sum of RGB (Red+Green+Blue) = 64+6+120=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #400678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400678 is #BFF987. Grayscale: #232323. Windows color (decimal): -12581256 or 7865920. OLE color: 7865920.
HSL color Cylindrical-coordinate representation of color #400678: hue angle of 270.53º 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 #400678 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 6 | 120 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.53 |
| HSL | 270.53º | 0.9% | 0.25% | - |
| HSV(B) | 270.53º | 0.95% | 0.47% | - |
| XYZ | 5.57 | 2.58 | 17.97 | - |
| YUV | 36.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 120 | 0.47 | 0.95 | 0 | 0.53 | 270.53 | 0.9 | 0.25 |
| Hex | 40 | 6 | 78 | 2F | 5F | 0 | 35 | 10F | 5A | 19 |
| Octal | 100 | 6 | 170 | 57 | 137 | 0 | 65 | 417 | 132 | 31 |
| Binary | 1000000 | 110 | 1111000 | 101111 | 1011111 | 0 | 110101 | 100001111 | 1011010 | 11001 |
Color Harmonies of #400678
Complementary color
Monochromatic Colors of #400678
Black with #400678
Text Example
Text Example
White with #400678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400678; }
p { color: rgb(64,6,120); }
H1.HeaderClassName
{
color: #400678;
}
.AnyTagClassName
{
color: #400678;
}
</style>
background-color css
<style>
a { background-color: #400678; }
a { background-color: rgb(64,6,120); }
div.DivClassName
{
background-color: #400678;
}
.BgClassName
{
background-color: #400678;
}
</style>
border-color css
<style>
span { border-color: #400678; }
span { border-color: rgb(64,6,120); }
td.TdClassName
{
border-color: #400678;
}
.TagClassName
{
border-color: #400678;
}
</style>