Html Css Color HEX #323381 Jacksons Purple

📋 copy color: '#323381'

red 50 ◦ green 51 ◦ blue 129

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

Shades of Jacksons Purple #323381

Tints of Jacksons Purple #323381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.09%

R = 21.74%
G = 22.17%
B = 56.09%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323381 (or 0x323381) is known color: Jacksons Purple. HEX triplet: 32, 33 and 81. RGB value is (50,51,129). Sum of RGB (Red+Green+Blue) = 50+51+129=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #323381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323381 is #CDCC7E. Grayscale: #3B3B3B. Windows color (decimal): -13487231 or 8467250. OLE color: 8467250.

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

Color convert

RGB 50 51 129 -
CMYK 0.61 0.60 0 0.49
HSL 239.24º 0.44% 0.35% -
HSV(B) 239.24º 0.61% 0.51% -
XYZ 6.46 4.63 21.32 -
YUV 59.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 50 51 129 0.61 0.60 0 0.49 239.24 0.44 0.35
Hex 32 33 81 3D 3C 0 31 EF 2C 23
Octal 62 63 201 75 74 0 61 357 54 43
Binary 110010 110011 10000001 111101 111100 0 110001 11101111 101100 100011

Color Harmonies of #323381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323381

Black with #323381

Text Example


Text Example

White with #323381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323381; }

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

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

background-color css

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

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

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

border-color css

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

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

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