#323282

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

Shades of Jacksons Purple #323282

Tints of Jacksons Purple #323282

Color information

#323282 (or 0x323282) is unknown color: approx Jacksons Purple. HEX triplet: 32, 32 and 82. RGB value is (50,50,130). Sum of RGB (Red+Green+Blue) = 50+50+130=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #323282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323282 is #CDCD7D. Grayscale: #3A3A3A. Windows color (decimal): -13487486 or 8532530. OLE color: 8532530.

HSL color Cylindrical-coordinate representation of color #323282: hue angle of 240º degrees, saturation: 0.44, 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 #323282 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5050130-
CMYK0.620.6200.49
HSL240º44.44%35.29%-
HSV(B)240º61.54%50.98%-
XYZ6.494.5721.66-
YUV59.12168121.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=21.74%
G=21.74%
B=56.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50501300.620.6200.4924044.4435.29
Hex3232823E3E031f02c23
Octal626220276760613605443
Binary11001011001010000010111110111110011000111110000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323282; }

 p { color: rgb(50,50,130); }

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

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

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

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

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

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

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