#323B85

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

Shades of Jacksons Purple #323B85

Tints of Jacksons Purple #323B85

Color information

#323B85 (or 0x323B85) is unknown color: approx Jacksons Purple. HEX triplet: 32, 3B and 85. RGB value is (50,59,133). Sum of RGB (Red+Green+Blue) = 50+59+133=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #323B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B85 is #CDC47A. Grayscale: #404040. Windows color (decimal): -13485179 or 8731442. OLE color: 8731442.

HSL color Cylindrical-coordinate representation of color #323B85: hue angle of 233.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323B85 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5059133-
CMYK0.620.5600.48
HSL233.49º45.36%35.88%-
HSV(B)233.49º62.41%52.16%-
XYZ7.115.522.88-
YUV64.74166.52117.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=20.66%
G=24.38%
B=54.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50591330.620.5600.48233.4945.3635.88
Hex323B853E38030e92d24
Octal627320576700603515544
Binary11001011101110000101111110111000011000011101001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,133); }

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

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

 a { background-color: rgb(50,59,133); }

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

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

 span { border-color: rgb(50,59,133); }

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