Shades of Blackcurrant #3A044F
Tints of Blackcurrant #3A044F
RGB
CMYK
RGB Variations
Color information
#3A044F (or 0x3A044F) is known color: Blackcurrant. HEX triplet: 3A, 04 and 4F. RGB value is (58,4,79). Sum of RGB (Red+Green+Blue) = 58+4+79=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A044F is #C5FBB0. Grayscale: #1C1C1C. Windows color (decimal): -12975025 or 5178426. OLE color: 5178426.
HSL color Cylindrical-coordinate representation of color #3A044F: hue angle of 283.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A044F is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 4 | 79 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.69 |
| HSL | 283.2º | 0.9% | 0.16% | - |
| HSV(B) | 283.2º | 0.95% | 0.31% | - |
| XYZ | 3.2 | 1.55 | 7.53 | - |
| YUV | 28.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 79 | 0.27 | 0.95 | 0 | 0.69 | 283.2 | 0.9 | 0.16 |
| Hex | 3A | 4 | 4F | 1B | 5F | 0 | 45 | 11B | 5A | 10 |
| Octal | 72 | 4 | 117 | 33 | 137 | 0 | 105 | 433 | 132 | 20 |
| Binary | 111010 | 100 | 1001111 | 11011 | 1011111 | 0 | 1000101 | 100011011 | 1011010 | 10000 |
Color Harmonies of #3A044F
Complementary color
Monochromatic Colors of #3A044F
Black with #3A044F
Text Example
Text Example
White with #3A044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A044F; }
p { color: rgb(58,4,79); }
H1.HeaderClassName
{
color: #3A044F;
}
.AnyTagClassName
{
color: #3A044F;
}
</style>
background-color css
<style>
a { background-color: #3A044F; }
a { background-color: rgb(58,4,79); }
div.DivClassName
{
background-color: #3A044F;
}
.BgClassName
{
background-color: #3A044F;
}
</style>
border-color css
<style>
span { border-color: #3A044F; }
span { border-color: rgb(58,4,79); }
td.TdClassName
{
border-color: #3A044F;
}
.TagClassName
{
border-color: #3A044F;
}
</style>