#432E60

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

Shades of Jacarta #432E60

Tints of Jacarta #432E60

Color information

#432E60 (or 0x432E60) is unknown color: approx Jacarta. HEX triplet: 43, 2E and 60. RGB value is (67,46,96). Sum of RGB (Red+Green+Blue) = 67+46+96=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #432E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E60 is #BCD19F. Grayscale: #393939. Windows color (decimal): -12374432 or 6303299. OLE color: 6303299.

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

Color convert

RGB674696-
CMYK0.300.5200.62
HSL265.2º35.21%27.84%-
HSV(B)265.2º52.08%37.65%-
XYZ5.43.9911.55-
YUV57.98149.46134.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.06%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=32.06%
G=22.01%
B=45.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6746960.300.5200.62265.235.2127.84
Hex432E601E3403E109231c
Octal1035614036640764114334
Binary1000011101110110000011110110100011111010000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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