Html Css Color HEX #400558 Blackcurrant

📋 copy color: '#400558'

red 64 ◦ green 5 ◦ blue 88

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

Shades of Blackcurrant #400558

Tints of Blackcurrant #400558

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 value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400558 (or 0x400558) is known color: 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

RGB 64 5 88 -
CMYK 0.27 0.94 0 0.65
HSL 282.65º 0.89% 0.18% -
HSV(B) 282.65º 0.94% 0.35% -
XYZ 3.93 1.9 9.39 -
YUV 32.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 64 5 88 0.27 0.94 0 0.65 282.65 0.89 0.18
Hex 40 5 58 1B 5E 0 41 11B 59 12
Octal 100 5 130 33 136 0 101 433 131 22
Binary 1000000 101 1011000 11011 1011110 0 1000001 100011011 1011001 10010

Color Harmonies of #400558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400558

Black with #400558

Text Example


Text Example

White with #400558

Text Example


Text Example

HTML Codes & Css Web 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>