#43325A

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

Shades of Jacarta #43325A

Tints of Jacarta #43325A

Color information

#43325A (or 0x43325A) is unknown color: approx Jacarta. HEX triplet: 43, 32 and 5A. RGB value is (67,50,90). Sum of RGB (Red+Green+Blue) = 67+50+90=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #43325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43325A is #BCCDA5. Grayscale: #3B3B3B. Windows color (decimal): -12373414 or 5911107. OLE color: 5911107.

HSL color Cylindrical-coordinate representation of color #43325A: hue angle of 265.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #43325A is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB675090-
CMYK0.260.4400.65
HSL265.5º28.57%27.45%-
HSV(B)265.5º44.44%35.29%-
XYZ5.34.2110.21-
YUV59.64145.13133.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=32.37%
G=24.15%
B=43.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6750900.260.4400.65265.528.5727.45
Hex43325A1A2C04110a1d1b
Octal10362132325401014123533
Binary1000011110010101101011010101100010000011000010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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