#323A8A

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

Shades of Jacksons Purple #323A8A

Tints of Jacksons Purple #323A8A

Color information

#323A8A (or 0x323A8A) is unknown color: approx Jacksons Purple. HEX triplet: 32, 3A and 8A. RGB value is (50,58,138). Sum of RGB (Red+Green+Blue) = 50+58+138=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #323A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A8A is #CDC575. Grayscale: #404040. Windows color (decimal): -13485430 or 9058866. OLE color: 9058866.

HSL color Cylindrical-coordinate representation of color #323A8A: hue angle of 234.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323A8A is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5058138-
CMYK0.640.5800.46
HSL234.55º46.81%36.86%-
HSV(B)234.55º63.77%54.12%-
XYZ7.425.5424.72-
YUV64.73169.35117.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 138 (54.30% from 255) = 56.10%
R=20.33%
G=23.58%
B=56.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50581380.640.5800.46234.5546.8136.86
Hex323A8A403A02Eeb2f25
Octal6272212100720563535745
Binary110010111010100010101000000111010010111011101011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323A8A; }

 p { color: rgb(50,58,138); }

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

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

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

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

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

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

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