Html Css Color HEX #323591 Jacksons Purple

📋 copy color: '#323591'

red 50 ◦ green 53 ◦ blue 145

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

Shades of Jacksons Purple #323591

Tints of Jacksons Purple #323591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

 BLUE value IS 145 (57.03% from 255) = 58.47%

R = 20.16%
G = 21.37%
B = 58.47%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323591 (or 0x323591) is known color: Jacksons Purple. HEX triplet: 32, 35 and 91. RGB value is (50,53,145). Sum of RGB (Red+Green+Blue) = 50+53+145=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #323591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323591 is #CDCA6E. Grayscale: #3E3E3E. Windows color (decimal): -13486703 or 9516338. OLE color: 9516338.

HSL color Cylindrical-coordinate representation of color #323591: hue angle of 238.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323591 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 53 145 -
CMYK 0.66 0.63 0 0.43
HSL 238.11º 0.49% 0.38% -
HSV(B) 238.11º 0.66% 0.57% -
XYZ 7.7 5.27 27.4 -
YUV 62.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 50 53 145 0.66 0.63 0 0.43 238.11 0.49 0.38
Hex 32 35 91 42 3F 0 2B EE 31 26
Octal 62 65 221 102 77 0 53 356 61 46
Binary 110010 110101 10010001 1000010 111111 0 101011 11101110 110001 100110

Color Harmonies of #323591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323591

Black with #323591

Text Example


Text Example

White with #323591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323591; }

 p { color: rgb(50,53,145); }

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

background-color css

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

 a { background-color: rgb(50,53,145); }

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

border-color css

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

 span { border-color: rgb(50,53,145); }

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