#420157

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

Shades of Blackcurrant #420157

Tints of Blackcurrant #420157

Color information

#420157 (or 0x420157) is unknown color: approx Blackcurrant. HEX triplet: 42, 01 and 57. RGB value is (66,1,87). Sum of RGB (Red+Green+Blue) = 66+1+87=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #420157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420157 is #BDFEA8. Grayscale: #1D1D1D. Windows color (decimal): -12451497 or 5701954. OLE color: 5701954.

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

Color convert

RGB66187-
CMYK0.240.9900.66
HSL285.35º97.73%17.25%-
HSV(B)285.35º98.85%34.12%-
XYZ3.981.879.17-
YUV30.24160.03153.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 87 (34.38% from 255) = 56.49%
R=42.86%
G=0.65%
B=56.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal661870.240.9900.66285.3597.7317.25
Hex42157186304211d6211
Octal102112730143010243514221
Binary10000101101011111000110001101000010100011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420157; }

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

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

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

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

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

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

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

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