#3A074E

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

Shades of Blackcurrant #3A074E

Tints of Blackcurrant #3A074E

Color information

#3A074E (or 0x3A074E) is unknown color: approx Blackcurrant. HEX triplet: 3A, 07 and 4E. RGB value is (58,7,78). Sum of RGB (Red+Green+Blue) = 58+7+78=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A074E is #C5F8B1. Grayscale: #1E1E1E. Windows color (decimal): -12974258 or 5113658. OLE color: 5113658.

HSL color Cylindrical-coordinate representation of color #3A074E: hue angle of 283.1º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A074E is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB58778-
CMYK0.260.9100.69
HSL283.1º83.53%16.67%-
HSV(B)283.1º91.03%30.59%-
XYZ3.21.67.35-
YUV30.34154.9147.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 78 (30.86% from 255) = 54.55%
R=40.56%
G=4.90%
B=54.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal587780.260.9100.69283.183.5316.67
Hex3A74E1A5B04511b5411
Octal72711632133010543312421
Binary111010111100111011010101101101000101100011011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A074E; }

 p { color: rgb(58,7,78); }

 H1.HeaderClassName
 {
   color: #3A074E;
 }
 .AnyTagClassName
 {
   color: #3A074E;
 }
</style>
background-color css

<style>
 a { background-color: #3A074E; }

 a { background-color: rgb(58,7,78); }

 div.DivClassName
 {
   background-color: #3A074E;
 }
 .BgClassName
 {
   background-color: #3A074E;
 }
</style>
border-color css

<style>
 span { border-color: #3A074E; }

 span { border-color: rgb(58,7,78); }

 td.TdClassName
 {
   border-color: #3A074E;
 }
 .TagClassName
 {
   border-color: #3A074E;
 }
</style>