Html Css Color HEX #400057 Blackcurrant

📋 copy color: '#400057'

red 64 ◦ green 0 ◦ blue 87

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

Shades of Blackcurrant #400057

Tints of Blackcurrant #400057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 57.62%

R = 42.38%
G = 0%
B = 57.62%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#400057 (or 0x400057) is known color: Blackcurrant. HEX triplet: 40, 00 and 57. RGB value is (64,0,87). Sum of RGB (Red+Green+Blue) = 64+0+87=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #400057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400057 is #BFFFA8. Grayscale: #1C1C1C. Windows color (decimal): -12582825 or 5701696. OLE color: 5701696.

HSL color Cylindrical-coordinate representation of color #400057: hue angle of 284.14º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400057 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 0 87 -
CMYK 0.26 1 0 0.66
HSL 284.14º 1% 0.17% -
HSV(B) 284.14º 1% 0.34% -
XYZ 3.83 1.78 9.16 -
YUV 29.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 64 0 87 0.26 1 0 0.66 284.14 1 0.17
Hex 40 0 57 1A 64 0 42 11C 64 11
Octal 100 0 127 32 144 0 102 434 144 21
Binary 1000000 0 1010111 11010 1100100 0 1000010 100011100 1100100 10001

Color Harmonies of #400057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400057

Black with #400057

Text Example


Text Example

White with #400057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400057; }

 p { color: rgb(64,0,87); }

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

background-color css

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

 a { background-color: rgb(64,0,87); }

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

border-color css

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

 span { border-color: rgb(64,0,87); }

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