#323183

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

Shades of Jacksons Purple #323183

Tints of Jacksons Purple #323183

Color information

#323183 (or 0x323183) is unknown color: approx Jacksons Purple. HEX triplet: 32, 31 and 83. RGB value is (50,49,131). Sum of RGB (Red+Green+Blue) = 50+49+131=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #323183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323183 is #CDCE7C. Grayscale: #3A3A3A. Windows color (decimal): -13487741 or 8597810. OLE color: 8597810.

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

Color convert

RGB5049131-
CMYK0.620.6300.49
HSL240.73º45.56%35.29%-
HSV(B)240.73º62.6%51.37%-
XYZ6.514.5122-
YUV58.65168.83121.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 131 (51.56% from 255) = 56.96%
R=21.74%
G=21.30%
B=56.96%

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
Decimal50491310.620.6300.49240.7345.5635.29
Hex3231833E3F031f12e23
Octal626120376770613615643
Binary11001011000110000011111110111111011000111110001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323183; }

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

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

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

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

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

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

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

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