Html Css Color HEX #323988 Jacksons Purple

📋 copy color: '#323988'

red 50 ◦ green 57 ◦ blue 136

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

Shades of Jacksons Purple #323988

Tints of Jacksons Purple #323988

RGB

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

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

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

R = 20.58%
G = 23.46%
B = 55.97%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323988 (or 0x323988) is known color: Jacksons Purple. HEX triplet: 32, 39 and 88. RGB value is (50,57,136). Sum of RGB (Red+Green+Blue) = 50+57+136=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #323988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323988 is #CDC677. Grayscale: #3F3F3F. Windows color (decimal): -13485688 or 8927538. OLE color: 8927538.

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

Color convert

RGB 50 57 136 -
CMYK 0.63 0.58 0 0.47
HSL 235.12º 0.46% 0.36% -
HSV(B) 235.12º 0.63% 0.53% -
XYZ 7.22 5.38 23.95 -
YUV 63.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 50 57 136 0.63 0.58 0 0.47 235.12 0.46 0.36
Hex 32 39 88 3F 3A 0 2F EB 2E 24
Octal 62 71 210 77 72 0 57 353 56 44
Binary 110010 111001 10001000 111111 111010 0 101111 11101011 101110 100100

Color Harmonies of #323988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323988

Black with #323988

Text Example


Text Example

White with #323988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323988; }

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

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

background-color css

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

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

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

border-color css

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

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

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