#322888

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

Shades of Jacksons Purple #322888

Tints of Jacksons Purple #322888

Color information

#322888 (or 0x322888) is unknown color: approx Jacksons Purple. HEX triplet: 32, 28 and 88. RGB value is (50,40,136). Sum of RGB (Red+Green+Blue) = 50+40+136=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #322888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322888 is #CDD777. Grayscale: #353535. Windows color (decimal): -13490040 or 8923186. OLE color: 8923186.

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

Color convert

RGB5040136-
CMYK0.630.7100.47
HSL246.25º54.55%34.51%-
HSV(B)246.25º70.59%53.33%-
XYZ6.523.9723.72-
YUV53.93174.31125.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 136 (53.52% from 255) = 60.18%
R=22.12%
G=17.70%
B=60.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50401360.630.7100.47246.2554.5534.51
Hex3228883F4702Ff63723
Octal6250210771070573666743
Binary110010101000100010001111111000111010111111110110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322888; }

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

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

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

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

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

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

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

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