#420557

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

Shades of Blackcurrant #420557

Tints of Blackcurrant #420557

Color information

#420557 (or 0x420557) is unknown color: approx Blackcurrant. HEX triplet: 42, 05 and 57. RGB value is (66,5,87). Sum of RGB (Red+Green+Blue) = 66+5+87=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #420557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420557 is #BDFAA8. Grayscale: #202020. Windows color (decimal): -12450473 or 5702978. OLE color: 5702978.

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

Color convert

RGB66587-
CMYK0.240.9400.66
HSL284.63º89.13%18.04%-
HSV(B)284.63º94.25%34.12%-
XYZ4.021.959.18-
YUV32.59158.71151.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=41.77%
G=3.16%
B=55.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal665870.240.9400.66284.6389.1318.04
Hex42557185E04211d5912
Octal102512730136010243513122
Binary1000010101101011111000101111001000010100011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420557; }

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

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

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

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

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

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

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

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