Html Css Color HEX #323789 Jacksons Purple

📋 copy color: '#323789'

red 50 ◦ green 55 ◦ blue 137

#323789
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #323789

Tints of Jacksons Purple #323789

RGB

 RED value IS 50 (19.92% from 255) = 20.66%

 GREEN value IS 55 (21.88% from 255) = 22.73%

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 20.66%
G = 22.73%
B = 56.61%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#323789 (or 0x323789) is known color: Jacksons Purple. HEX triplet: 32, 37 and 89. RGB value is (50,55,137). Sum of RGB (Red+Green+Blue) = 50+55+137=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #323789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323789 is #CDC876. Grayscale: #3E3E3E. Windows color (decimal): -13486199 or 8992562. OLE color: 8992562.

HSL color Cylindrical-coordinate representation of color #323789: hue angle of 236.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 #323789 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 55 137 -
CMYK 0.64 0.60 0 0.46
HSL 236.55º 0.47% 0.37% -
HSV(B) 236.55º 0.64% 0.54% -
XYZ 7.2 5.22 24.29 -
YUV 62.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 50 55 137 0.64 0.60 0 0.46 236.55 0.47 0.37
Hex 32 37 89 40 3C 0 2E ED 2F 25
Octal 62 67 211 100 74 0 56 355 57 45
Binary 110010 110111 10001001 1000000 111100 0 101110 11101101 101111 100101

Color Harmonies of #323789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323789

Black with #323789

Text Example


Text Example

White with #323789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323789; }

 p { color: rgb(50,55,137); }

 H1.HeaderClassName
 {
   color: #323789;
 }
 .AnyTagClassName
 {
   color: #323789;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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