Shades of Blackcurrant #40045A
Tints of Blackcurrant #40045A
RGB
CMYK
RGB Variations
Color information
#40045A (or 0x40045A) is known color: Blackcurrant. HEX triplet: 40, 04 and 5A. RGB value is (64,4,90). Sum of RGB (Red+Green+Blue) = 64+4+90=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #40045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40045A is #BFFBA5. Grayscale: #1F1F1F. Windows color (decimal): -12581798 or 5899328. OLE color: 5899328.
HSL color Cylindrical-coordinate representation of color #40045A: hue angle of 281.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40045A is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 4 | 90 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.65 |
| HSL | 281.86º | 0.91% | 0.18% | - |
| HSV(B) | 281.86º | 0.96% | 0.35% | - |
| XYZ | 4 | 1.92 | 9.83 | - |
| YUV | 31.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 90 | 0.29 | 0.96 | 0 | 0.65 | 281.86 | 0.91 | 0.18 |
| Hex | 40 | 4 | 5A | 1D | 60 | 0 | 41 | 11A | 5B | 12 |
| Octal | 100 | 4 | 132 | 35 | 140 | 0 | 101 | 432 | 133 | 22 |
| Binary | 1000000 | 100 | 1011010 | 11101 | 1100000 | 0 | 1000001 | 100011010 | 1011011 | 10010 |
Color Harmonies of #40045A
Complementary color
Monochromatic Colors of #40045A
Black with #40045A
Text Example
Text Example
White with #40045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40045A; }
p { color: rgb(64,4,90); }
H1.HeaderClassName
{
color: #40045A;
}
.AnyTagClassName
{
color: #40045A;
}
</style>
background-color css
<style>
a { background-color: #40045A; }
a { background-color: rgb(64,4,90); }
div.DivClassName
{
background-color: #40045A;
}
.BgClassName
{
background-color: #40045A;
}
</style>
border-color css
<style>
span { border-color: #40045A; }
span { border-color: rgb(64,4,90); }
td.TdClassName
{
border-color: #40045A;
}
.TagClassName
{
border-color: #40045A;
}
</style>