#410459

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

Shades of Blackcurrant #410459

Tints of Blackcurrant #410459

Color information

#410459 (or 0x410459) is unknown color: approx Blackcurrant. HEX triplet: 41, 04 and 59. RGB value is (65,4,89). Sum of RGB (Red+Green+Blue) = 65+4+89=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #410459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410459 is #BEFBA6. Grayscale: #1F1F1F. Windows color (decimal): -12516263 or 5833793. OLE color: 5833793.

HSL color Cylindrical-coordinate representation of color #410459: hue angle of 283.06º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410459 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65489-
CMYK0.270.9600.65
HSL283.06º91.4%18.24%-
HSV(B)283.06º95.51%34.9%-
XYZ4.031.939.61-
YUV31.93160.21151.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=41.14%
G=2.53%
B=56.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal654890.270.9600.65283.0691.418.24
Hex414591B6004111b5b12
Octal101413133140010143313322
Binary1000001100101100111011110000001000001100011011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410459; }

 p { color: rgb(65,4,89); }

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

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

 a { background-color: rgb(65,4,89); }

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

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

 span { border-color: rgb(65,4,89); }

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