Html Css Color HEX #323384 Jacksons Purple

📋 copy color: '#323384'

red 50 ◦ green 51 ◦ blue 132

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

Shades of Jacksons Purple #323384

Tints of Jacksons Purple #323384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.65%

R = 21.46%
G = 21.89%
B = 56.65%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#323384 (or 0x323384) is known color: Jacksons Purple. HEX triplet: 32, 33 and 84. RGB value is (50,51,132). Sum of RGB (Red+Green+Blue) = 50+51+132=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #323384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323384 is #CDCC7B. Grayscale: #3B3B3B. Windows color (decimal): -13487228 or 8663858. OLE color: 8663858.

HSL color Cylindrical-coordinate representation of color #323384: hue angle of 239.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323384 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 51 132 -
CMYK 0.62 0.61 0 0.48
HSL 239.27º 0.45% 0.36% -
HSV(B) 239.27º 0.62% 0.52% -
XYZ 6.66 4.71 22.39 -
YUV 59.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 50 51 132 0.62 0.61 0 0.48 239.27 0.45 0.36
Hex 32 33 84 3E 3D 0 30 EF 2D 24
Octal 62 63 204 76 75 0 60 357 55 44
Binary 110010 110011 10000100 111110 111101 0 110000 11101111 101101 100100

Color Harmonies of #323384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323384

Black with #323384

Text Example


Text Example

White with #323384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323384; }

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

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

background-color css

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

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

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

border-color css

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

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

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