Shades of Blackcurrant #3E054E
Tints of Blackcurrant #3E054E
RGB
CMYK
RGB Variations
Color information
#3E054E (or 0x3E054E) is known color: Blackcurrant. HEX triplet: 3E, 05 and 4E. RGB value is (62,5,78). Sum of RGB (Red+Green+Blue) = 62+5+78=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E054E is #C1FAB1. Grayscale: #1E1E1E. Windows color (decimal): -12712626 or 5113150. OLE color: 5113150.
HSL color Cylindrical-coordinate representation of color #3E054E: hue angle of 286.85º 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 #3E054E is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 5 | 78 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.69 |
| HSL | 286.85º | 0.88% | 0.16% | - |
| HSV(B) | 286.85º | 0.94% | 0.31% | - |
| XYZ | 3.42 | 1.68 | 7.35 | - |
| YUV | 30.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 78 | 0.21 | 0.94 | 0 | 0.69 | 286.85 | 0.88 | 0.16 |
| Hex | 3E | 5 | 4E | 15 | 5E | 0 | 45 | 11F | 58 | 10 |
| Octal | 76 | 5 | 116 | 25 | 136 | 0 | 105 | 437 | 130 | 20 |
| Binary | 111110 | 101 | 1001110 | 10101 | 1011110 | 0 | 1000101 | 100011111 | 1011000 | 10000 |
Color Harmonies of #3E054E
Complementary color
Monochromatic Colors of #3E054E
Black with #3E054E
Text Example
Text Example
White with #3E054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E054E; }
p { color: rgb(62,5,78); }
H1.HeaderClassName
{
color: #3E054E;
}
.AnyTagClassName
{
color: #3E054E;
}
</style>
background-color css
<style>
a { background-color: #3E054E; }
a { background-color: rgb(62,5,78); }
div.DivClassName
{
background-color: #3E054E;
}
.BgClassName
{
background-color: #3E054E;
}
</style>
border-color css
<style>
span { border-color: #3E054E; }
span { border-color: rgb(62,5,78); }
td.TdClassName
{
border-color: #3E054E;
}
.TagClassName
{
border-color: #3E054E;
}
</style>