Html Css Color HEX #323790 Jacksons Purple

📋 copy color: '#323790'

red 50 ◦ green 55 ◦ blue 144

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

Shades of Jacksons Purple #323790

Tints of Jacksons Purple #323790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 20.08%
G = 22.09%
B = 57.83%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#323790 (or 0x323790) is known color: Jacksons Purple. HEX triplet: 32, 37 and 90. RGB value is (50,55,144). Sum of RGB (Red+Green+Blue) = 50+55+144=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #323790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323790 is #CDC86F. Grayscale: #3F3F3F. Windows color (decimal): -13486192 or 9451314. OLE color: 9451314.

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

Color convert

RGB 50 55 144 -
CMYK 0.65 0.62 0 0.44
HSL 236.81º 0.48% 0.38% -
HSV(B) 236.81º 0.65% 0.56% -
XYZ 7.72 5.42 27.03 -
YUV 63.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 50 55 144 0.65 0.62 0 0.44 236.81 0.48 0.38
Hex 32 37 90 41 3E 0 2C ED 30 26
Octal 62 67 220 101 76 0 54 355 60 46
Binary 110010 110111 10010000 1000001 111110 0 101100 11101101 110000 100110

Color Harmonies of #323790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323790

Black with #323790

Text Example


Text Example

White with #323790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323790; }

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

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

background-color css

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

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

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

border-color css

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

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

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