#323483

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

Shades of Jacksons Purple #323483

Tints of Jacksons Purple #323483

Color information

#323483 (or 0x323483) is unknown color: approx Jacksons Purple. HEX triplet: 32, 34 and 83. RGB value is (50,52,131). Sum of RGB (Red+Green+Blue) = 50+52+131=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #323483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323483 is #CDCB7C. Grayscale: #3C3C3C. Windows color (decimal): -13486973 or 8598578. OLE color: 8598578.

HSL color Cylindrical-coordinate representation of color #323483: hue angle of 238.52º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323483 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5052131-
CMYK0.620.6000.49
HSL238.52º44.75%35.49%-
HSV(B)238.52º61.83%51.37%-
XYZ6.644.7722.04-
YUV60.41167.84120.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 131 (51.56% from 255) = 56.22%
R=21.46%
G=22.32%
B=56.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50521310.620.6000.49238.5244.7535.49
Hex3234833E3C031ef2d23
Octal626420376740613575543
Binary11001011010010000011111110111100011000111101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323483; }

 p { color: rgb(50,52,131); }

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

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

 a { background-color: rgb(50,52,131); }

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

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

 span { border-color: rgb(50,52,131); }

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