#420457

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

Shades of Blackcurrant #420457

Tints of Blackcurrant #420457

Color information

#420457 (or 0x420457) is unknown color: approx Blackcurrant. HEX triplet: 42, 04 and 57. RGB value is (66,4,87). Sum of RGB (Red+Green+Blue) = 66+4+87=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #420457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420457 is #BDFBA8. Grayscale: #1F1F1F. Windows color (decimal): -12450729 or 5702722. OLE color: 5702722.

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

Color convert

RGB66487-
CMYK0.240.9500.66
HSL284.82º91.21%17.84%-
HSV(B)284.82º95.4%34.12%-
XYZ4.011.939.18-
YUV32159.04152.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=42.04%
G=2.55%
B=55.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal664870.240.9500.66284.8291.2117.84
Hex42457185F04211d5b12
Octal102412730137010243513322
Binary1000010100101011111000101111101000010100011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420457; }

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

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

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

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

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

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

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

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