Shades of Blackcurrant #3A074D
Tints of Blackcurrant #3A074D
RGB
CMYK
RGB Variations
Color information
#3A074D (or 0x3A074D) is known color: Blackcurrant. HEX triplet: 3A, 07 and 4D. RGB value is (58,7,77). Sum of RGB (Red+Green+Blue) = 58+7+77=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A074D is #C5F8B2. Grayscale: #1E1E1E. Windows color (decimal): -12974259 or 5048122. OLE color: 5048122.
HSL color Cylindrical-coordinate representation of color #3A074D: hue angle of 283.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A074D is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 7 | 77 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.70 |
| HSL | 283.71º | 0.83% | 0.16% | - |
| HSV(B) | 283.71º | 0.91% | 0.3% | - |
| XYZ | 3.16 | 1.59 | 7.16 | - |
| YUV | 30.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 77 | 0.25 | 0.91 | 0 | 0.70 | 283.71 | 0.83 | 0.16 |
| Hex | 3A | 7 | 4D | 19 | 5B | 0 | 46 | 11C | 53 | 10 |
| Octal | 72 | 7 | 115 | 31 | 133 | 0 | 106 | 434 | 123 | 20 |
| Binary | 111010 | 111 | 1001101 | 11001 | 1011011 | 0 | 1000110 | 100011100 | 1010011 | 10000 |
Color Harmonies of #3A074D
Complementary color
Monochromatic Colors of #3A074D
Black with #3A074D
Text Example
Text Example
White with #3A074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A074D; }
p { color: rgb(58,7,77); }
H1.HeaderClassName
{
color: #3A074D;
}
.AnyTagClassName
{
color: #3A074D;
}
</style>
background-color css
<style>
a { background-color: #3A074D; }
a { background-color: rgb(58,7,77); }
div.DivClassName
{
background-color: #3A074D;
}
.BgClassName
{
background-color: #3A074D;
}
</style>
border-color css
<style>
span { border-color: #3A074D; }
span { border-color: rgb(58,7,77); }
td.TdClassName
{
border-color: #3A074D;
}
.TagClassName
{
border-color: #3A074D;
}
</style>