#323083

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

Shades of Jacksons Purple #323083

Tints of Jacksons Purple #323083

Color information

#323083 (or 0x323083) is unknown color: approx Jacksons Purple. HEX triplet: 32, 30 and 83. RGB value is (50,48,131). Sum of RGB (Red+Green+Blue) = 50+48+131=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #323083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323083 is #CDCF7C. Grayscale: #393939. Windows color (decimal): -13487997 or 8597554. OLE color: 8597554.

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

Color convert

RGB5048131-
CMYK0.620.6300.49
HSL241.45º46.37%35.1%-
HSV(B)241.45º63.36%51.37%-
XYZ6.474.4321.99-
YUV58.06169.16122.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 131 (51.56% from 255) = 57.21%
R=21.83%
G=20.96%
B=57.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50481310.620.6300.49241.4546.3735.1
Hex3230833E3F031f12e23
Octal626020376770613615643
Binary11001011000010000011111110111111011000111110001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323083; }

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

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

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

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

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

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

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

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