#322887

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

Shades of Jacksons Purple #322887

Tints of Jacksons Purple #322887

Color information

#322887 (or 0x322887) is unknown color: approx Jacksons Purple. HEX triplet: 32, 28 and 87. RGB value is (50,40,135). Sum of RGB (Red+Green+Blue) = 50+40+135=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #322887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322887 is #CDD778. Grayscale: #353535. Windows color (decimal): -13490041 or 8857650. OLE color: 8857650.

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

Color convert

RGB5040135-
CMYK0.630.7000.47
HSL246.32º54.29%34.31%-
HSV(B)246.32º70.37%52.94%-
XYZ6.453.9423.34-
YUV53.82173.81125.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 135 (53.12% from 255) = 60%
R=22.22%
G=17.78%
B=60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50401350.630.7000.47246.3254.2934.31
Hex3228873F4602Ff63622
Octal6250207771060573666642
Binary110010101000100001111111111000110010111111110110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322887; }

 p { color: rgb(50,40,135); }

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

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

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

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

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

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

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