#410259

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

Shades of Blackcurrant #410259

Tints of Blackcurrant #410259

Color information

#410259 (or 0x410259) is unknown color: approx Blackcurrant. HEX triplet: 41, 02 and 59. RGB value is (65,2,89). Sum of RGB (Red+Green+Blue) = 65+2+89=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #410259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410259 is #BEFDA6. Grayscale: #1E1E1E. Windows color (decimal): -12516775 or 5833281. OLE color: 5833281.

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

Color convert

RGB65289-
CMYK0.270.9800.65
HSL283.45º95.6%17.84%-
HSV(B)283.45º97.75%34.9%-
XYZ41.899.6-
YUV30.76160.87152.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 89 (35.16% from 255) = 57.05%
R=41.67%
G=1.28%
B=57.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal652890.270.9800.65283.4595.617.84
Hex412591B6204111b6012
Octal101213133142010143314022
Binary100000110101100111011110001001000001100011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410259; }

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

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

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

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

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

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

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

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