Shades of Blackcurrant #3A054E
Tints of Blackcurrant #3A054E
RGB
CMYK
RGB Variations
Color information
#3A054E (or 0x3A054E) is known color: Blackcurrant. HEX triplet: 3A, 05 and 4E. RGB value is (58,5,78). Sum of RGB (Red+Green+Blue) = 58+5+78=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A054E is #C5FAB1. Grayscale: #1C1C1C. Windows color (decimal): -12974770 or 5113146. OLE color: 5113146.
HSL color Cylindrical-coordinate representation of color #3A054E: hue angle of 283.56º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A054E is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 5 | 78 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.69 |
| HSL | 283.56º | 0.88% | 0.16% | - |
| HSV(B) | 283.56º | 0.94% | 0.31% | - |
| XYZ | 3.17 | 1.56 | 7.34 | - |
| YUV | 29.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 78 | 0.26 | 0.94 | 0 | 0.69 | 283.56 | 0.88 | 0.16 |
| Hex | 3A | 5 | 4E | 1A | 5E | 0 | 45 | 11C | 58 | 10 |
| Octal | 72 | 5 | 116 | 32 | 136 | 0 | 105 | 434 | 130 | 20 |
| Binary | 111010 | 101 | 1001110 | 11010 | 1011110 | 0 | 1000101 | 100011100 | 1011000 | 10000 |
Color Harmonies of #3A054E
Complementary color
Monochromatic Colors of #3A054E
Black with #3A054E
Text Example
Text Example
White with #3A054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A054E; }
p { color: rgb(58,5,78); }
H1.HeaderClassName
{
color: #3A054E;
}
.AnyTagClassName
{
color: #3A054E;
}
</style>
background-color css
<style>
a { background-color: #3A054E; }
a { background-color: rgb(58,5,78); }
div.DivClassName
{
background-color: #3A054E;
}
.BgClassName
{
background-color: #3A054E;
}
</style>
border-color css
<style>
span { border-color: #3A054E; }
span { border-color: rgb(58,5,78); }
td.TdClassName
{
border-color: #3A054E;
}
.TagClassName
{
border-color: #3A054E;
}
</style>