#43385F

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

Shades of Jacarta #43385F

Tints of Jacarta #43385F

Color information

#43385F (or 0x43385F) is unknown color: approx Jacarta. HEX triplet: 43, 38 and 5F. RGB value is (67,56,95). Sum of RGB (Red+Green+Blue) = 67+56+95=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #43385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43385F is #BCC7A0. Grayscale: #3F3F3F. Windows color (decimal): -12371873 or 6240323. OLE color: 6240323.

HSL color Cylindrical-coordinate representation of color #43385F: hue angle of 256.92º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #43385F is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB675695-
CMYK0.290.4100.63
HSL256.92º25.83%29.61%-
HSV(B)256.92º41.05%37.25%-
XYZ5.794.8511.46-
YUV63.74145.64130.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=30.73%
G=25.69%
B=43.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6756950.290.4100.63256.9225.8329.61
Hex43385F1D2903F1011a1e
Octal1037013735510774013236
Binary100001111100010111111110110100101111111000000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43385F; }

 p { color: rgb(67,56,95); }

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

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

 a { background-color: rgb(67,56,95); }

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

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

 span { border-color: rgb(67,56,95); }

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