#432F62

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

Shades of Jacarta #432F62

Tints of Jacarta #432F62

Color information

#432F62 (or 0x432F62) is unknown color: approx Jacarta. HEX triplet: 43, 2F and 62. RGB value is (67,47,98). Sum of RGB (Red+Green+Blue) = 67+47+98=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #432F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F62 is #BCD09D. Grayscale: #3A3A3A. Windows color (decimal): -12374174 or 6434627. OLE color: 6434627.

HSL color Cylindrical-coordinate representation of color #432F62: hue angle of 263.53º 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 #432F62 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB674798-
CMYK0.320.5200.62
HSL263.53º35.17%28.43%-
HSV(B)263.53º52.04%38.43%-
XYZ5.544.1112.06-
YUV58.79150.13133.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=31.60%
G=22.17%
B=46.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6747980.320.5200.62263.5335.1728.43
Hex432F62203403E108231c
Octal1035714240640764104334
Binary10000111011111100010100000110100011111010000100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,47,98); }

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

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

 a { background-color: rgb(67,47,98); }

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

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

 span { border-color: rgb(67,47,98); }

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