#443160

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

Shades of Jacarta #443160

Tints of Jacarta #443160

Color information

#443160 (or 0x443160) is unknown color: approx Jacarta. HEX triplet: 44, 31 and 60. RGB value is (68,49,96). Sum of RGB (Red+Green+Blue) = 68+49+96=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #443160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443160 is #BBCE9F. Grayscale: #3B3B3B. Windows color (decimal): -12308128 or 6304068. OLE color: 6304068.

HSL color Cylindrical-coordinate representation of color #443160: hue angle of 264.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #443160 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB684996-
CMYK0.290.4900.62
HSL264.26º32.41%28.43%-
HSV(B)264.26º48.96%37.65%-
XYZ5.594.2711.6-
YUV60.04148.29133.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=31.92%
G=23.00%
B=45.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6849960.290.4900.62264.2632.4128.43
Hex4431601D3103E108201c
Octal1046114035610764104034
Binary1000100110001110000011101110001011111010000100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443160; }

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

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

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

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

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

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

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

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