#420158

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

Shades of Blackcurrant #420158

Tints of Blackcurrant #420158

Color information

#420158 (or 0x420158) is unknown color: approx Blackcurrant. HEX triplet: 42, 01 and 58. RGB value is (66,1,88). Sum of RGB (Red+Green+Blue) = 66+1+88=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #420158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420158 is #BDFEA7. Grayscale: #1E1E1E. Windows color (decimal): -12451496 or 5767490. OLE color: 5767490.

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

Color convert

RGB66188-
CMYK0.250.9900.65
HSL284.83º97.75%17.45%-
HSV(B)284.83º98.86%34.51%-
XYZ4.021.889.38-
YUV30.35160.53153.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=42.58%
G=0.65%
B=56.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal661880.250.9900.65284.8397.7517.45
Hex42158196304111d6211
Octal102113031143010143514221
Binary10000101101100011001110001101000001100011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420158; }

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

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

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

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

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

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

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

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