Html Css Color HEX #323786 Jacksons Purple

📋 copy color: '#323786'

red 50 ◦ green 55 ◦ blue 134

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

Shades of Jacksons Purple #323786

Tints of Jacksons Purple #323786

RGB

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

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

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

R = 20.92%
G = 23.01%
B = 56.07%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323786 (or 0x323786) is known color: Jacksons Purple. HEX triplet: 32, 37 and 86. RGB value is (50,55,134). Sum of RGB (Red+Green+Blue) = 50+55+134=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #323786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323786 is #CDC879. Grayscale: #3E3E3E. Windows color (decimal): -13486202 or 8795954. OLE color: 8795954.

HSL color Cylindrical-coordinate representation of color #323786: hue angle of 236.43º 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 #323786 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 55 134 -
CMYK 0.63 0.59 0 0.47
HSL 236.43º 0.46% 0.36% -
HSV(B) 236.43º 0.63% 0.53% -
XYZ 6.98 5.13 23.18 -
YUV 62.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 50 55 134 0.63 0.59 0 0.47 236.43 0.46 0.36
Hex 32 37 86 3F 3B 0 2F EC 2E 24
Octal 62 67 206 77 73 0 57 354 56 44
Binary 110010 110111 10000110 111111 111011 0 101111 11101100 101110 100100

Color Harmonies of #323786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323786

Black with #323786

Text Example


Text Example

White with #323786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323786; }

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

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

background-color css

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

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

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

border-color css

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

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

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