#432B52

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

Shades of Jagger #432B52

Tints of Jagger #432B52

Color information

#432B52 (or 0x432B52) is unknown color: approx Jagger. HEX triplet: 43, 2B and 52. RGB value is (67,43,82). Sum of RGB (Red+Green+Blue) = 67+43+82=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #432B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B52 is #BCD4AD. Grayscale: #363636. Windows color (decimal): -12375214 or 5385027. OLE color: 5385027.

HSL color Cylindrical-coordinate representation of color #432B52: hue angle of 276.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #432B52 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB674382-
CMYK0.180.4800.68
HSL276.92º31.2%24.51%-
HSV(B)276.92º47.56%32.16%-
XYZ4.73.538.42-
YUV54.62143.45136.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=34.90%
G=22.40%
B=42.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6743820.180.4800.68276.9231.224.51
Hex432B5212300441151f19
Octal10353122226001044253731
Binary1000011101011101001010010110000010001001000101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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