#432D4E

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

Shades of Jagger #432D4E

Tints of Jagger #432D4E

Color information

#432D4E (or 0x432D4E) is unknown color: approx Jagger. HEX triplet: 43, 2D and 4E. RGB value is (67,45,78). Sum of RGB (Red+Green+Blue) = 67+45+78=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #432D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D4E is #BCD2B1. Grayscale: #373737. Windows color (decimal): -12374706 or 5123395. OLE color: 5123395.

HSL color Cylindrical-coordinate representation of color #432D4E: hue angle of 280º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #432D4E is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB674578-
CMYK0.140.4200.69
HSL280º26.83%24.12%-
HSV(B)280º42.31%30.59%-
XYZ4.633.627.66-
YUV55.34140.79136.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.26%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=35.26%
G=23.68%
B=41.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6745780.140.4200.6928026.8324.12
Hex432D4EE2A0451181b18
Octal10355116165201054303330
Binary100001110110110011101110101010010001011000110001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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