#44315C

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

Shades of Jacarta #44315C

Tints of Jacarta #44315C

Color information

#44315C (or 0x44315C) is unknown color: approx Jacarta. HEX triplet: 44, 31 and 5C. RGB value is (68,49,92). Sum of RGB (Red+Green+Blue) = 68+49+92=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #44315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44315C is #BBCEA3. Grayscale: #3B3B3B. Windows color (decimal): -12308132 or 6041924. OLE color: 6041924.

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

Color convert

RGB684992-
CMYK0.260.4700.64
HSL266.51º30.5%27.65%-
HSV(B)266.51º46.74%36.08%-
XYZ5.414.210.65-
YUV59.58146.29134-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=32.54%
G=23.44%
B=44.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6849920.260.4700.64266.5130.527.65
Hex44315C1A2F04010b1e1c
Octal10461134325701004133634
Binary1000100110001101110011010101111010000001000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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