#432B51

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

Shades of Jagger #432B51

Tints of Jagger #432B51

Color information

#432B51 (or 0x432B51) is unknown color: approx Jagger. HEX triplet: 43, 2B and 51. RGB value is (67,43,81). Sum of RGB (Red+Green+Blue) = 67+43+81=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #432B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B51 is #BCD4AE. Grayscale: #363636. Windows color (decimal): -12375215 or 5319491. OLE color: 5319491.

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

Color convert

RGB674381-
CMYK0.170.4700.68
HSL277.89º30.65%24.31%-
HSV(B)277.89º46.91%31.76%-
XYZ4.663.528.22-
YUV54.51142.95136.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.08%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=35.08%
G=22.51%
B=42.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6743810.170.4700.68277.8930.6524.31
Hex432B51112F0441161f18
Octal10353121215701044263730
Binary1000011101011101000110001101111010001001000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,43,81); }

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

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

 a { background-color: rgb(67,43,81); }

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

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

 span { border-color: rgb(67,43,81); }

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