#400558

Color #400558 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #400558

Tints of Blackcurrant #400558

Color information

#400558 (or 0x400558) is unknown color: approx Blackcurrant. HEX triplet: 40, 05 and 58. RGB value is (64,5,88). Sum of RGB (Red+Green+Blue) = 64+5+88=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #400558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400558 is #BFFAA7. Grayscale: #1F1F1F. Windows color (decimal): -12581544 or 5768512. OLE color: 5768512.

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

Color convert

RGB64588-
CMYK0.270.9400.65
HSL282.65º89.25%18.24%-
HSV(B)282.65º94.32%34.51%-
XYZ3.931.99.39-
YUV32.1159.55150.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=40.76%
G=3.18%
B=56.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal645880.270.9400.65282.6589.2518.24
Hex405581B5E04111b5912
Octal100513033136010143313122
Binary1000000101101100011011101111001000001100011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400558; }

 p { color: rgb(64,5,88); }

 H1.HeaderClassName
 {
   color: #400558;
 }
 .AnyTagClassName
 {
   color: #400558;
 }
</style>
background-color css

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

 a { background-color: rgb(64,5,88); }

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

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

 span { border-color: rgb(64,5,88); }

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