#44325C

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

Shades of Jacarta #44325C

Tints of Jacarta #44325C

Color information

#44325C (or 0x44325C) is unknown color: approx Jacarta. HEX triplet: 44, 32 and 5C. RGB value is (68,50,92). Sum of RGB (Red+Green+Blue) = 68+50+92=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #44325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44325C is #BBCDA3. Grayscale: #3C3C3C. Windows color (decimal): -12307876 or 6042180. OLE color: 6042180.

HSL color Cylindrical-coordinate representation of color #44325C: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44325C is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB685092-
CMYK0.260.4600.64
HSL265.71º29.58%27.84%-
HSV(B)265.71º45.65%36.08%-
XYZ5.464.2810.66-
YUV60.17145.96133.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=32.38%
G=23.81%
B=43.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6850920.260.4600.64265.7129.5827.84
Hex44325C1A2E04010a1e1c
Octal10462134325601004123634
Binary1000100110010101110011010101110010000001000010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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