#432A50

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

Shades of Jagger #432A50

Tints of Jagger #432A50

Color information

#432A50 (or 0x432A50) is unknown color: approx Jagger. HEX triplet: 43, 2A and 50. RGB value is (67,42,80). Sum of RGB (Red+Green+Blue) = 67+42+80=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #432A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432A50 is #BCD5AF. Grayscale: #353535. Windows color (decimal): -12375472 or 5253699. OLE color: 5253699.

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

Color convert

RGB674280-
CMYK0.160.4800.69
HSL279.47º31.15%23.92%-
HSV(B)279.47º47.5%31.37%-
XYZ4.593.438.01-
YUV53.81142.78137.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.45%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=35.45%
G=22.22%
B=42.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6742800.160.4800.69279.4731.1523.92
Hex432A5010300451171f18
Octal10352120206001054273730
Binary1000011101010101000010000110000010001011000101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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