#410059

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

Shades of Blackcurrant #410059

Tints of Blackcurrant #410059

Color information

#410059 (or 0x410059) is unknown color: approx Blackcurrant. HEX triplet: 41, 00 and 59. RGB value is (65,0,89). Sum of RGB (Red+Green+Blue) = 65+0+89=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #410059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410059 is #BEFFA6. Grayscale: #1D1D1D. Windows color (decimal): -12517287 or 5832769. OLE color: 5832769.

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

Color convert

RGB65089-
CMYK0.27100.65
HSL283.82º100%17.45%-
HSV(B)283.82º100%34.9%-
XYZ3.981.859.6-
YUV29.58161.53153.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=42.21%
G=0%
B=57.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal650890.27100.65283.8210017.45
Hex410591B6404111c6411
Octal101013133144010143414421
Binary10000010101100111011110010001000001100011100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410059; }

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

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

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

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

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

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

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

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