#32328E

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

Shades of Jacksons Purple #32328E

Tints of Jacksons Purple #32328E

Color information

#32328E (or 0x32328E) is unknown color: approx Jacksons Purple. HEX triplet: 32, 32 and 8E. RGB value is (50,50,142). Sum of RGB (Red+Green+Blue) = 50+50+142=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #32328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32328E is #CDCD71. Grayscale: #3C3C3C. Windows color (decimal): -13487474 or 9318962. OLE color: 9318962.

HSL color Cylindrical-coordinate representation of color #32328E: hue angle of 240º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32328E is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5050142-
CMYK0.650.6500.44
HSL240º47.92%37.65%-
HSV(B)240º64.79%55.69%-
XYZ7.344.9126.15-
YUV60.49174120.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=20.66%
G=20.66%
B=58.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50501420.650.6500.4424047.9237.65
Hex32328E414102Cf03026
Octal62622161011010543606046
Binary1100101100101000111010000011000001010110011110000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32328E; }

 p { color: rgb(50,50,142); }

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

<style>
 a { background-color: #32328E; }

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

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

<style>
 span { border-color: #32328E; }

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

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