#43325D

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

Shades of Jacarta #43325D

Tints of Jacarta #43325D

Color information

#43325D (or 0x43325D) is unknown color: approx Jacarta. HEX triplet: 43, 32 and 5D. RGB value is (67,50,93). Sum of RGB (Red+Green+Blue) = 67+50+93=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #43325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43325D is #BCCDA2. Grayscale: #3B3B3B. Windows color (decimal): -12373411 or 6107715. OLE color: 6107715.

HSL color Cylindrical-coordinate representation of color #43325D: hue angle of 263.72º 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 #43325D is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB675093-
CMYK0.280.4600.64
HSL263.72º30.07%28.04%-
HSV(B)263.72º46.24%36.47%-
XYZ5.434.2610.89-
YUV59.98146.63133-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=31.90%
G=23.81%
B=44.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6750930.280.4600.64263.7230.0728.04
Hex43325D1C2E0401081e1c
Octal10362135345601004103634
Binary1000011110010101110111100101110010000001000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43325D; }

 p { color: rgb(67,50,93); }

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

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

 a { background-color: rgb(67,50,93); }

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

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

 span { border-color: rgb(67,50,93); }

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