#432C5B

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

Shades of Jagger #432C5B

Tints of Jagger #432C5B

Color information

#432C5B (or 0x432C5B) is unknown color: approx Jagger. HEX triplet: 43, 2C and 5B. RGB value is (67,44,91). Sum of RGB (Red+Green+Blue) = 67+44+91=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #432C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C5B is #BCD3A4. Grayscale: #383838. Windows color (decimal): -12374949 or 5975107. OLE color: 5975107.

HSL color Cylindrical-coordinate representation of color #432C5B: hue angle of 269.36º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432C5B is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB674491-
CMYK0.260.5200.64
HSL269.36º34.81%26.47%-
HSV(B)269.36º51.65%35.69%-
XYZ5.13.7510.35-
YUV56.24147.62135.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=33.17%
G=21.78%
B=45.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6744910.260.5200.64269.3634.8126.47
Hex432C5B1A3404010d231a
Octal10354133326401004154332
Binary10000111011001011011110101101000100000010000110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,44,91); }

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

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

 a { background-color: rgb(67,44,91); }

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

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

 span { border-color: rgb(67,44,91); }

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