Shades of Blackcurrant #400158
Tints of Blackcurrant #400158
RGB
CMYK
RGB Variations
Color information
#400158 (or 0x400158) is known color: Blackcurrant. HEX triplet: 40, 01 and 58. RGB value is (64,1,88). Sum of RGB (Red+Green+Blue) = 64+1+88=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #400158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400158 is #BFFEA7. Grayscale: #1D1D1D. Windows color (decimal): -12582568 or 5767488. OLE color: 5767488.
HSL color Cylindrical-coordinate representation of color #400158: hue angle of 283.45º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400158 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 1 | 88 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.65 |
| HSL | 283.45º | 0.98% | 0.17% | - |
| HSV(B) | 283.45º | 0.99% | 0.35% | - |
| XYZ | 3.89 | 1.82 | 9.38 | - |
| YUV | 29.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 88 | 0.27 | 0.99 | 0 | 0.65 | 283.45 | 0.98 | 0.17 |
| Hex | 40 | 1 | 58 | 1B | 63 | 0 | 41 | 11B | 62 | 11 |
| Octal | 100 | 1 | 130 | 33 | 143 | 0 | 101 | 433 | 142 | 21 |
| Binary | 1000000 | 1 | 1011000 | 11011 | 1100011 | 0 | 1000001 | 100011011 | 1100010 | 10001 |
Color Harmonies of #400158
Complementary color
Monochromatic Colors of #400158
Black with #400158
Text Example
Text Example
White with #400158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400158; }
p { color: rgb(64,1,88); }
H1.HeaderClassName
{
color: #400158;
}
.AnyTagClassName
{
color: #400158;
}
</style>
background-color css
<style>
a { background-color: #400158; }
a { background-color: rgb(64,1,88); }
div.DivClassName
{
background-color: #400158;
}
.BgClassName
{
background-color: #400158;
}
</style>
border-color css
<style>
span { border-color: #400158; }
span { border-color: rgb(64,1,88); }
td.TdClassName
{
border-color: #400158;
}
.TagClassName
{
border-color: #400158;
}
</style>