#420554

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

Shades of Blackcurrant #420554

Tints of Blackcurrant #420554

Color information

#420554 (or 0x420554) is unknown color: approx Blackcurrant. HEX triplet: 42, 05 and 54. RGB value is (66,5,84). Sum of RGB (Red+Green+Blue) = 66+5+84=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #420554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420554 is #BDFAAB. Grayscale: #1F1F1F. Windows color (decimal): -12450476 or 5506370. OLE color: 5506370.

HSL color Cylindrical-coordinate representation of color #420554: hue angle of 286.33º 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 #420554 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB66584-
CMYK0.210.9400.67
HSL286.33º88.76%17.45%-
HSV(B)286.33º94.05%32.94%-
XYZ3.91.918.55-
YUV32.24157.21152.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 84 (33.20% from 255) = 54.19%
R=42.58%
G=3.23%
B=54.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal665840.210.9400.67286.3388.7617.45
Hex42554155E04311e5911
Octal102512425136010343613121
Binary1000010101101010010101101111001000011100011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420554; }

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

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

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

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

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

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

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

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