Html Css Color HEX #40124F Blackcurrant

📋 copy color: '#40124F'

red 64 ◦ green 18 ◦ blue 79

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

Shades of Blackcurrant #40124F

Tints of Blackcurrant #40124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

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

R = 39.75%
G = 11.18%
B = 49.07%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40124F (or 0x40124F) is known color: Blackcurrant. HEX triplet: 40, 12 and 4F. RGB value is (64,18,79). Sum of RGB (Red+Green+Blue) = 64+18+79=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #40124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40124F is #BFEDB0. Grayscale: #262626. Windows color (decimal): -12578225 or 5182016. OLE color: 5182016.

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

Color convert

RGB 64 18 79 -
CMYK 0.19 0.77 0 0.69
HSL 285.25º 0.63% 0.19% -
HSV(B) 285.25º 0.77% 0.31% -
XYZ 3.74 2.09 7.6 -
YUV 38.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 64 18 79 0.19 0.77 0 0.69 285.25 0.63 0.19
Hex 40 12 4F 13 4D 0 45 11D 3F 13
Octal 100 22 117 23 115 0 105 435 77 23
Binary 1000000 10010 1001111 10011 1001101 0 1000101 100011101 111111 10011

Color Harmonies of #40124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40124F

Black with #40124F

Text Example


Text Example

White with #40124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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