Html Css Color HEX #323783 Jacksons Purple

📋 copy color: '#323783'

red 50 ◦ green 55 ◦ blue 131

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

Shades of Jacksons Purple #323783

Tints of Jacksons Purple #323783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.51%

R = 21.19%
G = 23.31%
B = 55.51%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323783 (or 0x323783) is known color: Jacksons Purple. HEX triplet: 32, 37 and 83. RGB value is (50,55,131). Sum of RGB (Red+Green+Blue) = 50+55+131=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #323783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323783 is #CDC87C. Grayscale: #3D3D3D. Windows color (decimal): -13486205 or 8599346. OLE color: 8599346.

HSL color Cylindrical-coordinate representation of color #323783: hue angle of 236.3º degrees, saturation: 0.45, 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 #323783 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 55 131 -
CMYK 0.62 0.58 0 0.49
HSL 236.3º 0.45% 0.35% -
HSV(B) 236.3º 0.62% 0.51% -
XYZ 6.78 5.05 22.09 -
YUV 62.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 50 55 131 0.62 0.58 0 0.49 236.3 0.45 0.35
Hex 32 37 83 3E 3A 0 31 EC 2D 23
Octal 62 67 203 76 72 0 61 354 55 43
Binary 110010 110111 10000011 111110 111010 0 110001 11101100 101101 100011

Color Harmonies of #323783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323783

Black with #323783

Text Example


Text Example

White with #323783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323783; }

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

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

background-color css

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

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

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

border-color css

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

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

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