Html Css Color HEX #322B85 Jacksons Purple

📋 copy color: '#322B85'

red 50 ◦ green 43 ◦ blue 133

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

Shades of Jacksons Purple #322B85

Tints of Jacksons Purple #322B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 22.12%
G = 19.03%
B = 58.85%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#322B85 (or 0x322B85) is known color: Jacksons Purple. HEX triplet: 32, 2B and 85. RGB value is (50,43,133). Sum of RGB (Red+Green+Blue) = 50+43+133=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #322B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322B85 is #CDD47A. Grayscale: #373737. Windows color (decimal): -13489275 or 8727346. OLE color: 8727346.

HSL color Cylindrical-coordinate representation of color #322B85: hue angle of 244.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322B85 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 43 133 -
CMYK 0.62 0.68 0 0.48
HSL 244.67º 0.51% 0.35% -
HSV(B) 244.67º 0.68% 0.52% -
XYZ 6.41 4.1 22.64 -
YUV 55.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 50 43 133 0.62 0.68 0 0.48 244.67 0.51 0.35
Hex 32 2B 85 3E 44 0 30 F5 33 23
Octal 62 53 205 76 104 0 60 365 63 43
Binary 110010 101011 10000101 111110 1000100 0 110000 11110101 110011 100011

Color Harmonies of #322B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322B85

Black with #322B85

Text Example


Text Example

White with #322B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,43,133); }

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

background-color css

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

 a { background-color: rgb(50,43,133); }

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

border-color css

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

 span { border-color: rgb(50,43,133); }

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