Html Css Color HEX #322988 Jacksons Purple

📋 copy color: '#322988'

red 50 ◦ green 41 ◦ blue 136

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

Shades of Jacksons Purple #322988

Tints of Jacksons Purple #322988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 22.03%
G = 18.06%
B = 59.91%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#322988 (or 0x322988) is known color: Jacksons Purple. HEX triplet: 32, 29 and 88. RGB value is (50,41,136). Sum of RGB (Red+Green+Blue) = 50+41+136=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #322988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322988 is #CDD677. Grayscale: #363636. Windows color (decimal): -13489784 or 8923442. OLE color: 8923442.

HSL color Cylindrical-coordinate representation of color #322988: hue angle of 245.68º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322988 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 41 136 -
CMYK 0.63 0.70 0 0.47
HSL 245.68º 0.54% 0.35% -
HSV(B) 245.68º 0.7% 0.53% -
XYZ 6.55 4.04 23.73 -
YUV 54.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 50 41 136 0.63 0.70 0 0.47 245.68 0.54 0.35
Hex 32 29 88 3F 46 0 2F F6 36 23
Octal 62 51 210 77 106 0 57 366 66 43
Binary 110010 101001 10001000 111111 1000110 0 101111 11110110 110110 100011

Color Harmonies of #322988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322988

Black with #322988

Text Example


Text Example

White with #322988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322988; }

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

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

background-color css

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

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

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

border-color css

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

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

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