Html Css Color HEX #323389 Jacksons Purple

📋 copy color: '#323389'

red 50 ◦ green 51 ◦ blue 137

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

Shades of Jacksons Purple #323389

Tints of Jacksons Purple #323389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

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

R = 21.01%
G = 21.43%
B = 57.56%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#323389 (or 0x323389) is known color: Jacksons Purple. HEX triplet: 32, 33 and 89. RGB value is (50,51,137). Sum of RGB (Red+Green+Blue) = 50+51+137=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #323389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323389 is #CDCC76. Grayscale: #3C3C3C. Windows color (decimal): -13487223 or 8991538. OLE color: 8991538.

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

Color convert

RGB 50 51 137 -
CMYK 0.64 0.63 0 0.46
HSL 239.31º 0.47% 0.37% -
HSV(B) 239.31º 0.64% 0.54% -
XYZ 7.01 4.85 24.23 -
YUV 60.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 50 51 137 0.64 0.63 0 0.46 239.31 0.47 0.37
Hex 32 33 89 40 3F 0 2E EF 2F 25
Octal 62 63 211 100 77 0 56 357 57 45
Binary 110010 110011 10001001 1000000 111111 0 101110 11101111 101111 100101

Color Harmonies of #323389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323389

Black with #323389

Text Example


Text Example

White with #323389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323389; }

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

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

background-color css

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

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

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

border-color css

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

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

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