Html Css Color HEX #323587 Jacksons Purple

📋 copy color: '#323587'

red 50 ◦ green 53 ◦ blue 135

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

Shades of Jacksons Purple #323587

Tints of Jacksons Purple #323587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.72%

R = 21.01%
G = 22.27%
B = 56.72%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323587 (or 0x323587) is known color: Jacksons Purple. HEX triplet: 32, 35 and 87. RGB value is (50,53,135). Sum of RGB (Red+Green+Blue) = 50+53+135=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #323587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323587 is #CDCA78. Grayscale: #3D3D3D. Windows color (decimal): -13486713 or 8860978. OLE color: 8860978.

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

Color convert

RGB 50 53 135 -
CMYK 0.63 0.61 0 0.47
HSL 237.88º 0.46% 0.36% -
HSV(B) 237.88º 0.63% 0.53% -
XYZ 6.96 4.97 23.51 -
YUV 61.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 50 53 135 0.63 0.61 0 0.47 237.88 0.46 0.36
Hex 32 35 87 3F 3D 0 2F EE 2E 24
Octal 62 65 207 77 75 0 57 356 56 44
Binary 110010 110101 10000111 111111 111101 0 101111 11101110 101110 100100

Color Harmonies of #323587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323587

Black with #323587

Text Example


Text Example

White with #323587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323587; }

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

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

background-color css

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

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

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

border-color css

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

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

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