#44315E

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

Shades of Jacarta #44315E

Tints of Jacarta #44315E

Color information

#44315E (or 0x44315E) is unknown color: approx Jacarta. HEX triplet: 44, 31 and 5E. RGB value is (68,49,94). Sum of RGB (Red+Green+Blue) = 68+49+94=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #44315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44315E is #BBCEA1. Grayscale: #3B3B3B. Windows color (decimal): -12308130 or 6172996. OLE color: 6172996.

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

Color convert

RGB684994-
CMYK0.280.4800.63
HSL265.33º31.47%28.04%-
HSV(B)265.33º47.87%36.86%-
XYZ5.54.2311.12-
YUV59.81147.29133.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=32.23%
G=23.22%
B=44.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6849940.280.4800.63265.3331.4728.04
Hex44315E1C3003F1091f1c
Octal1046113634600774113734
Binary100010011000110111101110011000001111111000010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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