#432B56

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

Shades of Jagger #432B56

Tints of Jagger #432B56

Color information

#432B56 (or 0x432B56) is unknown color: approx Jagger. HEX triplet: 43, 2B and 56. RGB value is (67,43,86). Sum of RGB (Red+Green+Blue) = 67+43+86=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #432B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B56 is #BCD4A9. Grayscale: #363636. Windows color (decimal): -12375210 or 5647171. OLE color: 5647171.

HSL color Cylindrical-coordinate representation of color #432B56: hue angle of 273.49º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #432B56 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB674386-
CMYK0.220.5000.66
HSL273.49º33.33%25.29%-
HSV(B)273.49º50%33.73%-
XYZ4.863.599.24-
YUV55.08145.45136.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=34.18%
G=21.94%
B=43.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6743860.220.5000.66273.4933.3325.29
Hex432B5616320421112119
Octal10353126266201024214131
Binary10000111010111010110101101100100100001010001000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,43,86); }

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

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

 a { background-color: rgb(67,43,86); }

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

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

 span { border-color: rgb(67,43,86); }

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