#432D53

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

Shades of Jagger #432D53

Tints of Jagger #432D53

Color information

#432D53 (or 0x432D53) is unknown color: approx Jagger. HEX triplet: 43, 2D and 53. RGB value is (67,45,83). Sum of RGB (Red+Green+Blue) = 67+45+83=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #432D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D53 is #BCD2AC. Grayscale: #373737. Windows color (decimal): -12374701 or 5451075. OLE color: 5451075.

HSL color Cylindrical-coordinate representation of color #432D53: hue angle of 274.74º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #432D53 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB674583-
CMYK0.190.4600.67
HSL274.74º29.69%25.1%-
HSV(B)274.74º45.78%32.55%-
XYZ4.813.698.64-
YUV55.91143.29135.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=34.36%
G=23.08%
B=42.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6745830.190.4600.67274.7429.6925.1
Hex432D53132E0431131e19
Octal10355123235601034233631
Binary1000011101101101001110011101110010000111000100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,45,83); }

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

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

 a { background-color: rgb(67,45,83); }

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

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

 span { border-color: rgb(67,45,83); }

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