Html Css Color HEX #401150 Blackcurrant

📋 copy color: '#401150'

red 64 ◦ green 17 ◦ blue 80

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

Shades of Blackcurrant #401150

Tints of Blackcurrant #401150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.56%

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

R = 39.75%
G = 10.56%
B = 49.69%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#401150 (or 0x401150) is known color: Blackcurrant. HEX triplet: 40, 11 and 50. RGB value is (64,17,80). Sum of RGB (Red+Green+Blue) = 64+17+80=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #401150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401150 is #BFEEAF. Grayscale: #262626. Windows color (decimal): -12578480 or 5247296. OLE color: 5247296.

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

Color convert

RGB 64 17 80 -
CMYK 0.20 0.79 0 0.69
HSL 284.76º 0.65% 0.19% -
HSV(B) 284.76º 0.79% 0.31% -
XYZ 3.76 2.07 7.79 -
YUV 38.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 64 17 80 0.20 0.79 0 0.69 284.76 0.65 0.19
Hex 40 11 50 14 4F 0 45 11D 41 13
Octal 100 21 120 24 117 0 105 435 101 23
Binary 1000000 10001 1010000 10100 1001111 0 1000101 100011101 1000001 10011

Color Harmonies of #401150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401150

Black with #401150

Text Example


Text Example

White with #401150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401150; }

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

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

background-color css

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

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

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

border-color css

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

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

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