Shades of Blackcurrant #3A084E
Tints of Blackcurrant #3A084E
RGB
CMYK
RGB Variations
Color information
#3A084E (or 0x3A084E) is known color: Blackcurrant. HEX triplet: 3A, 08 and 4E. RGB value is (58,8,78). Sum of RGB (Red+Green+Blue) = 58+8+78=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A084E is #C5F7B1. Grayscale: #1E1E1E. Windows color (decimal): -12974002 or 5113914. OLE color: 5113914.
HSL color Cylindrical-coordinate representation of color #3A084E: hue angle of 282.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A084E is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 8 | 78 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.69 |
| HSL | 282.86º | 0.81% | 0.17% | - |
| HSV(B) | 282.86º | 0.9% | 0.31% | - |
| XYZ | 3.21 | 1.62 | 7.35 | - |
| YUV | 30.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 78 | 0.26 | 0.90 | 0 | 0.69 | 282.86 | 0.81 | 0.17 |
| Hex | 3A | 8 | 4E | 1A | 5A | 0 | 45 | 11B | 51 | 11 |
| Octal | 72 | 10 | 116 | 32 | 132 | 0 | 105 | 433 | 121 | 21 |
| Binary | 111010 | 1000 | 1001110 | 11010 | 1011010 | 0 | 1000101 | 100011011 | 1010001 | 10001 |
Color Harmonies of #3A084E
Complementary color
Monochromatic Colors of #3A084E
Black with #3A084E
Text Example
Text Example
White with #3A084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A084E; }
p { color: rgb(58,8,78); }
H1.HeaderClassName
{
color: #3A084E;
}
.AnyTagClassName
{
color: #3A084E;
}
</style>
background-color css
<style>
a { background-color: #3A084E; }
a { background-color: rgb(58,8,78); }
div.DivClassName
{
background-color: #3A084E;
}
.BgClassName
{
background-color: #3A084E;
}
</style>
border-color css
<style>
span { border-color: #3A084E; }
span { border-color: rgb(58,8,78); }
td.TdClassName
{
border-color: #3A084E;
}
.TagClassName
{
border-color: #3A084E;
}
</style>