Html Css Color HEX #40084F Blackcurrant

📋 copy color: '#40084F'

red 64 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #40084F

Tints of Blackcurrant #40084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

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

R = 42.38%
G = 5.3%
B = 52.32%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40084F (or 0x40084F) is known color: Blackcurrant. HEX triplet: 40, 08 and 4F. RGB value is (64,8,79). Sum of RGB (Red+Green+Blue) = 64+8+79=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #40084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40084F is #BFF7B0. Grayscale: #202020. Windows color (decimal): -12580785 or 5179456. OLE color: 5179456.

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

Color convert

RGB 64 8 79 -
CMYK 0.19 0.90 0 0.69
HSL 287.32º 0.82% 0.17% -
HSV(B) 287.32º 0.9% 0.31% -
XYZ 3.61 1.83 7.56 -
YUV 32.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 64 8 79 0.19 0.90 0 0.69 287.32 0.82 0.17
Hex 40 8 4F 13 5A 0 45 11F 52 11
Octal 100 10 117 23 132 0 105 437 122 21
Binary 1000000 1000 1001111 10011 1011010 0 1000101 100011111 1010010 10001

Color Harmonies of #40084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40084F

Black with #40084F

Text Example


Text Example

White with #40084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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