Html Css Color HEX #400459 Blackcurrant

📋 copy color: '#400459'

red 64 ◦ green 4 ◦ blue 89

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

Shades of Blackcurrant #400459

Tints of Blackcurrant #400459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 89 (35.16% from 255) = 56.69%

R = 40.76%
G = 2.55%
B = 56.69%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400459 (or 0x400459) is known color: Blackcurrant. HEX triplet: 40, 04 and 59. RGB value is (64,4,89). Sum of RGB (Red+Green+Blue) = 64+4+89=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #400459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400459 is #BFFBA6. Grayscale: #1F1F1F. Windows color (decimal): -12581799 or 5833792. OLE color: 5833792.

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

Color convert

RGB 64 4 89 -
CMYK 0.28 0.96 0 0.65
HSL 282.35º 0.91% 0.18% -
HSV(B) 282.35º 0.96% 0.35% -
XYZ 3.96 1.9 9.61 -
YUV 31.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 64 4 89 0.28 0.96 0 0.65 282.35 0.91 0.18
Hex 40 4 59 1C 60 0 41 11A 5B 12
Octal 100 4 131 34 140 0 101 432 133 22
Binary 1000000 100 1011001 11100 1100000 0 1000001 100011010 1011011 10010

Color Harmonies of #400459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400459

Black with #400459

Text Example


Text Example

White with #400459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400459; }

 p { color: rgb(64,4,89); }

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

background-color css

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

 a { background-color: rgb(64,4,89); }

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

border-color css

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

 span { border-color: rgb(64,4,89); }

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