#40045A

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

Shades of Blackcurrant #40045A

Tints of Blackcurrant #40045A

Color information

#40045A (or 0x40045A) is unknown color: approx Blackcurrant. HEX triplet: 40, 04 and 5A. RGB value is (64,4,90). Sum of RGB (Red+Green+Blue) = 64+4+90=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #40045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40045A is #BFFBA5. Grayscale: #1F1F1F. Windows color (decimal): -12581798 or 5899328. OLE color: 5899328.

HSL color Cylindrical-coordinate representation of color #40045A: hue angle of 281.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40045A is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64490-
CMYK0.290.9600.65
HSL281.86º91.49%18.43%-
HSV(B)281.86º95.56%35.29%-
XYZ41.929.83-
YUV31.74160.88151.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=40.51%
G=2.53%
B=56.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal644900.290.9600.65281.8691.4918.43
Hex4045A1D6004111a5b12
Octal100413235140010143213322
Binary1000000100101101011101110000001000001100011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40045A; }

 p { color: rgb(64,4,90); }

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

<style>
 a { background-color: #40045A; }

 a { background-color: rgb(64,4,90); }

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

<style>
 span { border-color: #40045A; }

 span { border-color: rgb(64,4,90); }

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