#3E0558

Color #3E0558 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #3E0558

Tints of Blackcurrant #3E0558

Color information

#3E0558 (or 0x3E0558) is unknown color: approx 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

RGB62588-
CMYK0.300.9400.65
HSL281.2º89.25%18.24%-
HSV(B)281.2º94.32%34.51%-
XYZ3.81.849.39-
YUV31.5159.88149.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=40%
G=3.23%
B=56.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal625880.300.9400.65281.289.2518.24
Hex3E5581E5E0411195912
Octal76513036136010143113122
Binary111110101101100011110101111001000001100011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>