Html Css Color HEX #323190 Jacksons Purple

📋 copy color: '#323190'

red 50 ◦ green 49 ◦ blue 144

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

Shades of Jacksons Purple #323190

Tints of Jacksons Purple #323190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.16%

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

R = 20.58%
G = 20.16%
B = 59.26%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#323190 (or 0x323190) is known color: Jacksons Purple. HEX triplet: 32, 31 and 90. RGB value is (50,49,144). Sum of RGB (Red+Green+Blue) = 50+49+144=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #323190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323190 is #CDCE6F. Grayscale: #3B3B3B. Windows color (decimal): -13487728 or 9449778. OLE color: 9449778.

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

Color convert

RGB 50 49 144 -
CMYK 0.65 0.66 0 0.44
HSL 240.63º 0.49% 0.38% -
HSV(B) 240.63º 0.66% 0.56% -
XYZ 7.45 4.89 26.94 -
YUV 60.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 50 49 144 0.65 0.66 0 0.44 240.63 0.49 0.38
Hex 32 31 90 41 42 0 2C F1 31 26
Octal 62 61 220 101 102 0 54 361 61 46
Binary 110010 110001 10010000 1000001 1000010 0 101100 11110001 110001 100110

Color Harmonies of #323190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323190

Black with #323190

Text Example


Text Example

White with #323190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323190; }

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

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

background-color css

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

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

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

border-color css

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

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

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