Html Css Color HEX #401050 Blackcurrant

📋 copy color: '#401050'

red 64 ◦ green 16 ◦ blue 80

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

Shades of Blackcurrant #401050

Tints of Blackcurrant #401050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 80 (31.64% from 255) = 50%

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#401050 (or 0x401050) is known color: Blackcurrant. HEX triplet: 40, 10 and 50. RGB value is (64,16,80). Sum of RGB (Red+Green+Blue) = 64+16+80=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #401050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401050 is #BFEFAF. Grayscale: #252525. Windows color (decimal): -12578736 or 5247040. OLE color: 5247040.

HSL color Cylindrical-coordinate representation of color #401050: hue angle of 285º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401050 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 16 80 -
CMYK 0.20 0.80 0 0.69
HSL 285º 0.67% 0.19% -
HSV(B) 285º 0.8% 0.31% -
XYZ 3.75 2.04 7.79 -
YUV 37.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 64 16 80 0.20 0.80 0 0.69 285 0.67 0.19
Hex 40 10 50 14 50 0 45 11D 43 13
Octal 100 20 120 24 120 0 105 435 103 23
Binary 1000000 10000 1010000 10100 1010000 0 1000101 100011101 1000011 10011

Color Harmonies of #401050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401050

Black with #401050

Text Example


Text Example

White with #401050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401050; }

 p { color: rgb(64,16,80); }

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

background-color css

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

 a { background-color: rgb(64,16,80); }

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

border-color css

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

 span { border-color: rgb(64,16,80); }

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