Html Css Color HEX #40064F Blackcurrant

📋 copy color: '#40064F'

red 64 ◦ green 6 ◦ blue 79

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

Shades of Blackcurrant #40064F

Tints of Blackcurrant #40064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 42.95%
G = 4.03%
B = 53.02%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40064F (or 0x40064F) is known color: Blackcurrant. HEX triplet: 40, 06 and 4F. RGB value is (64,6,79). Sum of RGB (Red+Green+Blue) = 64+6+79=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #40064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40064F is #BFF9B0. Grayscale: #1F1F1F. Windows color (decimal): -12581297 or 5178944. OLE color: 5178944.

HSL color Cylindrical-coordinate representation of color #40064F: hue angle of 287.67º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40064F is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 6 79 -
CMYK 0.19 0.92 0 0.69
HSL 287.67º 0.86% 0.17% -
HSV(B) 287.67º 0.92% 0.31% -
XYZ 3.59 1.78 7.55 -
YUV 31.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 64 6 79 0.19 0.92 0 0.69 287.67 0.86 0.17
Hex 40 6 4F 13 5C 0 45 120 56 11
Octal 100 6 117 23 134 0 105 440 126 21
Binary 1000000 110 1001111 10011 1011100 0 1000101 100100000 1010110 10001

Color Harmonies of #40064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40064F

Black with #40064F

Text Example


Text Example

White with #40064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40064F; }

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

 H1.HeaderClassName
 {
   color: #40064F;
 }
 .AnyTagClassName
 {
   color: #40064F;
 }
</style>

background-color css

<style>
 a { background-color: #40064F; }

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

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

border-color css

<style>
 span { border-color: #40064F; }

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

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