#43325C

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

Shades of Jacarta #43325C

Tints of Jacarta #43325C

Color information

#43325C (or 0x43325C) is unknown color: approx Jacarta. HEX triplet: 43, 32 and 5C. RGB value is (67,50,92). Sum of RGB (Red+Green+Blue) = 67+50+92=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 50 (19.92% from 255 or 23.92% 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 #43325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43325C is #BCCDA3. Grayscale: #3B3B3B. Windows color (decimal): -12373412 or 6042179. OLE color: 6042179.

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

Color convert

RGB675092-
CMYK0.270.4600.64
HSL264.29º29.58%27.84%-
HSV(B)264.29º45.65%36.08%-
XYZ5.394.2510.66-
YUV59.87146.13133.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.06%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=32.06%
G=23.92%
B=44.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6750920.270.4600.64264.2929.5827.84
Hex43325C1B2E0401081e1c
Octal10362134335601004103634
Binary1000011110010101110011011101110010000001000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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