#323894

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

Shades of Jacksons Purple #323894

Tints of Jacksons Purple #323894

Color information

#323894 (or 0x323894) is unknown color: approx Jacksons Purple. HEX triplet: 32, 38 and 94. RGB value is (50,56,148). Sum of RGB (Red+Green+Blue) = 50+56+148=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #323894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323894 is #CDC76B. Grayscale: #404040. Windows color (decimal): -13485932 or 9713714. OLE color: 9713714.

HSL color Cylindrical-coordinate representation of color #323894: hue angle of 236.33º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323894 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5056148-
CMYK0.660.6200.42
HSL236.33º49.49%38.82%-
HSV(B)236.33º66.22%58.04%-
XYZ8.075.6428.68-
YUV64.69175.01117.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=19.69%
G=22.05%
B=58.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50561480.660.6200.42236.3349.4938.82
Hex323894423E02Aec3127
Octal6270224102760523546147
Binary110010111000100101001000010111110010101011101100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323894; }

 p { color: rgb(50,56,148); }

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

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

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

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

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

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

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