#323291

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

Shades of Jacksons Purple #323291

Tints of Jacksons Purple #323291

Color information

#323291 (or 0x323291) is unknown color: approx Jacksons Purple. HEX triplet: 32, 32 and 91. RGB value is (50,50,145). Sum of RGB (Red+Green+Blue) = 50+50+145=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #323291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323291 is #CDCD6E. Grayscale: #3C3C3C. Windows color (decimal): -13487471 or 9515570. OLE color: 9515570.

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

Color convert

RGB5050145-
CMYK0.660.6600.43
HSL240º48.72%38.24%-
HSV(B)240º65.52%56.86%-
XYZ7.57527.36-
YUV60.83175.5120.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=20.41%
G=20.41%
B=59.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50501450.660.6600.4324048.7238.24
Hex323291424202Bf03126
Octal62622211021020533606146
Binary1100101100101001000110000101000010010101111110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323291; }

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

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

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

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

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

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

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

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