Shades of Blackcurrant #400457
Tints of Blackcurrant #400457
RGB
CMYK
RGB Variations
Color information
#400457 (or 0x400457) is known color: Blackcurrant. HEX triplet: 40, 04 and 57. RGB value is (64,4,87). Sum of RGB (Red+Green+Blue) = 64+4+87=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #400457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400457 is #BFFBA8. Grayscale: #1F1F1F. Windows color (decimal): -12581801 or 5702720. OLE color: 5702720.
HSL color Cylindrical-coordinate representation of color #400457: hue angle of 283.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400457 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 4 | 87 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.66 |
| HSL | 283.37º | 0.91% | 0.18% | - |
| HSV(B) | 283.37º | 0.95% | 0.34% | - |
| XYZ | 3.88 | 1.86 | 9.17 | - |
| YUV | 31.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 87 | 0.26 | 0.95 | 0 | 0.66 | 283.37 | 0.91 | 0.18 |
| Hex | 40 | 4 | 57 | 1A | 5F | 0 | 42 | 11B | 5B | 12 |
| Octal | 100 | 4 | 127 | 32 | 137 | 0 | 102 | 433 | 133 | 22 |
| Binary | 1000000 | 100 | 1010111 | 11010 | 1011111 | 0 | 1000010 | 100011011 | 1011011 | 10010 |
Color Harmonies of #400457
Complementary color
Monochromatic Colors of #400457
Black with #400457
Text Example
Text Example
White with #400457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400457; }
p { color: rgb(64,4,87); }
H1.HeaderClassName
{
color: #400457;
}
.AnyTagClassName
{
color: #400457;
}
</style>
background-color css
<style>
a { background-color: #400457; }
a { background-color: rgb(64,4,87); }
div.DivClassName
{
background-color: #400457;
}
.BgClassName
{
background-color: #400457;
}
</style>
border-color css
<style>
span { border-color: #400457; }
span { border-color: rgb(64,4,87); }
td.TdClassName
{
border-color: #400457;
}
.TagClassName
{
border-color: #400457;
}
</style>