#440158

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

Shades of Blackcurrant #440158

Tints of Blackcurrant #440158

Color information

#440158 (or 0x440158) is unknown color: approx Blackcurrant. HEX triplet: 44, 01 and 58. RGB value is (68,1,88). Sum of RGB (Red+Green+Blue) = 68+1+88=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #440158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440158 is #BBFEA7. Grayscale: #1E1E1E. Windows color (decimal): -12320424 or 5767492. OLE color: 5767492.

HSL color Cylindrical-coordinate representation of color #440158: hue angle of 286.21º 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 #440158 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB68188-
CMYK0.230.9900.65
HSL286.21º97.75%17.45%-
HSV(B)286.21º98.86%34.51%-
XYZ4.161.969.39-
YUV30.95160.2154.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=43.31%
G=0.64%
B=56.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal681880.230.9900.65286.2197.7517.45
Hex44158176304111e6211
Octal104113027143010143614221
Binary10001001101100010111110001101000001100011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440158; }

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

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

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

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

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

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

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

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