#323A87

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

Shades of Jacksons Purple #323A87

Tints of Jacksons Purple #323A87

Color information

#323A87 (or 0x323A87) is unknown color: approx Jacksons Purple. HEX triplet: 32, 3A and 87. RGB value is (50,58,135). Sum of RGB (Red+Green+Blue) = 50+58+135=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #323A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A87 is #CDC578. Grayscale: #404040. Windows color (decimal): -13485433 or 8862258. OLE color: 8862258.

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

Color convert

RGB5058135-
CMYK0.630.5700.47
HSL234.35º45.95%36.27%-
HSV(B)234.35º62.96%52.94%-
XYZ7.25.4523.59-
YUV64.39167.85117.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=20.58%
G=23.87%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50581350.630.5700.47234.3545.9536.27
Hex323A873F3902Fea2e24
Octal627220777710573525644
Binary11001011101010000111111111111001010111111101010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323A87; }

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

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

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

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

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

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

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

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