#410257

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

Shades of Blackcurrant #410257

Tints of Blackcurrant #410257

Color information

#410257 (or 0x410257) is unknown color: approx Blackcurrant. HEX triplet: 41, 02 and 57. RGB value is (65,2,87). Sum of RGB (Red+Green+Blue) = 65+2+87=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #410257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410257 is #BEFDA8. Grayscale: #1E1E1E. Windows color (decimal): -12516777 or 5702209. OLE color: 5702209.

HSL color Cylindrical-coordinate representation of color #410257: hue angle of 284.47º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410257 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB65287-
CMYK0.250.9800.66
HSL284.47º95.51%17.45%-
HSV(B)284.47º97.7%34.12%-
XYZ3.921.869.17-
YUV30.53159.87152.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 87 (34.38% from 255) = 56.49%
R=42.21%
G=1.30%
B=56.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal652870.250.9800.66284.4795.5117.45
Hex41257196204211c6011
Octal101212731142010243414021
Binary100000110101011111001110001001000010100011100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410257; }

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

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

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

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

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

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

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

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