#410357

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

Shades of Blackcurrant #410357

Tints of Blackcurrant #410357

Color information

#410357 (or 0x410357) is unknown color: approx Blackcurrant. HEX triplet: 41, 03 and 57. RGB value is (65,3,87). Sum of RGB (Red+Green+Blue) = 65+3+87=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #410357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410357 is #BEFCA8. Grayscale: #1E1E1E. Windows color (decimal): -12516521 or 5702465. OLE color: 5702465.

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

Color convert

RGB65387-
CMYK0.250.9700.66
HSL284.29º93.33%17.65%-
HSV(B)284.29º96.55%34.12%-
XYZ3.931.889.17-
YUV31.11159.54152.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 87 (34.38% from 255) = 56.13%
R=41.94%
G=1.94%
B=56.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal653870.250.9700.66284.2993.3317.65
Hex41357196104211c5d12
Octal101312731141010243413522
Binary100000111101011111001110000101000010100011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410357; }

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

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

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

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

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

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

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

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