#32357F

Color #32357F Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #32357F

Tints of Jacksons Purple #32357F

Color information

#32357F (or 0x32357F) is unknown color: approx Jacksons Purple. HEX triplet: 32, 35 and 7F. RGB value is (50,53,127). Sum of RGB (Red+Green+Blue) = 50+53+127=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #32357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32357F is #CDCA80. Grayscale: #3C3C3C. Windows color (decimal): -13486721 or 8336690. OLE color: 8336690.

HSL color Cylindrical-coordinate representation of color #32357F: hue angle of 237.66º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32357F is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5053127-
CMYK0.610.5800.50
HSL237.66º43.5%34.71%-
HSV(B)237.66º60.63%49.8%-
XYZ6.424.7620.66-
YUV60.54165.51120.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 127 (50% from 255) = 55.22%
R=21.74%
G=23.04%
B=55.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50531270.610.5800.50237.6643.534.71
Hex32357F3D3A032ee2c23
Octal626517775720623565443
Binary1100101101011111111111101111010011001011101110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32357F; }

 p { color: rgb(50,53,127); }

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

<style>
 a { background-color: #32357F; }

 a { background-color: rgb(50,53,127); }

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

<style>
 span { border-color: #32357F; }

 span { border-color: rgb(50,53,127); }

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