Shades of Blackcurrant #3A074E
Tints of Blackcurrant #3A074E
RGB
CMYK
RGB Variations
Color information
#3A074E (or 0x3A074E) is known color: Blackcurrant. HEX triplet: 3A, 07 and 4E. RGB value is (58,7,78). Sum of RGB (Red+Green+Blue) = 58+7+78=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A074E is #C5F8B1. Grayscale: #1E1E1E. Windows color (decimal): -12974258 or 5113658. OLE color: 5113658.
HSL color Cylindrical-coordinate representation of color #3A074E: hue angle of 283.1º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A074E is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 7 | 78 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.69 |
| HSL | 283.1º | 0.84% | 0.17% | - |
| HSV(B) | 283.1º | 0.91% | 0.31% | - |
| XYZ | 3.2 | 1.6 | 7.35 | - |
| YUV | 30.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 78 | 0.26 | 0.91 | 0 | 0.69 | 283.1 | 0.84 | 0.17 |
| Hex | 3A | 7 | 4E | 1A | 5B | 0 | 45 | 11B | 54 | 11 |
| Octal | 72 | 7 | 116 | 32 | 133 | 0 | 105 | 433 | 124 | 21 |
| Binary | 111010 | 111 | 1001110 | 11010 | 1011011 | 0 | 1000101 | 100011011 | 1010100 | 10001 |
Color Harmonies of #3A074E
Complementary color
Monochromatic Colors of #3A074E
Black with #3A074E
Text Example
Text Example
White with #3A074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A074E; }
p { color: rgb(58,7,78); }
H1.HeaderClassName
{
color: #3A074E;
}
.AnyTagClassName
{
color: #3A074E;
}
</style>
background-color css
<style>
a { background-color: #3A074E; }
a { background-color: rgb(58,7,78); }
div.DivClassName
{
background-color: #3A074E;
}
.BgClassName
{
background-color: #3A074E;
}
</style>
border-color css
<style>
span { border-color: #3A074E; }
span { border-color: rgb(58,7,78); }
td.TdClassName
{
border-color: #3A074E;
}
.TagClassName
{
border-color: #3A074E;
}
</style>