#410955

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

Shades of Blackcurrant #410955

Tints of Blackcurrant #410955

Color information

#410955 (or 0x410955) is unknown color: approx Blackcurrant. HEX triplet: 41, 09 and 55. RGB value is (65,9,85). Sum of RGB (Red+Green+Blue) = 65+9+85=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #410955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410955 is #BEF6AA. Grayscale: #222222. Windows color (decimal): -12514987 or 5572929. OLE color: 5572929.

HSL color Cylindrical-coordinate representation of color #410955: hue angle of 284.21º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410955 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65985-
CMYK0.240.8900.67
HSL284.21º80.85%18.43%-
HSV(B)284.21º89.41%33.33%-
XYZ3.921.988.77-
YUV34.41156.55149.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=40.88%
G=5.66%
B=53.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal659850.240.8900.67284.2180.8518.43
Hex41955185904311c5112
Octal1011112530131010343412122
Binary10000011001101010111000101100101000011100011100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410955; }

 p { color: rgb(65,9,85); }

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

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

 a { background-color: rgb(65,9,85); }

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

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

 span { border-color: rgb(65,9,85); }

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