#44325F

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

Shades of Jacarta #44325F

Tints of Jacarta #44325F

Color information

#44325F (or 0x44325F) is unknown color: approx Jacarta. HEX triplet: 44, 32 and 5F. RGB value is (68,50,95). Sum of RGB (Red+Green+Blue) = 68+50+95=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #44325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44325F is #BBCDA0. Grayscale: #3C3C3C. Windows color (decimal): -12307873 or 6238788. OLE color: 6238788.

HSL color Cylindrical-coordinate representation of color #44325F: hue angle of 264º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44325F is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB685095-
CMYK0.280.4700.63
HSL264º31.03%28.43%-
HSV(B)264º47.37%37.25%-
XYZ5.594.3411.37-
YUV60.51147.46133.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=31.92%
G=23.47%
B=44.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6850950.280.4700.6326431.0328.43
Hex44325F1C2F03F1081f1c
Octal1046213734570774103734
Binary100010011001010111111110010111101111111000010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44325F; }

 p { color: rgb(68,50,95); }

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

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

 a { background-color: rgb(68,50,95); }

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

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

 span { border-color: rgb(68,50,95); }

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