#323190

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

Shades of Jacksons Purple #323190

Tints of Jacksons Purple #323190

Color information

#323190 (or 0x323190) is unknown color: approx Jacksons Purple. HEX triplet: 32, 31 and 90. RGB value is (50,49,144). Sum of RGB (Red+Green+Blue) = 50+49+144=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #323190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323190 is #CDCE6F. Grayscale: #3B3B3B. Windows color (decimal): -13487728 or 9449778. OLE color: 9449778.

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

Color convert

RGB5049144-
CMYK0.650.6600.44
HSL240.63º49.22%37.84%-
HSV(B)240.63º65.97%56.47%-
XYZ7.454.8926.94-
YUV60.13175.33120.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 144 (56.64% from 255) = 59.26%
R=20.58%
G=20.16%
B=59.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50491440.650.6600.44240.6349.2237.84
Hex323190414202Cf13126
Octal62612201011020543616146
Binary1100101100011001000010000011000010010110011110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323190; }

 p { color: rgb(50,49,144); }

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

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

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

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

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

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

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