#432A57

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

Shades of Jagger #432A57

Tints of Jagger #432A57

Color information

#432A57 (or 0x432A57) is unknown color: approx Jagger. HEX triplet: 43, 2A and 57. RGB value is (67,42,87). Sum of RGB (Red+Green+Blue) = 67+42+87=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #432A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432A57 is #BCD5A8. Grayscale: #363636. Windows color (decimal): -12375465 or 5712451. OLE color: 5712451.

HSL color Cylindrical-coordinate representation of color #432A57: hue angle of 273.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432A57 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB674287-
CMYK0.230.5200.66
HSL273.33º34.88%25.29%-
HSV(B)273.33º51.72%34.12%-
XYZ4.863.549.44-
YUV54.6146.28136.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=34.18%
G=21.43%
B=44.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6742870.230.5200.66273.3334.8825.29
Hex432A5717340421112319
Octal10352127276401024214331
Binary10000111010101010111101111101000100001010001000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,42,87); }

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

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

 a { background-color: rgb(67,42,87); }

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

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

 span { border-color: rgb(67,42,87); }

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