#323692

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

Shades of Jacksons Purple #323692

Tints of Jacksons Purple #323692

Color information

#323692 (or 0x323692) is unknown color: approx Jacksons Purple. HEX triplet: 32, 36 and 92. RGB value is (50,54,146). Sum of RGB (Red+Green+Blue) = 50+54+146=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #323692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323692 is #CDC96D. Grayscale: #3E3E3E. Windows color (decimal): -13486446 or 9582130. OLE color: 9582130.

HSL color Cylindrical-coordinate representation of color #323692: hue angle of 237.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323692 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5054146-
CMYK0.660.6300.43
HSL237.5º48.98%38.43%-
HSV(B)237.5º65.75%57.25%-
XYZ7.825.3927.82-
YUV63.29174.67118.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=20%
G=21.6%
B=58.4%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50541460.660.6300.43237.548.9838.43
Hex323692423F02Bee3126
Octal6266222102770533566146
Binary110010110110100100101000010111111010101111101110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323692; }

 p { color: rgb(50,54,146); }

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

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

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

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

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

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

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