#323792

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

Shades of Jacksons Purple #323792

Tints of Jacksons Purple #323792

Color information

#323792 (or 0x323792) is unknown color: approx Jacksons Purple. HEX triplet: 32, 37 and 92. RGB value is (50,55,146). Sum of RGB (Red+Green+Blue) = 50+55+146=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #323792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323792 is #CDC86D. Grayscale: #3F3F3F. Windows color (decimal): -13486190 or 9582386. OLE color: 9582386.

HSL color Cylindrical-coordinate representation of color #323792: hue angle of 236.88º 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 #323792 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5055146-
CMYK0.660.6200.43
HSL236.88º48.98%38.43%-
HSV(B)236.88º65.75%57.25%-
XYZ7.875.4927.84-
YUV63.88174.34118.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 146 (57.42% from 255) = 58.17%
R=19.92%
G=21.91%
B=58.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50551460.660.6200.43236.8848.9838.43
Hex323792423E02Bed3126
Octal6267222102760533556146
Binary110010110111100100101000010111110010101111101101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323792; }

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

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

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

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

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

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

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

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