#432D5A

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

Shades of Jagger #432D5A

Tints of Jagger #432D5A

Color information

#432D5A (or 0x432D5A) is unknown color: approx Jagger. HEX triplet: 43, 2D and 5A. RGB value is (67,45,90). Sum of RGB (Red+Green+Blue) = 67+45+90=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #432D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D5A is #BCD2A5. Grayscale: #383838. Windows color (decimal): -12374694 or 5909827. OLE color: 5909827.

HSL color Cylindrical-coordinate representation of color #432D5A: hue angle of 269.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #432D5A is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB674590-
CMYK0.260.5000.65
HSL269.33º33.33%26.47%-
HSV(B)269.33º50%35.29%-
XYZ5.13.8110.14-
YUV56.71146.79135.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=33.17%
G=22.28%
B=44.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6745900.260.5000.65269.3333.3326.47
Hex432D5A1A3204110d211a
Octal10355132326201014154132
Binary10000111011011011010110101100100100000110000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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