#432F59

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

Shades of Jagger #432F59

Tints of Jagger #432F59

Color information

#432F59 (or 0x432F59) is unknown color: approx Jagger. HEX triplet: 43, 2F and 59. RGB value is (67,47,89). Sum of RGB (Red+Green+Blue) = 67+47+89=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #432F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F59 is #BCD0A6. Grayscale: #393939. Windows color (decimal): -12374183 or 5844803. OLE color: 5844803.

HSL color Cylindrical-coordinate representation of color #432F59: hue angle of 268.57º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #432F59 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB674789-
CMYK0.250.4700.65
HSL268.57º30.88%26.67%-
HSV(B)268.57º47.19%34.9%-
XYZ5.133.959.94-
YUV57.77145.63134.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=33.00%
G=23.15%
B=43.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6747890.250.4700.65268.5730.8826.67
Hex432F59192F04110d1f1b
Octal10357131315701014153733
Binary1000011101111101100111001101111010000011000011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,47,89); }

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

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

 a { background-color: rgb(67,47,89); }

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

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

 span { border-color: rgb(67,47,89); }

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