#420458

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

Shades of Blackcurrant #420458

Tints of Blackcurrant #420458

Color information

#420458 (or 0x420458) is unknown color: approx Blackcurrant. HEX triplet: 42, 04 and 58. RGB value is (66,4,88). Sum of RGB (Red+Green+Blue) = 66+4+88=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #420458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420458 is #BDFBA7. Grayscale: #1F1F1F. Windows color (decimal): -12450728 or 5768258. OLE color: 5768258.

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

Color convert

RGB66488-
CMYK0.250.9500.65
HSL284.29º91.3%18.04%-
HSV(B)284.29º95.45%34.51%-
XYZ4.051.959.4-
YUV32.11159.54152.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=41.77%
G=2.53%
B=55.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal664880.250.9500.65284.2991.318.04
Hex42458195F04111c5b12
Octal102413031137010143413322
Binary1000010100101100011001101111101000001100011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420458; }

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

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

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

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

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

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

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

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