Html Css Color HEX #323588 Jacksons Purple

📋 copy color: '#323588'

red 50 ◦ green 53 ◦ blue 136

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

Shades of Jacksons Purple #323588

Tints of Jacksons Purple #323588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.9%

R = 20.92%
G = 22.18%
B = 56.9%

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

#323588 (or 0x323588) is known color: Jacksons Purple. HEX triplet: 32, 35 and 88. RGB value is (50,53,136). Sum of RGB (Red+Green+Blue) = 50+53+136=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #323588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323588 is #CDCA77. Grayscale: #3D3D3D. Windows color (decimal): -13486712 or 8926514. OLE color: 8926514.

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

Color convert

RGB 50 53 136 -
CMYK 0.63 0.61 0 0.47
HSL 237.91º 0.46% 0.36% -
HSV(B) 237.91º 0.63% 0.53% -
XYZ 7.03 5 23.89 -
YUV 61.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 50 53 136 0.63 0.61 0 0.47 237.91 0.46 0.36
Hex 32 35 88 3F 3D 0 2F EE 2E 24
Octal 62 65 210 77 75 0 57 356 56 44
Binary 110010 110101 10001000 111111 111101 0 101111 11101110 101110 100100

Color Harmonies of #323588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323588

Black with #323588

Text Example


Text Example

White with #323588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323588; }

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

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

background-color css

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

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

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

border-color css

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

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

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