Html Css Color HEX #322980 Jacksons Purple

📋 copy color: '#322980'

red 50 ◦ green 41 ◦ blue 128

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

Shades of Jacksons Purple #322980

Tints of Jacksons Purple #322980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 22.83%
G = 18.72%
B = 58.45%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#322980 (or 0x322980) is known color: Jacksons Purple. HEX triplet: 32, 29 and 80. RGB value is (50,41,128). Sum of RGB (Red+Green+Blue) = 50+41+128=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #322980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322980 is #CDD67F. Grayscale: #353535. Windows color (decimal): -13489792 or 8399154. OLE color: 8399154.

HSL color Cylindrical-coordinate representation of color #322980: hue angle of 246.21º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322980 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 41 128 -
CMYK 0.61 0.68 0 0.50
HSL 246.21º 0.51% 0.33% -
HSV(B) 246.21º 0.68% 0.5% -
XYZ 6 3.82 20.84 -
YUV 53.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 50 41 128 0.61 0.68 0 0.50 246.21 0.51 0.33
Hex 32 29 80 3D 44 0 32 F6 33 21
Octal 62 51 200 75 104 0 62 366 63 41
Binary 110010 101001 10000000 111101 1000100 0 110010 11110110 110011 100001

Color Harmonies of #322980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322980

Black with #322980

Text Example


Text Example

White with #322980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322980; }

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

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

background-color css

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

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

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

border-color css

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

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

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