Shades of Blackcurrant #40044F
Tints of Blackcurrant #40044F
RGB
CMYK
RGB Variations
Color information
#40044F (or 0x40044F) is known color: Blackcurrant. HEX triplet: 40, 04 and 4F. RGB value is (64,4,79). Sum of RGB (Red+Green+Blue) = 64+4+79=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #40044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40044F is #BFFBB0. Grayscale: #1E1E1E. Windows color (decimal): -12581809 or 5178432. OLE color: 5178432.
HSL color Cylindrical-coordinate representation of color #40044F: hue angle of 288º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40044F is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 4 | 79 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.69 |
| HSL | 288º | 0.9% | 0.16% | - |
| HSV(B) | 288º | 0.95% | 0.31% | - |
| XYZ | 3.57 | 1.74 | 7.55 | - |
| YUV | 30.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 79 | 0.19 | 0.95 | 0 | 0.69 | 288 | 0.9 | 0.16 |
| Hex | 40 | 4 | 4F | 13 | 5F | 0 | 45 | 120 | 5A | 10 |
| Octal | 100 | 4 | 117 | 23 | 137 | 0 | 105 | 440 | 132 | 20 |
| Binary | 1000000 | 100 | 1001111 | 10011 | 1011111 | 0 | 1000101 | 100100000 | 1011010 | 10000 |
Color Harmonies of #40044F
Complementary color
Monochromatic Colors of #40044F
Black with #40044F
Text Example
Text Example
White with #40044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40044F; }
p { color: rgb(64,4,79); }
H1.HeaderClassName
{
color: #40044F;
}
.AnyTagClassName
{
color: #40044F;
}
</style>
background-color css
<style>
a { background-color: #40044F; }
a { background-color: rgb(64,4,79); }
div.DivClassName
{
background-color: #40044F;
}
.BgClassName
{
background-color: #40044F;
}
</style>
border-color css
<style>
span { border-color: #40044F; }
span { border-color: rgb(64,4,79); }
td.TdClassName
{
border-color: #40044F;
}
.TagClassName
{
border-color: #40044F;
}
</style>