Html Css Color HEX #40055A Blackcurrant

📋 copy color: '#40055A'

red 64 ◦ green 5 ◦ blue 90

#40055A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #40055A

Tints of Blackcurrant #40055A

RGB

 RED value IS 64 (25.39% from 255) = 40.25%

 GREEN value IS 5 (2.34% from 255) = 3.14%

 BLUE value IS 90 (35.55% from 255) = 56.6%

R = 40.25%
G = 3.14%
B = 56.6%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40055A (or 0x40055A) is known color: Blackcurrant. HEX triplet: 40, 05 and 5A. RGB value is (64,5,90). Sum of RGB (Red+Green+Blue) = 64+5+90=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #40055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40055A is #BFFAA5. Grayscale: #202020. Windows color (decimal): -12581542 or 5899584. OLE color: 5899584.

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

Color convert

RGB 64 5 90 -
CMYK 0.29 0.94 0 0.65
HSL 281.65º 0.89% 0.19% -
HSV(B) 281.65º 0.94% 0.35% -
XYZ 4.01 1.94 9.84 -
YUV 32.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 64 5 90 0.29 0.94 0 0.65 281.65 0.89 0.19
Hex 40 5 5A 1D 5E 0 41 11A 59 13
Octal 100 5 132 35 136 0 101 432 131 23
Binary 1000000 101 1011010 11101 1011110 0 1000001 100011010 1011001 10011

Color Harmonies of #40055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40055A

Black with #40055A

Text Example


Text Example

White with #40055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40055A;
 }
 .AnyTagClassName
 {
   color: #40055A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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