Html Css Color HEX #323983 Jacksons Purple

📋 copy color: '#323983'

red 50 ◦ green 57 ◦ blue 131

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

Shades of Jacksons Purple #323983

Tints of Jacksons Purple #323983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

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

R = 21.01%
G = 23.95%
B = 55.04%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323983 (or 0x323983) is known color: Jacksons Purple. HEX triplet: 32, 39 and 83. RGB value is (50,57,131). Sum of RGB (Red+Green+Blue) = 50+57+131=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #323983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323983 is #CDC67C. Grayscale: #3F3F3F. Windows color (decimal): -13485693 or 8599858. OLE color: 8599858.

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

Color convert

RGB 50 57 131 -
CMYK 0.62 0.56 0 0.49
HSL 234.81º 0.45% 0.35% -
HSV(B) 234.81º 0.62% 0.51% -
XYZ 6.88 5.24 22.12 -
YUV 63.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 50 57 131 0.62 0.56 0 0.49 234.81 0.45 0.35
Hex 32 39 83 3E 38 0 31 EB 2D 23
Octal 62 71 203 76 70 0 61 353 55 43
Binary 110010 111001 10000011 111110 111000 0 110001 11101011 101101 100011

Color Harmonies of #323983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323983

Black with #323983

Text Example


Text Example

White with #323983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323983; }

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

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

background-color css

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

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

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

border-color css

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

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

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