#432E5F

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

Shades of Jacarta #432E5F

Tints of Jacarta #432E5F

Color information

#432E5F (or 0x432E5F) is unknown color: approx Jacarta. HEX triplet: 43, 2E and 5F. RGB value is (67,46,95). Sum of RGB (Red+Green+Blue) = 67+46+95=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #432E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E5F is #BCD1A0. Grayscale: #393939. Windows color (decimal): -12374433 or 6237763. OLE color: 6237763.

HSL color Cylindrical-coordinate representation of color #432E5F: hue angle of 265.71º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432E5F is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB674695-
CMYK0.290.5200.63
HSL265.71º34.75%27.65%-
HSV(B)265.71º51.58%37.25%-
XYZ5.363.9711.31-
YUV57.86148.96134.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=32.21%
G=22.12%
B=45.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6746950.290.5200.63265.7134.7527.65
Hex432E5F1D3403F10a231c
Octal1035613735640774124334
Binary1000011101110101111111101110100011111110000101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432E5F; }

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

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

<style>
 a { background-color: #432E5F; }

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

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

<style>
 span { border-color: #432E5F; }

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

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