#322986

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

Shades of Jacksons Purple #322986

Tints of Jacksons Purple #322986

Color information

#322986 (or 0x322986) is unknown color: approx Jacksons Purple. HEX triplet: 32, 29 and 86. RGB value is (50,41,134). Sum of RGB (Red+Green+Blue) = 50+41+134=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #322986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322986 is #CDD679. Grayscale: #353535. Windows color (decimal): -13489786 or 8792370. OLE color: 8792370.

HSL color Cylindrical-coordinate representation of color #322986: hue angle of 245.81º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322986 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5041134-
CMYK0.630.6900.47
HSL245.81º53.14%34.31%-
HSV(B)245.81º69.4%52.55%-
XYZ6.413.9922.99-
YUV54.29172.98124.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=22.22%
G=18.22%
B=59.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50411340.630.6900.47245.8153.1434.31
Hex3229863F4502Ff63522
Octal6251206771050573666542
Binary110010101001100001101111111000101010111111110110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322986; }

 p { color: rgb(50,41,134); }

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

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

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

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

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

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

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