#322f90

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

Shades of Jacksons Purple #322F90

Tints of Jacksons Purple #322F90

Color information

#322F90 (or 0x322F90) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2F and 90. RGB value is (50,47,144). Sum of RGB (Red+Green+Blue) = 50+47+144=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #322F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322F90 is #CDD06F. Grayscale: #3A3A3A. Windows color (decimal): -13488240 or 9449266. OLE color: 9449266.

HSL color Cylindrical-coordinate representation of color #322F90: hue angle of 241.86º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322F90 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5047144-
CMYK0.650.6700.44
HSL241.86º50.79%37.45%-
HSV(B)241.86º67.36%56.47%-
XYZ7.374.7226.91-
YUV58.96175.99121.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 144 (56.64% from 255) = 59.75%
R=20.75%
G=19.50%
B=59.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50471440.650.6700.44241.8650.7937.45
Hex322F90414302Cf23325
Octal62572201011030543626345
Binary1100101011111001000010000011000011010110011110010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322f90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322f90; }

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

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

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

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

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

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

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

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