Shades of Blackcurrant #3A034E
Tints of Blackcurrant #3A034E
RGB
CMYK
RGB Variations
Color information
#3A034E (or 0x3A034E) is known color: Blackcurrant. HEX triplet: 3A, 03 and 4E. RGB value is (58,3,78). Sum of RGB (Red+Green+Blue) = 58+3+78=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A034E is #C5FCB1. Grayscale: #1B1B1B. Windows color (decimal): -12975282 or 5112634. OLE color: 5112634.
HSL color Cylindrical-coordinate representation of color #3A034E: hue angle of 284º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A034E is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 3 | 78 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.69 |
| HSL | 284º | 0.93% | 0.16% | - |
| HSV(B) | 284º | 0.96% | 0.31% | - |
| XYZ | 3.15 | 1.51 | 7.33 | - |
| YUV | 28 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 78 | 0.26 | 0.96 | 0 | 0.69 | 284 | 0.93 | 0.16 |
| Hex | 3A | 3 | 4E | 1A | 60 | 0 | 45 | 11C | 5D | 10 |
| Octal | 72 | 3 | 116 | 32 | 140 | 0 | 105 | 434 | 135 | 20 |
| Binary | 111010 | 11 | 1001110 | 11010 | 1100000 | 0 | 1000101 | 100011100 | 1011101 | 10000 |
Color Harmonies of #3A034E
Complementary color
Monochromatic Colors of #3A034E
Black with #3A034E
Text Example
Text Example
White with #3A034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A034E; }
p { color: rgb(58,3,78); }
H1.HeaderClassName
{
color: #3A034E;
}
.AnyTagClassName
{
color: #3A034E;
}
</style>
background-color css
<style>
a { background-color: #3A034E; }
a { background-color: rgb(58,3,78); }
div.DivClassName
{
background-color: #3A034E;
}
.BgClassName
{
background-color: #3A034E;
}
</style>
border-color css
<style>
span { border-color: #3A034E; }
span { border-color: rgb(58,3,78); }
td.TdClassName
{
border-color: #3A034E;
}
.TagClassName
{
border-color: #3A034E;
}
</style>