Shades of Blackcurrant #3E0558
Tints of Blackcurrant #3E0558
RGB
CMYK
RGB Variations
Color information
#3E0558 (or 0x3E0558) is known color: Blackcurrant. HEX triplet: 3E, 05 and 58. RGB value is (62,5,88). Sum of RGB (Red+Green+Blue) = 62+5+88=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E0558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0558 is #C1FAA7. Grayscale: #1F1F1F. Windows color (decimal): -12712616 or 5768510. OLE color: 5768510.
HSL color Cylindrical-coordinate representation of color #3E0558: hue angle of 281.2º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0558 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 5 | 88 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.65 |
| HSL | 281.2º | 0.89% | 0.18% | - |
| HSV(B) | 281.2º | 0.94% | 0.35% | - |
| XYZ | 3.8 | 1.84 | 9.39 | - |
| YUV | 31.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 88 | 0.30 | 0.94 | 0 | 0.65 | 281.2 | 0.89 | 0.18 |
| Hex | 3E | 5 | 58 | 1E | 5E | 0 | 41 | 119 | 59 | 12 |
| Octal | 76 | 5 | 130 | 36 | 136 | 0 | 101 | 431 | 131 | 22 |
| Binary | 111110 | 101 | 1011000 | 11110 | 1011110 | 0 | 1000001 | 100011001 | 1011001 | 10010 |
Color Harmonies of #3E0558
Complementary color
Monochromatic Colors of #3E0558
Black with #3E0558
Text Example
Text Example
White with #3E0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0558; }
p { color: rgb(62,5,88); }
H1.HeaderClassName
{
color: #3E0558;
}
.AnyTagClassName
{
color: #3E0558;
}
</style>
background-color css
<style>
a { background-color: #3E0558; }
a { background-color: rgb(62,5,88); }
div.DivClassName
{
background-color: #3E0558;
}
.BgClassName
{
background-color: #3E0558;
}
</style>
border-color css
<style>
span { border-color: #3E0558; }
span { border-color: rgb(62,5,88); }
td.TdClassName
{
border-color: #3E0558;
}
.TagClassName
{
border-color: #3E0558;
}
</style>