#43325B

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

Shades of Jacarta #43325B

Tints of Jacarta #43325B

Color information

#43325B (or 0x43325B) is unknown color: approx Jacarta. HEX triplet: 43, 32 and 5B. RGB value is (67,50,91). Sum of RGB (Red+Green+Blue) = 67+50+91=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #43325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43325B is #BCCDA4. Grayscale: #3B3B3B. Windows color (decimal): -12373413 or 5976643. OLE color: 5976643.

HSL color Cylindrical-coordinate representation of color #43325B: hue angle of 264.88º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43325B is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB675091-
CMYK0.260.4500.64
HSL264.88º29.08%27.65%-
HSV(B)264.88º45.05%35.69%-
XYZ5.344.2310.43-
YUV59.76145.63133.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=32.21%
G=24.04%
B=43.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6750910.260.4500.64264.8829.0827.65
Hex43325B1A2D0401091d1c
Octal10362133325501004113534
Binary1000011110010101101111010101101010000001000010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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