Shades of Blackcurrant #3A044D
Tints of Blackcurrant #3A044D
RGB
CMYK
RGB Variations
Color information
#3A044D (or 0x3A044D) is known color: Blackcurrant. HEX triplet: 3A, 04 and 4D. RGB value is (58,4,77). Sum of RGB (Red+Green+Blue) = 58+4+77=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A044D is #C5FBB2. Grayscale: #1C1C1C. Windows color (decimal): -12975027 or 5047354. OLE color: 5047354.
HSL color Cylindrical-coordinate representation of color #3A044D: hue angle of 284.38º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A044D is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 4 | 77 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.70 |
| HSL | 284.38º | 0.9% | 0.16% | - |
| HSV(B) | 284.38º | 0.95% | 0.3% | - |
| XYZ | 3.13 | 1.52 | 7.15 | - |
| YUV | 28.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 77 | 0.25 | 0.95 | 0 | 0.70 | 284.38 | 0.9 | 0.16 |
| Hex | 3A | 4 | 4D | 19 | 5F | 0 | 46 | 11C | 5A | 10 |
| Octal | 72 | 4 | 115 | 31 | 137 | 0 | 106 | 434 | 132 | 20 |
| Binary | 111010 | 100 | 1001101 | 11001 | 1011111 | 0 | 1000110 | 100011100 | 1011010 | 10000 |
Color Harmonies of #3A044D
Complementary color
Monochromatic Colors of #3A044D
Black with #3A044D
Text Example
Text Example
White with #3A044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A044D; }
p { color: rgb(58,4,77); }
H1.HeaderClassName
{
color: #3A044D;
}
.AnyTagClassName
{
color: #3A044D;
}
</style>
background-color css
<style>
a { background-color: #3A044D; }
a { background-color: rgb(58,4,77); }
div.DivClassName
{
background-color: #3A044D;
}
.BgClassName
{
background-color: #3A044D;
}
</style>
border-color css
<style>
span { border-color: #3A044D; }
span { border-color: rgb(58,4,77); }
td.TdClassName
{
border-color: #3A044D;
}
.TagClassName
{
border-color: #3A044D;
}
</style>