Html Css Color HEX #323986 Jacksons Purple

📋 copy color: '#323986'

red 50 ◦ green 57 ◦ blue 134

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

Shades of Jacksons Purple #323986

Tints of Jacksons Purple #323986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 55.6%

R = 20.75%
G = 23.65%
B = 55.6%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323986 (or 0x323986) is known color: Jacksons Purple. HEX triplet: 32, 39 and 86. RGB value is (50,57,134). Sum of RGB (Red+Green+Blue) = 50+57+134=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #323986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323986 is #CDC679. Grayscale: #3F3F3F. Windows color (decimal): -13485690 or 8796466. OLE color: 8796466.

HSL color Cylindrical-coordinate representation of color #323986: hue angle of 235º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323986 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 57 134 -
CMYK 0.63 0.57 0 0.47
HSL 235º 0.46% 0.36% -
HSV(B) 235º 0.63% 0.53% -
XYZ 7.08 5.33 23.21 -
YUV 63.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 50 57 134 0.63 0.57 0 0.47 235 0.46 0.36
Hex 32 39 86 3F 39 0 2F EB 2E 24
Octal 62 71 206 77 71 0 57 353 56 44
Binary 110010 111001 10000110 111111 111001 0 101111 11101011 101110 100100

Color Harmonies of #323986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323986

Black with #323986

Text Example


Text Example

White with #323986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323986; }

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

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

background-color css

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

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

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

border-color css

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

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

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