#40025A

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

Shades of Blackcurrant #40025A

Tints of Blackcurrant #40025A

Color information

#40025A (or 0x40025A) is unknown color: approx Blackcurrant. HEX triplet: 40, 02 and 5A. RGB value is (64,2,90). Sum of RGB (Red+Green+Blue) = 64+2+90=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #40025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40025A is #BFFDA5. Grayscale: #1E1E1E. Windows color (decimal): -12582310 or 5898816. OLE color: 5898816.

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

Color convert

RGB64290-
CMYK0.290.9800.65
HSL282.27º95.65%18.04%-
HSV(B)282.27º97.78%35.29%-
XYZ3.981.879.82-
YUV30.57161.54151.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=41.03%
G=1.28%
B=57.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal642900.290.9800.65282.2795.6518.04
Hex4025A1D6204111a6012
Octal100213235142010143214022
Binary100000010101101011101110001001000001100011010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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