Shades of Blackcurrant #40054C
Tints of Blackcurrant #40054C
RGB
CMYK
RGB Variations
Color information
#40054C (or 0x40054C) is known color: Blackcurrant. HEX triplet: 40, 05 and 4C. RGB value is (64,5,76). Sum of RGB (Red+Green+Blue) = 64+5+76=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #40054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40054C is #BFFAB3. Grayscale: #1E1E1E. Windows color (decimal): -12581556 or 4982080. OLE color: 4982080.
HSL color Cylindrical-coordinate representation of color #40054C: hue angle of 289.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40054C is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 5 | 76 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.70 |
| HSL | 289.86º | 0.88% | 0.16% | - |
| HSV(B) | 289.86º | 0.93% | 0.3% | - |
| XYZ | 3.47 | 1.72 | 6.99 | - |
| YUV | 30.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 76 | 0.16 | 0.93 | 0 | 0.70 | 289.86 | 0.88 | 0.16 |
| Hex | 40 | 5 | 4C | 10 | 5D | 0 | 46 | 122 | 58 | 10 |
| Octal | 100 | 5 | 114 | 20 | 135 | 0 | 106 | 442 | 130 | 20 |
| Binary | 1000000 | 101 | 1001100 | 10000 | 1011101 | 0 | 1000110 | 100100010 | 1011000 | 10000 |
Color Harmonies of #40054C
Complementary color
Monochromatic Colors of #40054C
Black with #40054C
Text Example
Text Example
White with #40054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40054C; }
p { color: rgb(64,5,76); }
H1.HeaderClassName
{
color: #40054C;
}
.AnyTagClassName
{
color: #40054C;
}
</style>
background-color css
<style>
a { background-color: #40054C; }
a { background-color: rgb(64,5,76); }
div.DivClassName
{
background-color: #40054C;
}
.BgClassName
{
background-color: #40054C;
}
</style>
border-color css
<style>
span { border-color: #40054C; }
span { border-color: rgb(64,5,76); }
td.TdClassName
{
border-color: #40054C;
}
.TagClassName
{
border-color: #40054C;
}
</style>