Html Css Color HEX #400656 Blackcurrant

📋 copy color: '#400656'

red 64 ◦ green 6 ◦ blue 86

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

Shades of Blackcurrant #400656

Tints of Blackcurrant #400656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 86 (33.98% from 255) = 55.13%

R = 41.03%
G = 3.85%
B = 55.13%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#400656 (or 0x400656) is known color: Blackcurrant. HEX triplet: 40, 06 and 56. RGB value is (64,6,86). Sum of RGB (Red+Green+Blue) = 64+6+86=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #400656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400656 is #BFF9A9. Grayscale: #202020. Windows color (decimal): -12581290 or 5637696. OLE color: 5637696.

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

Color convert

RGB 64 6 86 -
CMYK 0.26 0.93 0 0.66
HSL 283.5º 0.87% 0.18% -
HSV(B) 283.5º 0.93% 0.34% -
XYZ 3.86 1.89 8.97 -
YUV 32.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 64 6 86 0.26 0.93 0 0.66 283.5 0.87 0.18
Hex 40 6 56 1A 5D 0 42 11C 57 12
Octal 100 6 126 32 135 0 102 434 127 22
Binary 1000000 110 1010110 11010 1011101 0 1000010 100011100 1010111 10010

Color Harmonies of #400656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400656

Black with #400656

Text Example


Text Example

White with #400656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400656; }

 p { color: rgb(64,6,86); }

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

background-color css

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

 a { background-color: rgb(64,6,86); }

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

border-color css

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

 span { border-color: rgb(64,6,86); }

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