#323087

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

Shades of Jacksons Purple #323087

Tints of Jacksons Purple #323087

Color information

#323087 (or 0x323087) is unknown color: approx Jacksons Purple. HEX triplet: 32, 30 and 87. RGB value is (50,48,135). Sum of RGB (Red+Green+Blue) = 50+48+135=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #323087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323087 is #CDCF78. Grayscale: #3A3A3A. Windows color (decimal): -13487993 or 8859698. OLE color: 8859698.

HSL color Cylindrical-coordinate representation of color #323087: hue angle of 241.38º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323087 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5048135-
CMYK0.630.6400.47
HSL241.38º47.54%35.88%-
HSV(B)241.38º64.44%52.94%-
XYZ6.754.5423.44-
YUV58.52171.16121.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 135 (53.12% from 255) = 57.94%
R=21.46%
G=20.60%
B=57.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50481350.630.6400.47241.3847.5435.88
Hex3230873F4002Ff13024
Octal6260207771000573616044
Binary110010110000100001111111111000000010111111110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323087; }

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

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

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

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

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

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

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

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