#40054f

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

Shades of Blackcurrant #40054F

Tints of Blackcurrant #40054F

Color information

#40054F (or 0x40054F) is unknown color: approx Blackcurrant. HEX triplet: 40, 05 and 4F. RGB value is (64,5,79). Sum of RGB (Red+Green+Blue) = 64+5+79=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #40054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40054F is #BFFAB0. Grayscale: #1E1E1E. Windows color (decimal): -12581553 or 5178688. OLE color: 5178688.

HSL color Cylindrical-coordinate representation of color #40054F: hue angle of 287.84º 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 #40054F is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64579-
CMYK0.190.9400.69
HSL287.84º88.1%16.47%-
HSV(B)287.84º93.67%30.98%-
XYZ3.581.767.55-
YUV31.08155.05151.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 79 (31.25% from 255) = 53.38%
R=43.24%
G=3.38%
B=53.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal645790.190.9400.69287.8488.116.47
Hex4054F135E0451205810
Octal100511723136010544013020
Binary1000000101100111110011101111001000101100100000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40054f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40054f; }

 p { color: rgb(64,5,79); }

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

<style>
 a { background-color: #40054f; }

 a { background-color: rgb(64,5,79); }

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

<style>
 span { border-color: #40054f; }

 span { border-color: rgb(64,5,79); }

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