Html Css Color HEX #322F89 Jacksons Purple

📋 copy color: '#322F89'

red 50 ◦ green 47 ◦ blue 137

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

Shades of Jacksons Purple #322F89

Tints of Jacksons Purple #322F89

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.09%

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 21.37%
G = 20.09%
B = 58.55%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#322F89 (or 0x322F89) is known color: Jacksons Purple. HEX triplet: 32, 2F and 89. RGB value is (50,47,137). Sum of RGB (Red+Green+Blue) = 50+47+137=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #322F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322F89 is #CDD076. Grayscale: #393939. Windows color (decimal): -13488247 or 8990514. OLE color: 8990514.

HSL color Cylindrical-coordinate representation of color #322F89: hue angle of 242º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322F89 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 47 137 -
CMYK 0.64 0.66 0 0.46
HSL 242º 0.49% 0.36% -
HSV(B) 242º 0.66% 0.54% -
XYZ 6.85 4.52 24.18 -
YUV 58.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 50 47 137 0.64 0.66 0 0.46 242 0.49 0.36
Hex 32 2F 89 40 42 0 2E F2 31 24
Octal 62 57 211 100 102 0 56 362 61 44
Binary 110010 101111 10001001 1000000 1000010 0 101110 11110010 110001 100100

Color Harmonies of #322F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F89

Black with #322F89

Text Example


Text Example

White with #322F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322F89; }

 p { color: rgb(50,47,137); }

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

background-color css

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

 a { background-color: rgb(50,47,137); }

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

border-color css

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

 span { border-color: rgb(50,47,137); }

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