Shades of Indigo #400679
Tints of Indigo #400679
RGB
CMYK
RGB Variations
Color information
#400679 (or 0x400679) is known color: Indigo. HEX triplet: 40, 06 and 79. RGB value is (64,6,121). Sum of RGB (Red+Green+Blue) = 64+6+121=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #400679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400679 is #BFF986. Grayscale: #242424. Windows color (decimal): -12581255 or 7931456. OLE color: 7931456.
HSL color Cylindrical-coordinate representation of color #400679: hue angle of 270.26º degrees, saturation: 0.91, 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 #400679 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 6 | 121 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.53 |
| HSL | 270.26º | 0.91% | 0.25% | - |
| HSV(B) | 270.26º | 0.95% | 0.47% | - |
| XYZ | 5.63 | 2.6 | 18.29 | - |
| YUV | 36.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 121 | 0.47 | 0.95 | 0 | 0.53 | 270.26 | 0.91 | 0.25 |
| Hex | 40 | 6 | 79 | 2F | 5F | 0 | 35 | 10E | 5B | 19 |
| Octal | 100 | 6 | 171 | 57 | 137 | 0 | 65 | 416 | 133 | 31 |
| Binary | 1000000 | 110 | 1111001 | 101111 | 1011111 | 0 | 110101 | 100001110 | 1011011 | 11001 |
Color Harmonies of #400679
Complementary color
Monochromatic Colors of #400679
Black with #400679
Text Example
Text Example
White with #400679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400679; }
p { color: rgb(64,6,121); }
H1.HeaderClassName
{
color: #400679;
}
.AnyTagClassName
{
color: #400679;
}
</style>
background-color css
<style>
a { background-color: #400679; }
a { background-color: rgb(64,6,121); }
div.DivClassName
{
background-color: #400679;
}
.BgClassName
{
background-color: #400679;
}
</style>
border-color css
<style>
span { border-color: #400679; }
span { border-color: rgb(64,6,121); }
td.TdClassName
{
border-color: #400679;
}
.TagClassName
{
border-color: #400679;
}
</style>