#410F4D

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

Shades of Blackcurrant #410F4D

Tints of Blackcurrant #410F4D

Color information

#410F4D (or 0x410F4D) is unknown color: approx Blackcurrant. HEX triplet: 41, 0F and 4D. RGB value is (65,15,77). Sum of RGB (Red+Green+Blue) = 65+15+77=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #410F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410F4D is #BEF0B2. Grayscale: #242424. Windows color (decimal): -12513459 or 5050177. OLE color: 5050177.

HSL color Cylindrical-coordinate representation of color #410F4D: hue angle of 288.39º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #410F4D is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB651577-
CMYK0.160.8100.70
HSL288.39º67.39%18.04%-
HSV(B)288.39º80.52%30.2%-
XYZ3.6927.21-
YUV37.02150.56147.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 15 (6.25% from 255) = 9.55%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=41.40%
G=9.55%
B=49.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6515770.160.8100.70288.3967.3918.04
Hex41F4D10510461204312
Octal1011711520121010644010322
Binary10000011111100110110000101000101000110100100000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410F4D; }

 p { color: rgb(65,15,77); }

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

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

 a { background-color: rgb(65,15,77); }

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

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

 span { border-color: rgb(65,15,77); }

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