Shades of Blackcurrant #400657
Tints of Blackcurrant #400657
RGB
CMYK
RGB Variations
Color information
#400657 (or 0x400657) is known color: Blackcurrant. HEX triplet: 40, 06 and 57. RGB value is (64,6,87). Sum of RGB (Red+Green+Blue) = 64+6+87=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #400657 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400657 is #BFF9A8. Grayscale: #202020. Windows color (decimal): -12581289 or 5703232. OLE color: 5703232.
HSL color Cylindrical-coordinate representation of color #400657: hue angle of 282.96º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400657 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 6 | 87 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.66 |
| HSL | 282.96º | 0.87% | 0.18% | - |
| HSV(B) | 282.96º | 0.93% | 0.34% | - |
| XYZ | 3.9 | 1.91 | 9.18 | - |
| YUV | 32.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 87 | 0.26 | 0.93 | 0 | 0.66 | 282.96 | 0.87 | 0.18 |
| Hex | 40 | 6 | 57 | 1A | 5D | 0 | 42 | 11B | 57 | 12 |
| Octal | 100 | 6 | 127 | 32 | 135 | 0 | 102 | 433 | 127 | 22 |
| Binary | 1000000 | 110 | 1010111 | 11010 | 1011101 | 0 | 1000010 | 100011011 | 1010111 | 10010 |
Color Harmonies of #400657
Complementary color
Monochromatic Colors of #400657
Black with #400657
Text Example
Text Example
White with #400657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400657; }
p { color: rgb(64,6,87); }
H1.HeaderClassName
{
color: #400657;
}
.AnyTagClassName
{
color: #400657;
}
</style>
background-color css
<style>
a { background-color: #400657; }
a { background-color: rgb(64,6,87); }
div.DivClassName
{
background-color: #400657;
}
.BgClassName
{
background-color: #400657;
}
</style>
border-color css
<style>
span { border-color: #400657; }
span { border-color: rgb(64,6,87); }
td.TdClassName
{
border-color: #400657;
}
.TagClassName
{
border-color: #400657;
}
</style>