Html Css Color HEX #323791 Jacksons Purple

📋 copy color: '#323791'

red 50 ◦ green 55 ◦ blue 145

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

Shades of Jacksons Purple #323791

Tints of Jacksons Purple #323791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

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

R = 20%
G = 22%
B = 58%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323791 (or 0x323791) is known color: Jacksons Purple. HEX triplet: 32, 37 and 91. RGB value is (50,55,145). Sum of RGB (Red+Green+Blue) = 50+55+145=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #323791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323791 is #CDC86E. Grayscale: #3F3F3F. Windows color (decimal): -13486191 or 9516850. OLE color: 9516850.

HSL color Cylindrical-coordinate representation of color #323791: hue angle of 236.84º 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 #323791 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 55 145 -
CMYK 0.66 0.62 0 0.43
HSL 236.84º 0.49% 0.38% -
HSV(B) 236.84º 0.66% 0.57% -
XYZ 7.79 5.45 27.43 -
YUV 63.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 50 55 145 0.66 0.62 0 0.43 236.84 0.49 0.38
Hex 32 37 91 42 3E 0 2B ED 31 26
Octal 62 67 221 102 76 0 53 355 61 46
Binary 110010 110111 10010001 1000010 111110 0 101011 11101101 110001 100110

Color Harmonies of #323791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323791

Black with #323791

Text Example


Text Example

White with #323791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323791; }

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

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

background-color css

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

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

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

border-color css

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

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

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