Html Css Color HEX #323382 Jacksons Purple

📋 copy color: '#323382'

red 50 ◦ green 51 ◦ blue 130

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

Shades of Jacksons Purple #323382

Tints of Jacksons Purple #323382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.28%

R = 21.65%
G = 22.08%
B = 56.28%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323382 (or 0x323382) is known color: Jacksons Purple. HEX triplet: 32, 33 and 82. RGB value is (50,51,130). Sum of RGB (Red+Green+Blue) = 50+51+130=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #323382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323382 is #CDCC7D. Grayscale: #3B3B3B. Windows color (decimal): -13487230 or 8532786. OLE color: 8532786.

HSL color Cylindrical-coordinate representation of color #323382: hue angle of 239.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323382 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 51 130 -
CMYK 0.62 0.61 0 0.49
HSL 239.25º 0.44% 0.35% -
HSV(B) 239.25º 0.62% 0.51% -
XYZ 6.53 4.66 21.67 -
YUV 59.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 50 51 130 0.62 0.61 0 0.49 239.25 0.44 0.35
Hex 32 33 82 3E 3D 0 31 EF 2C 23
Octal 62 63 202 76 75 0 61 357 54 43
Binary 110010 110011 10000010 111110 111101 0 110001 11101111 101100 100011

Color Harmonies of #323382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323382

Black with #323382

Text Example


Text Example

White with #323382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323382; }

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

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

background-color css

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

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

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

border-color css

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

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

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