Html Css Color HEX #322F85 Jacksons Purple

📋 copy color: '#322F85'

red 50 ◦ green 47 ◦ blue 133

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

Shades of Jacksons Purple #322F85

Tints of Jacksons Purple #322F85

RGB

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

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

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

R = 21.74%
G = 20.43%
B = 57.83%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#322F85 (or 0x322F85) is known color: Jacksons Purple. HEX triplet: 32, 2F and 85. RGB value is (50,47,133). Sum of RGB (Red+Green+Blue) = 50+47+133=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #322F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322F85 is #CDD07A. Grayscale: #393939. Windows color (decimal): -13488251 or 8728370. OLE color: 8728370.

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

Color convert

RGB 50 47 133 -
CMYK 0.62 0.65 0 0.48
HSL 242.09º 0.48% 0.35% -
HSV(B) 242.09º 0.65% 0.52% -
XYZ 6.57 4.4 22.69 -
YUV 57.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 50 47 133 0.62 0.65 0 0.48 242.09 0.48 0.35
Hex 32 2F 85 3E 41 0 30 F2 30 23
Octal 62 57 205 76 101 0 60 362 60 43
Binary 110010 101111 10000101 111110 1000001 0 110000 11110010 110000 100011

Color Harmonies of #322F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F85

Black with #322F85

Text Example


Text Example

White with #322F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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