#410554

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

Shades of Blackcurrant #410554

Tints of Blackcurrant #410554

Color information

#410554 (or 0x410554) is unknown color: approx Blackcurrant. HEX triplet: 41, 05 and 54. RGB value is (65,5,84). Sum of RGB (Red+Green+Blue) = 65+5+84=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #410554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410554 is #BEFAAB. Grayscale: #1F1F1F. Windows color (decimal): -12516012 or 5506369. OLE color: 5506369.

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

Color convert

RGB65584-
CMYK0.230.9400.67
HSL285.57º88.76%17.45%-
HSV(B)285.57º94.05%32.94%-
XYZ3.831.878.55-
YUV31.95157.38151.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 84 (33.20% from 255) = 54.55%
R=42.21%
G=3.25%
B=54.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal655840.230.9400.67285.5788.7617.45
Hex41554175E04311e5911
Octal101512427136010343613121
Binary1000001101101010010111101111001000011100011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410554; }

 p { color: rgb(65,5,84); }

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

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

 a { background-color: rgb(65,5,84); }

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

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

 span { border-color: rgb(65,5,84); }

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