Html Css Color HEX #323586 Jacksons Purple

📋 copy color: '#323586'

red 50 ◦ green 53 ◦ blue 134

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

Shades of Jacksons Purple #323586

Tints of Jacksons Purple #323586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

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

R = 21.1%
G = 22.36%
B = 56.54%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323586 (or 0x323586) is known color: Jacksons Purple. HEX triplet: 32, 35 and 86. RGB value is (50,53,134). Sum of RGB (Red+Green+Blue) = 50+53+134=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #323586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323586 is #CDCA79. Grayscale: #3D3D3D. Windows color (decimal): -13486714 or 8795442. OLE color: 8795442.

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

Color convert

RGB 50 53 134 -
CMYK 0.63 0.60 0 0.47
HSL 237.86º 0.46% 0.36% -
HSV(B) 237.86º 0.63% 0.53% -
XYZ 6.89 4.95 23.15 -
YUV 61.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 50 53 134 0.63 0.60 0 0.47 237.86 0.46 0.36
Hex 32 35 86 3F 3C 0 2F EE 2E 24
Octal 62 65 206 77 74 0 57 356 56 44
Binary 110010 110101 10000110 111111 111100 0 101111 11101110 101110 100100

Color Harmonies of #323586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323586

Black with #323586

Text Example


Text Example

White with #323586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323586; }

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

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

background-color css

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

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

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

border-color css

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

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

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